Package | Description |
---|---|
org.girod.javafx.svgimage |
The main package of the library.
|
Modifier and Type | Field and Description |
---|---|
LoaderParameters |
LoaderContext.params
The loader parameters.
|
LoaderParameters |
SVGContent.params
The loader parameters.
|
Modifier and Type | Method and Description |
---|---|
LoaderParameters |
LoaderParameters.clone()
Create a clone of the parameters.
|
static LoaderParameters |
LoaderParameters.createScaleParameters(double scale)
Create a parameters with a scale property.
|
static LoaderParameters |
LoaderParameters.createWidthParameters(double width)
Create parameters with a width property.
|
Modifier and Type | Method and Description |
---|---|
static SVGImage |
SVGLoader.load(java.io.File file,
LoaderParameters params)
Load a svg File.
|
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.net.URL url,
LoaderParameters params)
Load a svg URL, and set the parameters of the associated JavaFX Node.
|
Constructor and Description |
---|
LoaderContext(SVGImage root,
LoaderParameters params,
java.net.URL url) |
SVGContent(java.lang.String content,
LoaderParameters params)
Constructor.
|
SVGContent(java.net.URL url,
LoaderParameters params)
Constructor.
|
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence