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 fileIOException
public void convert(javafx.scene.Node root, File file, ConverterParameters params) throws IOException
root
- the root Nodefile
- the fileparams
- the conversion parametersIOException
public void convert(javafx.scene.Node root, URL url) throws IOException
root
- the root Nodeurl
- the urlIOException
public void convert(javafx.scene.Node root, URL url, ConverterParameters params) throws IOException
root
- the root Nodeurl
- the urlparams
- the conversion parametersIOException
Copyright © 2023. All rights reserved.