Package | Description |
---|---|
org.girod.javafx.svgimage |
The main package of the library.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalConfig.handleParsingError(String message)
Handle an error message, depending on the value of the
GlobalConfig.getExceptionsHandling() . |
void |
GlobalConfig.handleParsingException(Throwable th)
Handle a parsing exception, depending on the value of the
GlobalConfig.getExceptionsHandling() . |
static SVGImage |
SVGLoader.load(File file)
Load a svg File.
|
static SVGImage |
SVGLoader.load(File file,
double width)
Load a svg File, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(File file,
double width,
String styleSheets)
Load a svg File, set the styleSheets and set the resulting width of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(File file,
LoaderParameters params)
Load a svg File.
|
static SVGImage |
SVGLoader.load(File file,
String styleSheets)
Load a svg File, and set the styleSheets of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(String content)
Load a svg URL.
|
static SVGImage |
SVGLoader.load(String content,
double width)
Load a svg String content, and set the resulting width the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(String content,
double width,
String styleSheets)
Load a svg String content, set the styleSheets and set the resulting width of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(String content,
LoaderParameters params)
Load a svg String content, and set the parameters of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(String content,
String styleSheets)
Load a svg String content, and set the styleSheets of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(URL url)
Load a svg URL.
|
static SVGImage |
SVGLoader.load(URL url,
double width)
Load a svg URL, and set the resulting width the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(URL url,
double width,
String styleSheets)
Load a svg URL, set the styleSheets and set the resulting width of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(URL url,
LoaderParameters params)
Load a svg URL, and set the parameters of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.load(URL url,
String styleSheets)
Load a svg URL, and set the styleSheets of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(File file,
double scale)
Load a svg File, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(File file,
double scale,
String styleSheets)
Load a svg File, set the styleSheets and scale of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(String content,
double scale)
Load a svg String content, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(String content,
double scale,
String styleSheets)
Load a svg String content, set the styleSheets and scale of the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(URL url,
double scale)
Load a svg URL, and scale the associated JavaFX Node.
|
static SVGImage |
SVGLoader.loadScaled(URL url,
double scale,
String styleSheets)
Load a svg URL, set the styleSheets and scale of the associated JavaFX Node.
|
Copyright © 2023. All rights reserved.