com.stimulsoft.base.helper
Class StiSvgHelper

java.lang.Object
  extended by com.stimulsoft.base.helper.StiSvgHelper

public class StiSvgHelper
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiSvgHelper()
           
 
Method Summary
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 boolean isSvg(byte[] data)
           
static boolean isSvg(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiSvgHelper

public StiSvgHelper()
Method Detail

isSvg

public static boolean isSvg(java.lang.String data)

isSvg

public static boolean isSvg(byte[] data)

decodeSVG

public static java.awt.image.BufferedImage decodeSVG(java.lang.String base64string,
                                                     StiRectangle rect,
                                                     double zoom)
                                              throws java.io.IOException
Throws:
java.io.IOException

decodeSVG

public static java.awt.image.BufferedImage decodeSVG(byte[] svgBytes,
                                                     StiRectangle rect,
                                                     double zoom)
                                              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2018 Stimulsoft. All Rights Reserved.