public class ConverterDelegate extends Object
Constructor and Description |
---|
ConverterDelegate() |
Modifier and Type | Method and Description |
---|---|
void |
convertRoot(javafx.scene.Node root,
XMLRoot xmlRoot)
Convert a JavaFX Node hierarchy to a series of
Graphics2D orders. |
XMLNode |
getDefsNode()
Return the defs Node.
|
javafx.scene.Node |
getRoot()
Return the root Node.
|
File |
getSVGFile()
Return the SVG file.
|
void |
setSVGFile(File file)
Set the SVG file.
|
public void setSVGFile(File file)
file
- the filepublic File getSVGFile()
public XMLNode getDefsNode()
public javafx.scene.Node getRoot()
public void convertRoot(javafx.scene.Node root, XMLRoot xmlRoot)
Graphics2D
orders.root
- the root NodexmlRoot
- the xml rootCopyright © 2023. All rights reserved.