public class SVGConverter
extends java.lang.Object
| Constructor and Description |
|---|
SVGConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(javafx.scene.Node root,
java.io.File file)
Convert a JavaFX Node hierarchy.
|
void |
convert(javafx.scene.Node root,
java.io.File file,
ConverterParameters params)
Convert a JavaFX Node hierarchy.
|
void |
convert(javafx.scene.Node root,
java.net.URL url)
Convert a JavaFX Node hierarchy.
|
void |
convert(javafx.scene.Node root,
java.net.URL url,
ConverterParameters params)
Convert a JavaFX Node hierarchy.
|
ConverterDelegate |
getConverterDelegate()
Return the ConverterDelegate.
|
public ConverterDelegate getConverterDelegate()
public void convert(javafx.scene.Node root,
java.io.File file)
throws java.io.IOException
root - the root Nodefile - the filejava.io.IOExceptionpublic void convert(javafx.scene.Node root,
java.io.File file,
ConverterParameters params)
throws java.io.IOException
root - the root Nodefile - the fileparams - the conversion parametersjava.io.IOExceptionpublic void convert(javafx.scene.Node root,
java.net.URL url)
throws java.io.IOException
root - the root Nodeurl - the urljava.io.IOExceptionpublic void convert(javafx.scene.Node root,
java.net.URL url,
ConverterParameters params)
throws java.io.IOException
root - the root Nodeurl - the urlparams - the conversion parametersjava.io.IOExceptionCopyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence