Package org.javlo.helper
Class SVGHelper
- java.lang.Object
-
- org.javlo.helper.SVGHelper
-
public class SVGHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description SVGHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BufferedImage
getSVGImage(File svgFile)
static void
main(String[] args)
-
-
-
Field Detail
-
logger
public static Logger logger
-
-
Method Detail
-
getSVGImage
public static BufferedImage getSVGImage(File svgFile)
-
main
public static void main(String[] args)
-
-