public class SVGConverter extends Object
| Constructor and Description |
|---|
SVGConverter()
Create a SVG converter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
convert(javafx.scene.Node root,
File file)
Convert a JavaFX Node hierarchy.
|
void |
convert(javafx.scene.Node root,
File file,
ConverterParameters params)
Convert a JavaFX Node hierarchy.
|
void |
convert(javafx.scene.Node root,
URL url)
Convert a JavaFX Node hierarchy.
|
void |
convert(javafx.scene.Node root,
URL url,
ConverterParameters params)
Convert a JavaFX Node hierarchy.
|
ConverterDelegate |
getConverterDelegate()
Return the ConverterDelegate.
|
public ConverterDelegate getConverterDelegate()
public void convert(javafx.scene.Node root,
File file)
throws IOException
root - the root Nodefile - the fileIOException - if writing the SVG failspublic void convert(javafx.scene.Node root,
File file,
ConverterParameters params)
throws IOException
root - the root Nodefile - the fileparams - the conversion parametersIOException - if writing the SVG failspublic void convert(javafx.scene.Node root,
URL url)
throws IOException
root - the root Nodeurl - the urlIOException - if writing the SVG failspublic void convert(javafx.scene.Node root,
URL url,
ConverterParameters params)
throws IOException
root - the root Nodeurl - the urlparams - the conversion parametersIOException - if writing the SVG failsCopyright © 2026. All rights reserved.