jdbreport.model.svg
Class SVGImage

java.lang.Object
  extended by jdbreport.model.svg.SVGImage

public class SVGImage
extends Object

Version:
1.0 28.02.2010
Author:
Andrey Kholmanskih

Constructor Summary
SVGImage()
           
SVGImage(File file)
           
SVGImage(Reader reader)
           
SVGImage(String xml)
           
 
Method Summary
 Document createDocument()
           
 Image getImage()
           
 Image getImage(int width, int height, String format)
           
 Image getImage(String format)
           
 String getXML()
           
static boolean isEnableSVG()
           
 void setXML(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGImage

public SVGImage()

SVGImage

public SVGImage(String xml)

SVGImage

public SVGImage(File file)
         throws IOException
Throws:
IOException

SVGImage

public SVGImage(Reader reader)
         throws IOException
Throws:
IOException
Method Detail

isEnableSVG

public static boolean isEnableSVG()

setXML

public void setXML(String xml)
            throws IOException
Throws:
IOException

getXML

public String getXML()

getImage

public Image getImage()

getImage

public Image getImage(String format)

createDocument

public Document createDocument()
                        throws IOException
Throws:
IOException

getImage

public Image getImage(int width,
                      int height,
                      String format)