- centerImage - Variable in class org.girod.javafx.svgimage.LoaderParameters
-
True if the resulting image must be centered.
- characters(char[], int, int) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLTreeHandler
-
- children - Variable in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
The children nodes.
- children - Variable in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
The children nodes.
- CIRCLE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CLASS - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CLIP_PATH - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CLIP_PATH_SPEC - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CLIP_PATH_UNITS - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CLIP_RULE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- ClipConstructor - Class in org.girod.javafx.svgimage.tosvg.converters
-
- ClipConstructor() - Constructor for class org.girod.javafx.svgimage.tosvg.converters.ClipConstructor
-
- clippingFactory - Variable in class org.girod.javafx.svgimage.LoaderContext
-
The clipping factory.
- ClippingFactory - Class in org.girod.javafx.svgimage.xml.parsers
-
This class handles the list of defined clipping paths.
- ClippingFactory() - Constructor for class org.girod.javafx.svgimage.xml.parsers.ClippingFactory
-
- clone() - Method in class org.girod.javafx.svgimage.LoaderParameters
-
Create a clone of the parameters.
- CLOSE_PATH - Static variable in class org.girod.javafx.svgimage.xml.parsers.AbstractPathParser
-
- color - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEFlood
-
- color - Variable in class org.girod.javafx.svgimage.xml.specs.GradientSpec.StopSpec
-
- computeRefPosition(Viewport) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- content - Variable in class org.girod.javafx.svgimage.SVGContent
-
The SVG content as a String.
- CONTEXT_FILL - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CONTEXT_STROKE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- ControlConverter - Class in org.girod.javafx.svgimage.tosvg.converters
-
A converter which convert Controls.
- ControlConverter(ConverterDelegate, Control, XMLNode) - Constructor for class org.girod.javafx.svgimage.tosvg.converters.ControlConverter
-
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.ControlConverter
-
Convert the Control.
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.GroupConverter
-
Convert the Group.
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.ImageViewConverter
-
Convert the ImageView.
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.RegionConverter
-
Convert the Region.
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.Shape3DConverter
-
Convert a Shape3D by serializing the Shape as an Image.
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.ShapeConverter
-
Convert the Shape.
- convert() - Method in class org.girod.javafx.svgimage.tosvg.converters.SubSceneConverter
-
Return a g node.
- convert(Node, File) - Method in class org.girod.javafx.svgimage.tosvg.SVGConverter
-
Convert a JavaFX Node hierarchy.
- convert(Node, File, ConverterParameters) - Method in class org.girod.javafx.svgimage.tosvg.SVGConverter
-
Convert a JavaFX Node hierarchy.
- convert(Node, URL) - Method in class org.girod.javafx.svgimage.tosvg.SVGConverter
-
Convert a JavaFX Node hierarchy.
- convert(Node, URL, ConverterParameters) - Method in class org.girod.javafx.svgimage.tosvg.SVGConverter
-
Convert a JavaFX Node hierarchy.
- convert() - Method in interface org.girod.javafx.svgimage.tosvg.utils.NodeConverter
-
Convert the Node to an xml element.
- convertColor(Color) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
- ConverterDelegate - Class in org.girod.javafx.svgimage.tosvg.converters
-
The ConverterDelegate class allows handle the effective conversion.
- ConverterDelegate() - Constructor for class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
-
- ConverterParameters - Class in org.girod.javafx.svgimage.tosvg
-
The parameters used for saving a node hierarchy.
- ConverterParameters() - Constructor for class org.girod.javafx.svgimage.tosvg.ConverterParameters
-
- convertRoot(Node, XMLRoot) - Method in class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
-
Convert a JavaFX Node hierarchy to a series of
Graphics2D
orders.
- convertStops(List<GradientSpec.StopSpec>) - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- copy() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Create a copy of this node.
- copy() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLRoot
-
Create a copy of this node.
- countAttributes() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the number of attributes of the Node.
- countAttributes() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the number of attributes of the Node.
- countChildren() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the number of children of the Node.
- countChildren() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the number of children of the Node.
- createClip(Node) - Method in class org.girod.javafx.svgimage.tosvg.converters.ClipConstructor
-
- createClip(String, Node, Viewport) - Method in class org.girod.javafx.svgimage.xml.parsers.ClippingFactory
-
Creates a clip.
- createDisabledImage(Image) - Static method in class org.girod.javafx.svgimage.tosvg.utils.AwtImageUtilities
-
Creates a disabled version of an Image.
- createMarkerContext(XMLNode, LoaderContext) - Static method in class org.girod.javafx.svgimage.xml.builders.MarkerBuilder
-
- createNodeList(Node) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- createOpacifiedImage(Image, double, boolean) - Static method in class org.girod.javafx.svgimage.tosvg.utils.AwtImageUtilities
-
Creates a opacified version of an Image.
- createScaleParameters(double) - Static method in class org.girod.javafx.svgimage.LoaderParameters
-
Create a parameters with a scale property.
- createWidthParameters(double) - Static method in class org.girod.javafx.svgimage.LoaderParameters
-
Create parameters with a width property.
- cssProperties - Variable in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
The CSS Properties of the Node to convert, including all the properties.
- CSSProperties - Interface in org.girod.javafx.svgimage.tosvg.utils
-
Hold the name of several useful CSS properties.
- CSSProperty - Class in org.girod.javafx.svgimage.tosvg.utils
-
Represent a CSS property, which can be both be set by the user of by default.
- CSSProperty(StyleableProperty<?>, Object) - Constructor for class org.girod.javafx.svgimage.tosvg.utils.CSSProperty
-
Constructor.
- CUBIC_CURVE - Static variable in class org.girod.javafx.svgimage.xml.parsers.AbstractPathParser
-
- CX - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- CY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- G - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- getAdditionalNode() - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return the additional child Node on this Node (this is for example the case with the graphics Node on
Labeled
Nodes).
- getAdditionalNode() - Method in class org.girod.javafx.svgimage.tosvg.converters.ControlConverter
-
Return the additional child Node on this Node.
- getAllChildren(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the list of all children of this node having a specified name.
- getAllProperties() - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return all the CSS properties Map of the Node.
- getAllProperties() - Method in interface org.girod.javafx.svgimage.tosvg.utils.NodeConverter
-
Return all the CSS properties Map of the Node.
- getAttributes() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the Map of attributes for this node.
- getAttributes() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the Map of attributes for this node.
- getAttributeValue(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name.
- getAttributeValue(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name.
- getAttributeValueAsBoolean(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name as a boolean.
- getAttributeValueAsBoolean(String, boolean) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name as a boolean.
- getAttributeValueAsBoolean(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a boolean.
- getAttributeValueAsBoolean(String, boolean) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a boolean.
- getAttributeValueAsFloat(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name as a float.
- getAttributeValueAsFloat(String, float) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name as a float.
- getAttributeValueAsFloat(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a float.
- getAttributeValueAsFloat(String, float) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a float.
- getAttributeValueAsInt(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name as an int.
- getAttributeValueAsInt(String, int) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the value of an attribute of a specified name as an int.
- getAttributeValueAsInt(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as an int.
- getAttributeValueAsInt(String, int) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as an int.
- getBestHeight() - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Return the height.
- getBestWidth() - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Return the "best" width.
- getCDATA() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the CDATA content for the node.
- getCDATA() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the CDATA content for the node.
- getChildren() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the ordered list of children of this Node.
- getChildren() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the ordered list of children of this Node.
- getClipID() - Method in class org.girod.javafx.svgimage.tosvg.converters.ClipConstructor
-
- getClipRule(XMLNode) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- getColor(String) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
Return the color with a specified String value.
- getColor(String, double) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- getContextFill() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- getContextNode() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- getContextStroke() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- getConverterDelegate() - Method in class org.girod.javafx.svgimage.tosvg.SVGConverter
-
Return the ConverterDelegate.
- getCSSProperties() - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return the CSS properties Map of the Node.
- getCSSProperties() - Method in interface org.girod.javafx.svgimage.tosvg.utils.NodeConverter
-
Return the CSS properties Map of the Node.
- getCycleMethod(String) - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- getDefaultPosition(double, boolean) - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Return a default position.
- getDefaultSnapshotParameters() - Static method in class org.girod.javafx.svgimage.SVGImage
-
Return the default SnapshotParameters used when creating a snapshot.
- getDefsNode() - Method in class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
-
Return the defs Node.
- getDoubleValue(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getDoubleValue(String, double) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getEffect() - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.AppliedEffect
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEComposite
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDiffuseLighting
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDropShadow
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEFlood
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEGaussianBlur
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEImage
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEMerge
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEOffset
-
- getEffect(Node) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FESpecularLighting
-
- getEffect(Node) - Method in interface org.girod.javafx.svgimage.xml.specs.FilterSpec.FilterEffect
-
Return the associated JavaFX effect.
- getEffects() - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec
-
- getEffectSpec() - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.AppliedEffect
-
- getEncoding() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLRoot
-
Return the declared encoding of the XML file.
- getEncoding() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLRoot
-
Return the declared encoding of the XML file.
- getExceptionsHandling() - Method in class org.girod.javafx.svgimage.GlobalConfig
-
Return the exceptions handling type.
- getExtendedFontPosture(String) - Static method in class org.girod.javafx.svgimage.xml.builders.SVGShapeBuilder
-
- getFillRule(XMLNode) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- getFirstChild() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the first child of the Node.
- getFirstChild() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the first child of the Node.
- getFontPosture(String) - Static method in class org.girod.javafx.svgimage.xml.builders.SVGShapeBuilder
-
- getFontWeight(String) - Static method in class org.girod.javafx.svgimage.xml.builders.SVGShapeBuilder
-
- getGradientPos(XMLNode, String) - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- getHeight() - Method in class org.girod.javafx.svgimage.SVGImage
-
Return the height of the image.
- getHeight() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the height of the wrapper.
- getHeight() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- getHeight() - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Return the height.
- getImage(URL, String, double, double) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- getImagePosition() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the wrapper image position.
- getInputType() - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.AbstractFilterEffect
-
- getInputType() - Method in interface org.girod.javafx.svgimage.xml.specs.FilterSpec.FilterEffect
-
- getInstance() - Static method in class org.girod.javafx.svgimage.GlobalConfig
-
Return the unique instance.
- getLastChild() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the last child of the Node.
- getLastChild() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the last child of the Node.
- getLengthValue(String, Viewport) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getLengthValue(String, boolean, Viewport) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getLengthValue(String, boolean, Bounds, Viewport) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getLengthValue(String, Viewport, double) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getLengthValue(String, boolean, Bounds, Viewport, double) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of a length attribute of a specified name as a double.
- getLinearGradient() - Method in class org.girod.javafx.svgimage.xml.specs.LinearGradientSpec
-
- getLineWidthValue(String, Viewport, double) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an lirn width of a specified name as a double.
- getMarker(String) - Method in class org.girod.javafx.svgimage.LoaderContext
-
Return the marker of a specified id.
- getMarkerEnd() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- getMarkerMid() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- getMarkerStart() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- getMeanRadiiHeight() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the mean height value of the corners Radii.
- getMeanRadiiHeight() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the mean height value of the corners Radii.
- getMeanRadiiWidth() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the mean width value of the corners Radii.
- getMeanRadiiWidth() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the mean width value of the corners Radii.
- getName() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the Node qualified name.
- getName() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the Node name.
- getNamedNode(String) - Method in class org.girod.javafx.svgimage.LoaderContext
-
Return the node of a specified id.
- getNextSibling() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the next sibling of the Node.
- getNextSibling() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the next sibling of the Node.
- getNode(String) - Method in class org.girod.javafx.svgimage.SVGImage
-
Return the Node indicated by id.
- getNode() - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- getOpacity() - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return the opacity of the Node.
- getOpacityFill() - Method in class org.girod.javafx.svgimage.tosvg.converters.ShapeConverter
-
Return the opacity of the Node Fill.
- getOpacityStroke() - Method in class org.girod.javafx.svgimage.tosvg.converters.ShapeConverter
-
Return the opacity of the Node Stroke.
- getPaint() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the Paint of the wrapper.
- getPaint() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the Paint of the wrapper.
- getPaint() - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- getPaint() - Method in class org.girod.javafx.svgimage.xml.specs.LinearGradientSpec
-
- getPaint() - Method in class org.girod.javafx.svgimage.xml.specs.RadialGradientSpec
-
- getPaintList(Region, Background, NodeConverter, double) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
Return the list of BackgroundWrappers for a Region.
- getPaintList(Region, Border) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
Return the list of BorderWrappers for a Region.
- getParent() - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return the converter Parent Node (may be null).
- getParent() - Method in class org.girod.javafx.svgimage.tosvg.converters.GroupConverter
-
Return the converter Group Node.
- getParent() - Method in class org.girod.javafx.svgimage.tosvg.converters.RegionConverter
-
Return the converter Region Node.
- getParent() - Method in class org.girod.javafx.svgimage.tosvg.converters.SubSceneConverter
-
Return the converter SubScene root Node.
- getParent() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the Node parent (or null if the Node is the root of the XML File).
- getParent() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the Node parent (or null if the Node is the root of the XML File).
- getPositionValue(String, boolean, Viewport) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getPositionValue(String, boolean, Bounds, Viewport) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of an attribute of a specified name as a double.
- getPositionValue(String, boolean, Bounds, Viewport, double) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the value of a position attribute of a specified name as a double.
- getPosture(Font) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
Return the FontPosture of a JavaFX Font.
- getPreserveAspectRatio(String) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
Return true if the aspect ratio is preserved.
- getPreviousSibling() - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Return the previous sibling of the Node.
- getPreviousSibling() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Return the previous sibling of the Node.
- getProperties() - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return the CSS properties Map of the Node.
- getProperties() - Method in interface org.girod.javafx.svgimage.tosvg.utils.NodeConverter
-
Return the CSS properties Map of the Node.
- getProperties() - Method in class org.girod.javafx.svgimage.xml.specs.Styles.Rule
-
- getProperty() - Method in class org.girod.javafx.svgimage.tosvg.utils.CSSProperty
-
Return the associated StyleableProperty.
- getRadialGradient() - Method in class org.girod.javafx.svgimage.xml.specs.RadialGradientSpec
-
- getRadii() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the corners Radii of the wrapper.
- getRadii() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the corners Radii of the wrapper.
- getRefX() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- getRefY() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- getReifiedNamedNode(String) - Method in class org.girod.javafx.svgimage.LoaderContext
-
Return the node of a specified id.
- getRelativePath(File, File, boolean) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
Return the path of a File relative to a directory.
- getResultId() - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.AbstractFilterEffect
-
- getResultId() - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.AppliedEffect
-
- getResultId() - Method in interface org.girod.javafx.svgimage.xml.specs.FilterSpec.FilterEffect
-
Return the filter result Id.
- getRoot() - Method in class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
-
Return the root Node.
- getRoot() - Method in class org.girod.javafx.svgimage.xml.parsers.XMLTreeHandler
-
Return the root node.
- getRotationAngle(AffineTransform) - Static method in class org.girod.javafx.svgimage.tosvg.utils.AwtImageUtilities
-
Return the rotation angle for an AffineTransform.
- getRule(String) - Method in class org.girod.javafx.svgimage.xml.specs.Styles
-
- getScale(Scale) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
- getScale() - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Return the scale.
- getScaledHeight() - Method in class org.girod.javafx.svgimage.SVGImage
-
Return the height of the image, taking into account the scaling of the svg image.
- getScaledWidth() - Method in class org.girod.javafx.svgimage.SVGImage
-
Return the width of the image, taking into account the scaling of the svg image.
- getShape() - Method in class org.girod.javafx.svgimage.tosvg.converters.Shape3DConverter
-
Return the Shape3D.
- getSpans() - Method in class org.girod.javafx.svgimage.xml.specs.SpanGroup
-
- getStops() - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- getStrokeStyle() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the stroke style (can be null).
- getStyleClass() - Method in class org.girod.javafx.svgimage.xml.specs.Styles.Rule
-
- getStyleOrigin() - Method in class org.girod.javafx.svgimage.tosvg.utils.CSSProperty
-
Return the StyleOrigin.
- getStyles(XMLNode) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- getSubScene() - Method in class org.girod.javafx.svgimage.tosvg.converters.SubSceneConverter
-
Return the SubScene.
- getSVGContent() - Method in class org.girod.javafx.svgimage.SVGImage
-
Return the SVG content origin.
- getSVGFile() - Method in class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
-
Return the SVG file.
- getSymbol(String) - Method in class org.girod.javafx.svgimage.LoaderContext
-
Return the symbol of a specified id.
- getTextGroup() - Method in class org.girod.javafx.svgimage.xml.specs.SpanGroup
-
- getTransform(Transform) - Static method in class org.girod.javafx.svgimage.tosvg.utils.AwtImageUtilities
-
Convert a AffineTransform to an AffineTransform
- getTransformArgumentsForAnimation(String, Viewport) - Static method in class org.girod.javafx.svgimage.xml.parsers.TransformUtils
-
- getTransformFromAncestor(Node) - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
Return the Transform from the root of the Scene to the converter Node.
- getTransformList() - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- getURL(String) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
Return the color with a specified String value.
- getValue() - Method in class org.girod.javafx.svgimage.tosvg.utils.CSSProperty
-
Return the property value.
- getViewbox() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- getViewbox() - Method in class org.girod.javafx.svgimage.xml.specs.SymbolSpec
-
- getViewboxHeight() - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Return the viewBox height.
- getViewboxWidth() - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Return the viewBox width.
- getViewboxX() - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Return the viewBox x position.
- getViewboxY() - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Return the viewBox y position.
- getWeight(Font) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
Return the FontWeight of a JavaFX Font.
- getWidth() - Method in class org.girod.javafx.svgimage.SVGImage
-
Return the width of the image.
- getWidth() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the width of the wrapper.
- getWidth() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the width of the wrapper.
- getWidth() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- getWidth() - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Return the width.
- getX() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the X position of the wrapper.
- getX() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the X position of the wrapper.
- getXMLNode() - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- getXMLNode() - Method in class org.girod.javafx.svgimage.xml.specs.SymbolSpec
-
- getY() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Return the Y position of the wrapper.
- getY() - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Return the Y position of the wrapper.
- GlobalConfig - Class in org.girod.javafx.svgimage
-
The global configuration.
- GRADIENT_TRANSFORM - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- GRADIENT_UNITS - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- gradients - Variable in class org.girod.javafx.svgimage.LoaderContext
-
The gradients.
- GradientSpec - Class in org.girod.javafx.svgimage.xml.specs
-
Contains the specification for a radial or linear gradient.
- GradientSpec(XMLNode) - Constructor for class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- GradientSpec(XMLNode, String) - Constructor for class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- GradientSpec.Coord - Class in org.girod.javafx.svgimage.xml.specs
-
- GradientSpec.StopSpec - Class in org.girod.javafx.svgimage.xml.specs
-
- gradientSpecs - Variable in class org.girod.javafx.svgimage.LoaderContext
-
The gradients specifications.
- GroupConverter - Class in org.girod.javafx.svgimage.tosvg.converters
-
A converter which convert Groups.
- GroupConverter(ConverterDelegate, Group, XMLNode) - Constructor for class org.girod.javafx.svgimage.tosvg.converters.GroupConverter
-
- LengthParser - Class in org.girod.javafx.svgimage.xml.parsers
-
This utility class parse a length value.
- LETTER - Static variable in class org.girod.javafx.svgimage.xml.parsers.AbstractPathParser
-
- light - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDiffuseLighting
-
- light - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FESpecularLighting
-
- LIGHTER - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- LIGHTING_COLOR - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- LINE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- LINE_THROUGH - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- LINE_TO - Static variable in class org.girod.javafx.svgimage.xml.parsers.AbstractPathParser
-
- LINEAR_GRADIENT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- LinearGradientSpec - Class in org.girod.javafx.svgimage.xml.specs
-
Contains the specification for a linear gradient.
- LinearGradientSpec(XMLNode) - Constructor for class org.girod.javafx.svgimage.xml.specs.LinearGradientSpec
-
- LinearGradientSpec(XMLNode, String) - Constructor for class org.girod.javafx.svgimage.xml.specs.LinearGradientSpec
-
- load(File) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File.
- load(URL) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL.
- load(String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL.
- load(File, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File, and set the styleSheets of the associated JavaFX Node.
- load(File, LoaderParameters) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File.
- load(URL, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL, and set the styleSheets of the associated JavaFX Node.
- load(String, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg String content, and set the styleSheets of the associated JavaFX Node.
- load(File, double) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File, and scale the associated JavaFX Node.
- load(URL, double) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL, and set the resulting width the associated JavaFX Node.
- load(String, double) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg String content, and set the resulting width the associated JavaFX Node.
- load(File, double, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File, set the styleSheets and set the resulting width of the associated JavaFX Node.
- load(URL, double, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL, set the styleSheets and set the resulting width of the associated JavaFX Node.
- load(String, double, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg String content, set the styleSheets and set the resulting width of the associated JavaFX Node.
- load(URL, LoaderParameters) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL, and set the parameters of the associated JavaFX Node.
- load(String, LoaderParameters) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg String content, and set the parameters of the associated JavaFX Node.
- LoaderContext - Class in org.girod.javafx.svgimage
-
- LoaderContext(SVGImage, LoaderParameters, URL) - Constructor for class org.girod.javafx.svgimage.LoaderContext
-
- LoaderParameters - Class in org.girod.javafx.svgimage
-
The parameters used for loading a SVG file or URL.
- LoaderParameters() - Constructor for class org.girod.javafx.svgimage.LoaderParameters
-
- loadScaled(File, double) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File, and scale the associated JavaFX Node.
- loadScaled(URL, double) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL, and scale the associated JavaFX Node.
- loadScaled(String, double) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg String content, and scale the associated JavaFX Node.
- loadScaled(File, double, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg File, set the styleSheets and scale of the associated JavaFX Node.
- loadScaled(URL, double, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg URL, set the styleSheets and scale of the associated JavaFX Node.
- loadScaled(String, double, String) - Static method in class org.girod.javafx.svgimage.SVGLoader
-
Load a svg String content, set the styleSheets and scale of the associated JavaFX Node.
- scale - Variable in class org.girod.javafx.svgimage.LoaderParameters
-
The scale.
- scale(double) - Method in class org.girod.javafx.svgimage.SVGImage
-
Scale the image.
- scale(double, boolean) - Method in class org.girod.javafx.svgimage.SVGImage
-
Scale the image.
- SCALE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SCALE_SHAPE - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-scale-shape" CSS property.
- SCALE_X - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-scale-x" CSS property.
- SCALE_Y - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-scale-y" CSS property.
- scaleHeight(double) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- scaleLength(double) - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Scale a length value.
- scaleLineWidth - Variable in class org.girod.javafx.svgimage.LoaderParameters
-
True if line widths must also be scaled.
- scaleLineWidth(double) - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Scale a line width.
- scaleNode(Node) - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Scale a Node.
- scalePosition(double, boolean) - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Scale a position value.
- ScaleQuality - Interface in org.girod.javafx.svgimage
-
The scale quality used when scaling SVG images.
- scaleShape(Shape) - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Scale a shape.
- scaleTo(double) - Method in class org.girod.javafx.svgimage.SVGImage
-
Scale the image to a specified width.
- scaleTo(double, boolean) - Method in class org.girod.javafx.svgimage.SVGImage
-
Scale the image to a specified width.
- scaleValue(boolean, double) - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Scale a SVG element attribute value.
- scaleWidth(double) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- SET - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- setBaselineShift(Text, String) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- setCDATA(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLNode
-
Set the CDATA content for the node.
- setCDATA(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLNode
-
Set the CDATA content for the node.
- setClip(StringBuilder, String) - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
- setContextFill(Paint) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- setContextNode(Node) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- setContextStroke(Paint) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- setDefaultSnapshotParameters(SnapshotParameters) - Static method in class org.girod.javafx.svgimage.SVGImage
-
Set the default SnapshotParameters to use when creating a snapshot.
- setEncoding(String) - Method in class org.girod.javafx.svgimage.tosvg.xml.XMLRoot
-
Set the encoding of the XML file.
- setEncoding(String) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLRoot
-
Set the encoding of the XML file.
- setExceptionsHandling(short) - Method in class org.girod.javafx.svgimage.GlobalConfig
-
Set the exceptions handling type.
- setFillOpacity(Paint, XMLNode) - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
- setFillOpacity(Node, double) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- setImagePosition(BackgroundPosition) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Set the wrapper image position.
- setIn(String) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.AbstractFilterEffect
-
- setIn(String) - Method in interface org.girod.javafx.svgimage.xml.specs.FilterSpec.FilterEffect
-
- setLinearGradient(LinearGradient) - Method in class org.girod.javafx.svgimage.xml.specs.LinearGradientSpec
-
- setMarkerEnd(MarkerSpec) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- setMarkerMid(MarkerSpec) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- setMarkerStart(MarkerSpec) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerContext
-
- setNodeStyle(Node, XMLNode, LoaderContext, Viewport) - Static method in class org.girod.javafx.svgimage.xml.builders.SVGStyleBuilder
-
- setNodeStyle(MarkerContext, Node, XMLNode, LoaderContext, Viewport) - Static method in class org.girod.javafx.svgimage.xml.builders.SVGStyleBuilder
-
- setOpacity(Node, XMLNode) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- setPosition(double, double) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Set the position of the wrapper.
- setPosition(double, double) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Set the position of the wrapper.
- setPreserveAspectRatio(boolean) - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Set true if the aspect ratio must be preserved.
- setRadialGradient(RadialGradient) - Method in class org.girod.javafx.svgimage.xml.specs.RadialGradientSpec
-
- setRadii(CornerRadii) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Set the corners Radii of the wrapper.
- setRadii(CornerRadii) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Set the corners Radii of the wrapper.
- setScale(double, boolean) - Method in class org.girod.javafx.svgimage.xml.specs.Viewport
-
Set the scale value.
- setSize(double, double) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BackgroundWrapper
-
Set the size of the wrapper.
- setStrokeOpacity(Paint, XMLNode) - Method in class org.girod.javafx.svgimage.tosvg.converters.AbstractConverter
-
- setStrokeStyle(BorderStrokeStyle) - Method in class org.girod.javafx.svgimage.tosvg.wrappers.BorderWrapper
-
Set the stroke style.
- setSVGFile(File) - Method in class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
-
Set the SVG file.
- setTransformList(List<Transform>) - Method in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- setTransforms(Node, XMLNode, Viewport) - Static method in class org.girod.javafx.svgimage.xml.parsers.TransformUtils
-
- setViewbox(Viewbox) - Method in class org.girod.javafx.svgimage.xml.specs.MarkerSpec
-
- setViewbox(Viewbox) - Method in class org.girod.javafx.svgimage.xml.specs.SymbolSpec
-
- setViewbox(double, double, double, double) - Method in class org.girod.javafx.svgimage.xml.specs.Viewbox
-
Set the width and height of the viewBox
- setVisibility(Node, XMLNode) - Static method in class org.girod.javafx.svgimage.xml.parsers.ParserUtils
-
- SHAPE - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-shape" CSS property.
- Shape3DConverter - Class in org.girod.javafx.svgimage.tosvg.converters
-
A converter which convert a Shape3D.
- Shape3DConverter(ConverterDelegate, Shape3D, XMLNode) - Constructor for class org.girod.javafx.svgimage.tosvg.converters.Shape3DConverter
-
- ShapeConverter - Class in org.girod.javafx.svgimage.tosvg.converters
-
A converter which convert Shapes.
- ShapeConverter(ConverterDelegate, Shape, XMLNode) - Constructor for class org.girod.javafx.svgimage.tosvg.converters.ShapeConverter
-
- shouldApply(List<FilterSpec.AppliedEffect>, int) - Method in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEComposite
-
- SKEW_X - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SKEW_Y - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SKIP_EXCEPTION - Static variable in interface org.girod.javafx.svgimage.ExceptionsHandling
-
Skip the exceptions.
- SMOOTH_CUBIC_CURVE - Static variable in class org.girod.javafx.svgimage.xml.parsers.AbstractPathParser
-
- SMOOTH_QUADRATIC_CURVE - Static variable in class org.girod.javafx.svgimage.xml.parsers.AbstractPathParser
-
- snapshot(SnapshotParameters, String, File) - Method in class org.girod.javafx.svgimage.SVGImage
-
Saves a snapshot of the image.
- snapshot(String, File) - Method in class org.girod.javafx.svgimage.SVGImage
-
Saves a snapshot of the image.
- source - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEImage
-
- SOURCE_ALPHA - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SOURCE_ALPHA_EFFECT - Static variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec
-
- SOURCE_GRAPHIC - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SOURCE_GRAPHIC_EFFECT - Static variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec
-
- SpanGroup - Class in org.girod.javafx.svgimage.xml.specs
-
Represents spans elements under a text element.
- SpanGroup(Group) - Constructor for class org.girod.javafx.svgimage.xml.specs.SpanGroup
-
- SpanGroup.TSpan - Class in org.girod.javafx.svgimage.xml.specs
-
- specStops - Variable in class org.girod.javafx.svgimage.xml.specs.GradientSpec
-
- SPECULAR_CONSTANT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SPECULAR_EXPONENT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- specularConstant - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FESpecularLighting
-
- specularExponent - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FESpecularLighting
-
- splitString(String, int) - Static method in class org.girod.javafx.svgimage.tosvg.utils.Utilities
-
- SPREAD_METHOD - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SPREAD_PAD - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SPREAD_REFLECT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SPREAD_REPEAT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SQUARE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- START - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- startElement(String, String, String, Attributes) - Method in class org.girod.javafx.svgimage.xml.parsers.XMLTreeHandler
-
Receive notification of the beginning of an element.
- STD_DEVIATION - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- stdDeviation - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEDropShadow
-
- stdDeviation - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FEGaussianBlur
-
- STOP - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STOP_COLOR - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STOP_OPACITY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- stopAnimations() - Method in class org.girod.javafx.svgimage.SVGImage
-
Stop the animations.
- STROKE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
- STROKE_DASHARRAY - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-dash-array" CSS property.
- STROKE_DASHARRAY - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE_DASHARRAY - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
- STROKE_DASHOFFSET - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-dash-offset" CSS property.
- STROKE_DASHOFFSET - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE_LINECAP - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-line-cap" CSS property.
- STROKE_LINECAP - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE_LINEJOIN - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-line-join" CSS property.
- STROKE_LINEJOIN - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE_MITERLIMIT - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-miter-limit" CSS property.
- STROKE_MITERLIMIT - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE_PAINT - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke" CSS property.
- STROKE_TYPE - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-type" CSS property.
- STROKE_WIDTH - Static variable in interface org.girod.javafx.svgimage.tosvg.utils.CSSProperties
-
the "-fx-stroke-width" CSS property.
- STROKE_WIDTH - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- STROKE_WIDTH - Static variable in class org.girod.javafx.svgimage.xml.specs.Styles
-
- STYLE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- Styles - Class in org.girod.javafx.svgimage.xml.specs
-
Represents a "style" node in the SVG content.
- Styles() - Constructor for class org.girod.javafx.svgimage.xml.specs.Styles
-
- Styles.Property - Class in org.girod.javafx.svgimage.xml.specs
-
- Styles.Rule - Class in org.girod.javafx.svgimage.xml.specs
-
- styleSheets - Variable in class org.girod.javafx.svgimage.LoaderParameters
-
The styleSheets.
- SubSceneConverter - Class in org.girod.javafx.svgimage.tosvg.converters
-
A converter which convert a subScene.
- SubSceneConverter(ConverterDelegate, SubScene, XMLNode) - Constructor for class org.girod.javafx.svgimage.tosvg.converters.SubSceneConverter
-
- SURFACE_SCALE - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- surfaceScale - Variable in class org.girod.javafx.svgimage.xml.specs.FilterSpec.FESpecularLighting
-
- SVG - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SVGConstants - Class in org.girod.javafx.svgimage.tosvg.xml
-
Hold a SVG constant.
- SVGConstants() - Constructor for class org.girod.javafx.svgimage.tosvg.xml.SVGConstants
-
- SVGContent - Class in org.girod.javafx.svgimage
-
Represents the SVG content origin.
- SVGContent(URL, LoaderParameters) - Constructor for class org.girod.javafx.svgimage.SVGContent
-
Constructor.
- SVGContent(String, LoaderParameters) - Constructor for class org.girod.javafx.svgimage.SVGContent
-
Constructor.
- SVGConverter - Class in org.girod.javafx.svgimage.tosvg
-
- SVGConverter() - Constructor for class org.girod.javafx.svgimage.tosvg.SVGConverter
-
- SVGImage - Class in org.girod.javafx.svgimage
-
The resulting SVG image.
- SVGImage() - Constructor for class org.girod.javafx.svgimage.SVGImage
-
Constructor.
- SVGImage(SVGContent) - Constructor for class org.girod.javafx.svgimage.SVGImage
-
Constructor.
- SVGLibraryException - Exception in org.girod.javafx.svgimage.xml.parsers
-
The exception which can be thrown by the library.
- SVGLibraryException(String) - Constructor for exception org.girod.javafx.svgimage.xml.parsers.SVGLibraryException
-
- SVGLibraryException(String, Throwable) - Constructor for exception org.girod.javafx.svgimage.xml.parsers.SVGLibraryException
-
- SVGLibraryException(Throwable) - Constructor for exception org.girod.javafx.svgimage.xml.parsers.SVGLibraryException
-
- SVGLoader - Class in org.girod.javafx.svgimage
-
This class allows to load a svg file and convert it to an Image or a JavaFX tree.
- SVGParsingException - Exception in org.girod.javafx.svgimage.xml.parsers
-
The exception which can be thrown by the library.
- SVGParsingException(String) - Constructor for exception org.girod.javafx.svgimage.xml.parsers.SVGParsingException
-
- SVGParsingException(String, Throwable) - Constructor for exception org.girod.javafx.svgimage.xml.parsers.SVGParsingException
-
- SVGParsingException(Throwable) - Constructor for exception org.girod.javafx.svgimage.xml.parsers.SVGParsingException
-
- SVGShapeBuilder - Class in org.girod.javafx.svgimage.xml.builders
-
The shape builder.
- svgStyle - Variable in class org.girod.javafx.svgimage.LoaderContext
-
The overall "styles" element if it exists.
- SVGStyleBuilder - Class in org.girod.javafx.svgimage.xml.builders
-
This class parse a style declaration.
- SVGTags - Interface in org.girod.javafx.svgimage.xml.parsers
-
The list of svg tags handled by the library.
- SYMBOL - Static variable in interface org.girod.javafx.svgimage.xml.parsers.SVGTags
-
- SymbolSpec - Class in org.girod.javafx.svgimage.xml.specs
-
Represents a symbol specifiation.
- SymbolSpec(XMLNode) - Constructor for class org.girod.javafx.svgimage.xml.specs.SymbolSpec
-