-
- All Implemented Interfaces:
public final class SVGImageUtilsUtility class that install that wraps SvgImageLoaderFactory, letting install a SVG loader and return a SVG image.
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringDEFAULT_ALCHEMIST_ICON_PATH
-
Method Summary
Modifier and Type Method Description static ImagegetSvgImage(String path, double width, double height)Returns the Image of a SVG image. static ImagegetSvgImage(String path)Returns the Image of a SVG image. -
-
Method Detail
-
getSvgImage
static Image getSvgImage(String path, double width, double height)
Returns the Image of a SVG image.
- Parameters:
path- The SVG image positionwidth- The percent width of imageheight- The percent height of image
-
getSvgImage
static Image getSvgImage(String path)
Returns the Image of a SVG image.
- Parameters:
path- The SVG image position
-
-
-
-