public class SVGConverter extends Object
| Constructor and Description |
|---|
SVGConverter() |
| 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 fileIOExceptionpublic void convert(javafx.scene.Node root,
File file,
ConverterParameters params)
throws IOException
root - the root Nodefile - the fileparams - the conversion parametersIOExceptionpublic void convert(javafx.scene.Node root,
URL url)
throws IOException
root - the root Nodeurl - the urlIOExceptionpublic void convert(javafx.scene.Node root,
URL url,
ConverterParameters params)
throws IOException
root - the root Nodeurl - the urlparams - the conversion parametersIOExceptionCopyright © 2023. All rights reserved.