jdbreport.model.svg
Class SVGImage
java.lang.Object
jdbreport.model.svg.SVGImage
public class SVGImage
- extends Object
- Version:
- 1.0 28.02.2010
- Author:
- Andrey Kholmanskih
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)