- FE_COMPOSITE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feComposite.
- FE_DIFFUSE_LIGHTING - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feDiffuseLighting.
- FE_DISTANT_LIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feDistantLight.
- FE_DROP_SHADOW - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feDropShadow.
- FE_FLOOD - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feFlood.
- FE_GAUSSIAN_BLUR - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feGaussianBlur.
- FE_IMAGE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feImage.
- FE_MERGE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feMerge.
- FE_MERGE_NODE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feMergeNode.
- FE_MORPHOLOGY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feMorphology.
- FE_OFFSET - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feOffset.
- FE_POINT_LIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for fePointLight.
- FE_SPECULAR_LIGHTING - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feSpecularLighting.
- FE_SPOT_LIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for feSpotLight.
- FEComposite(String, short, String, String) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEComposite
-
Create a composite effect.
- FEDiffuseLighting(String, double, Light) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDiffuseLighting
-
Create a diffuse lighting effect.
- FEDropShadow(String, double, double, double, Color) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDropShadow
-
Create a drop shadow effect.
- FEFlood(String, double, double, double, double, Color) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEFlood
-
Create a flood effect.
- FEGaussianBlur(String, double) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEGaussianBlur
-
Create a Gaussian blur effect.
- FEImage(String, double, double, Image) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEImage
-
Create an image input effect.
- FEMerge(String) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEMerge
-
Create a merge effect.
- FEOffset(String, double, double) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEOffset
-
Create an offset effect.
- FESpecularLighting(String, double, double, double, Light) - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec.FESpecularLighting
-
Create a specular lighting effect.
- FileUtils - Class in org.girod.javafx.svgimage.xml.parsers.xmltree
-
A File utilities class.
- FileUtils() - Constructor for class org.girod.javafx.svgimage.xml.parsers.xmltree.FileUtils
-
- FILL - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for fill.
- FILL - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
Style property type for fill.
- FILL_OPACITY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for fill-opacity.
- FILL_OPACITY - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
Style property type for fill opacity.
- FILL_PAINT - Static variable in interface org.girod.javafx.svgimage.fromjfx.utils.CSSProperties
-
the "-fx-fill" CSS property.
- FILL_RULE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for fill-rule.
- FILTER - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for filter.
- FilterConstructor - Class in org.girod.javafx.svgimage.fromjfx.tosvg.converters
-
Builds SVG filter elements.
- FilterConstructor() - Constructor for class org.girod.javafx.svgimage.fromjfx.tosvg.converters.FilterConstructor
-
Create a clip constructor.
- filterRGB(int, int, int) - Method in class org.girod.javafx.svgimage.fromjfx.utils.OpacityFilter
-
Convert a single input pixel in the default RGB ColorModel to a single output pixel.
- FilterSpec - Class in org.girod.javafx.svgimage.xml.specs
-
Contains the specification for a filter.
- FilterSpec() - Constructor for class org.girod.javafx.svgimage.xml.specs.FilterSpec
-
Create an empty filter specification.
- FilterSpec.AbstractFilterEffect - Class in org.girod.javafx.svgimage.xml.specs
-
Base implementation for filter effects with common input handling.
- FilterSpec.AppliedEffect - Class in org.girod.javafx.svgimage.xml.specs
-
Stores an applied effect together with its specification.
- FilterSpec.FEComposite - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for compositing two inputs.
- FilterSpec.FEDiffuseLighting - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for diffuse lighting.
- FilterSpec.FEDropShadow - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for drop shadows.
- FilterSpec.FEFlood - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for a solid color fill.
- FilterSpec.FEGaussianBlur - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for Gaussian blur.
- FilterSpec.FEImage - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for an image input.
- FilterSpec.FEMerge - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for merging multiple inputs.
- FilterSpec.FEOffset - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for offsetting content.
- FilterSpec.FESpecularLighting - Class in org.girod.javafx.svgimage.xml.specs
-
Filter effect for specular lighting.
- FilterSpec.FilterEffect - Interface in org.girod.javafx.svgimage.xml.specs
-
Defines a filter effect specification that can produce a JavaFX effect.
- filterSpecs - Variable in class org.girod.javafx.svgimage.LoaderContext
-
The filters specifications.
- FLOOD_COLOR - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for flood-color.
- FLOOD_OPACITY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for flood-opacity.
- floodColor - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDropShadow
-
Shadow color.
- FONT - Static variable in interface org.girod.javafx.svgimage.fromjfx.utils.CSSProperties
-
the "-fx-font" CSS property.
- FONT_FAMILY - Static variable in interface org.girod.javafx.svgimage.fromjfx.utils.CSSProperties
-
the "-fx-font-family" CSS property.
- FONT_FAMILY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for font-family.
- FONT_FAMILY - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
Style property type for font family.
- FONT_SIZE - Static variable in interface org.girod.javafx.svgimage.fromjfx.utils.CSSProperties
-
the "-fx-font-size" CSS property.
- FONT_SIZE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for font-size.
- FONT_SIZE - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
Style property type for font size.
- FONT_STYLE - Static variable in interface org.girod.javafx.svgimage.fromjfx.utils.CSSProperties
-
the "-fx-font-style" CSS property.
- FONT_STYLE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for font-style.
- FONT_STYLE - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
Style property type for font style.
- FONT_WEIGHT - Static variable in interface org.girod.javafx.svgimage.fromjfx.utils.CSSProperties
-
the "-fx-font-weight" CSS property.
- FONT_WEIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for font-weight.
- FONT_WEIGHT - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
Style property type for font weight.
- FORCED_DPI - Static variable in interface org.girod.javafx.svgimage.SizeType
-
2: The screen DPI is specified independently from the screen DPI.
- FROM - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for from.
- FX - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for fx
- FY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for fy.