Package | Description |
---|---|
org.girod.javafx.svgimage |
The main package of the library.
|
org.girod.javafx.svgimage.browser |
The SVG browser.
|
Modifier and Type | Field and Description |
---|---|
SVGImage |
LoaderContext.root
The resulting group.
|
Modifier and Type | Method and Description |
---|---|
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.
|
SVGImage |
SVGImage.scale(double scale)
Scale the image.
|
SVGImage |
SVGImage.scale(double scale,
boolean createNew)
Scale the image.
|
SVGImage |
SVGImage.scaleTo(double width)
Scale the image to a specified width.
|
SVGImage |
SVGImage.scaleTo(double width,
boolean createNew)
Scale the image to a specified width.
|
Constructor and Description |
---|
LoaderContext(SVGImage root,
LoaderParameters params,
java.net.URL url) |
Modifier and Type | Method and Description |
---|---|
SVGImage |
SVGBrowser.getSelectedImage() |
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence