public class ConverterDelegate extends Object
| Constructor and Description |
|---|
ConverterDelegate()
Create a converter delegate.
|
| 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. |
void |
convertRoot(javafx.scene.Node root,
XMLRoot xmlRoot,
ConverterParameters params)
Convert a JavaFX Node hierarchy to a svg tree.
|
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 rootpublic void convertRoot(javafx.scene.Node root,
XMLRoot xmlRoot,
ConverterParameters params)
root - the root NodexmlRoot - the xml rootparams - the converter parametersCopyright © 2026. All rights reserved.