Package | Description |
---|---|
org.girod.javafx.svgimage |
The main package of the library.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalConfig.handleParsingError(java.lang.String message)
Handle an error message, depending on the value of the
GlobalConfig.getExceptionsHandling() . |
void |
GlobalConfig.handleParsingException(java.lang.Throwable th)
Handle a parsing exception, depending on the value of the
GlobalConfig.getExceptionsHandling() . |
static SVGImage |
SVGLoader.load(java.io.File file)
Load a svg File.
|
static SVGImage |
SVGLoader.load(java.io.File file,
double width)
Load a svg File, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.io.File file,
double width,
java.lang.String styleSheets)
Load a svg File, set the styleSheets and set the resulting width of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.io.File file,
LoaderParameters params)
Load a svg File.
|
static SVGImage |
SVGLoader.load(java.io.File file,
java.lang.String styleSheets)
Load a svg File, and set the styleSheets of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.lang.String content)
Load a svg URL.
|
static SVGImage |
SVGLoader.load(java.lang.String content,
double width)
Load a svg String content, and set the resulting width the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.lang.String content,
double width,
java.lang.String styleSheets)
Load a svg String content, set the styleSheets and set the resulting width of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.lang.String content,
LoaderParameters params)
Load a svg String content, and set the parameters of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.lang.String content,
java.lang.String styleSheets)
Load a svg String content, and set the styleSheets of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.net.URL url)
Load a svg URL.
|
static SVGImage |
SVGLoader.load(java.net.URL url,
double width)
Load a svg URL, and set the resulting width the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.net.URL url,
double width,
java.lang.String styleSheets)
Load a svg URL, set the styleSheets and set the resulting width of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.net.URL url,
LoaderParameters params)
Load a svg URL, and set the parameters of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(java.net.URL url,
java.lang.String styleSheets)
Load a svg URL, and set the styleSheets of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(java.io.File file,
double scale)
Load a svg File, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(java.io.File file,
double scale,
java.lang.String styleSheets)
Load a svg File, set the styleSheets and scale of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(java.lang.String content,
double scale)
Load a svg String content, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(java.lang.String content,
double scale,
java.lang.String styleSheets)
Load a svg String content, set the styleSheets and scale of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(java.net.URL url,
double scale)
Load a svg URL, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(java.net.URL url,
double scale,
java.lang.String styleSheets)
Load a svg URL, set the styleSheets and scale of the associated JavaFX Node.
|
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence