Package org.pentaho.di.core.svg
Class SvgSupport
java.lang.Object
org.pentaho.di.core.svg.SvgSupport
Class for base SVG images processing.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SvgSupport
public SvgSupport()
-
-
Method Details
-
isSvgEnabled
public static boolean isSvgEnabled() -
loadSvgImage
Load SVG from file.- Throws:
Exception
-
isSvgName
Check by file name if image is SVG. -
toPngName
Converts SVG file name to PNG. -
isPngName
Check by file name if image is PNG. -
toSvgName
Converts PNG file name to SVG.
-