- FE_COMPOSITE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_COMPOSITE.
- FE_DIFFUSE_LIGHTING - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_DIFFUSE_LIGHTING.
- FE_DISTANT_LIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_DISTANT_LIGHT.
- FE_DROP_SHADOW - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_DROP_SHADOW.
- FE_FLOOD - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_FLOOD.
- FE_GAUSSIAN_BLUR - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_GAUSSIAN_BLUR.
- FE_IMAGE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_IMAGE.
- FE_MERGE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_MERGE.
- FE_MERGE_NODE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_MERGE_NODE.
- FE_MORPHOLOGY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_MORPHOLOGY.
- FE_OFFSET - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_OFFSET.
- FE_POINT_LIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_POINT_LIGHT.
- FE_SPECULAR_LIGHTING - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_SPECULAR_LIGHTING.
- FE_SPOT_LIGHT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
SVG constant for FE_SPOT_LIGHT.
- 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.
- 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.tosvg.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.
- filterRGB(int, int, int) - Method in class org.girod.javafx.svgimage.tosvg.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.tosvg.utils.CSSProperties
-
the "-fx-font" CSS property.
- FONT_FAMILY - Static variable in interface org.girod.javafx.svgimage.tosvg.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.tosvg.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.tosvg.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.tosvg.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.
- 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.