Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X Y Z 

C

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.
convertRoot(Node, XMLRoot, ConverterParameters) - Method in class org.girod.javafx.svgimage.tosvg.converters.ConverterDelegate
Convert a JavaFX Node hierarchy to a svg tree.
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.
createRegion() - Method in class org.girod.javafx.svgimage.SVGImage
Create a region containing this 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
 
A B C D E F G H I L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence