public class StiSvgHelper
extends java.lang.Object
| Constructor and Description |
|---|
StiSvgHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
decodeSVG(byte[] svgBytes,
StiRectangle rect,
double zoom) |
static java.awt.image.BufferedImage |
decodeSVG(java.lang.String base64string,
StiRectangle rect,
double zoom) |
static java.util.Map<java.lang.String,java.awt.Color> |
getColorsTable() |
static boolean |
isSvg(byte[] data) |
static boolean |
isSvg(java.lang.String data) |
public static java.util.Map<java.lang.String,java.awt.Color> getColorsTable()
public static boolean isSvg(java.lang.String data)
public static boolean isSvg(byte[] data)
public static java.awt.image.BufferedImage decodeSVG(java.lang.String base64string,
StiRectangle rect,
double zoom)
throws java.io.IOException
java.io.IOExceptionpublic static java.awt.image.BufferedImage decodeSVG(byte[] svgBytes,
StiRectangle rect,
double zoom)
throws java.io.IOException
java.io.IOExceptionCopyright © 2020 Stimulsoft. All Rights Reserved.