Package | Description |
---|---|
org.girod.javafx.svgimage |
The main package of the library.
|
org.girod.javafx.svgimage.xml.builders |
This package contains builders used in the construction of the JavaFX tree.
|
org.girod.javafx.svgimage.xml.parsers |
This package contains parsers allowing to get a tree of Nodes from an XML file.
|
org.girod.javafx.svgimage.xml.specs |
This package contains the specifications used for elements in a SVG tree.
|
Modifier and Type | Class and Description |
---|---|
class |
SVGLoader
This class allows to load a svg file and convert it to an Image or a JavaFX tree.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimationBuilder
The animation builder.
|
class |
MarkerBuilder |
class |
SVGShapeBuilder
The shape builder.
|
class |
SVGStyleBuilder
This class parse a style declaration.
|
Modifier and Type | Class and Description |
---|---|
class |
ClippingFactory
This class handles the list of defined clipping paths.
|
class |
ParserUtils
Several utilities for shape parsing.
|
class |
TransformUtils
Parser utilities for transforms.
|
class |
XMLTreeHandler
Parse an XML File and return the associated tree of Nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterSpec
Contains the specification for a filter.
|
class |
GradientSpec
Contains the specification for a radial or linear gradient.
|
class |
LinearGradientSpec
Contains the specification for a linear gradient.
|
class |
MarkerSpec
Represents a marker specifiation.
|
class |
RadialGradientSpec
Contains the specification for a radial gradient.
|
class |
SymbolSpec
Represents a symbol specifiation.
|
Copyright © 2023. All rights reserved.