Package | Description |
---|---|
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.parsers.xmltree |
This package contains the utility classes which allows to create a xml tree from the svg content.
|
org.girod.javafx.svgimage.xml.specs |
This package contains the specifications used for elements in a SVG tree.
|
Modifier and Type | Method and Description |
---|---|
static void |
MarkerBuilder.buildMarkers(javafx.scene.Group parent,
javafx.scene.Node node,
java.util.List<javafx.scene.transform.Transform> transforms,
ElementNode elementNode,
MarkerContext markerContext,
LoaderContext context,
Viewport viewport,
boolean visible) |
static MarkerContext |
SVGStyleBuilder.setNodeStyle(javafx.scene.Node node,
ElementNode elementNode,
LoaderContext context,
Viewport viewport) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ParserUtils.hasXPosition(ElementNode node) |
static java.lang.String |
ParserUtils.mergeStyles(java.util.Map<java.lang.String,java.lang.String> styles,
ElementNode node) |
static void |
ParserUtils.setOpacity(javafx.scene.Node node,
ElementNode elementNode) |
static java.util.List<javafx.scene.transform.Transform> |
TransformUtils.setTransforms(javafx.scene.Node node,
ElementNode elementNode,
Viewport viewport)
Set the transforms for a node if it has the
SVGTags.TRANSFORM attribute. |
static boolean |
ParserUtils.setVisibility(javafx.scene.Node node,
ElementNode elementNode) |
Modifier and Type | Class and Description |
---|---|
class |
XMLNode
An XML Node in an XML File.
|
class |
XMLRoot
The root XML Node in an XML File.
|
class |
XMLTextNode
A text node in an xml content.
|
Modifier and Type | Method and Description |
---|---|
ElementNode |
XMLNode.getFirstChildElement()
Return the first element node child of the Node.
|
ElementNode |
XMLNode.getLastChildElement()
Return the last element node child of the Node.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ElementNode> |
XMLNode.getAllChildren()
Return the ordered list of all children of this Node.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLNode.addChild(ElementNode child)
Add a child to this Node.
|
Modifier and Type | Field and Description |
---|---|
ElementNode |
SpanGroup.TSpan.elementNode |
Modifier and Type | Method and Description |
---|---|
void |
SpanGroup.addTSpan(ElementNode elementNode,
javafx.scene.Node node) |
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence