org.axsl.graphicR
Interface SVGGraphic
- All Superinterfaces:
- Graphic
- public interface SVGGraphic
- extends Graphic
Interface for SVG Graphic objects.
Fields inherited from interface org.axsl.graphicR.Graphic |
COMPRESSION_CCITT_FAX, COMPRESSION_DCT, COMPRESSION_UNKNOWN, TYPE_BMP, TYPE_EPS, TYPE_GIF, TYPE_JPEG, TYPE_PDF, TYPE_SVG, TYPE_TIFF, TYPE_UNKNOWN |
Method Summary |
org.w3c.dom.svg.SVGDocument |
getSVGDocument()
Return the encapsulated SVGDocument. |
Methods inherited from interface org.axsl.graphicR.Graphic |
absoluteHeight, absoluteWidth, close, getBitsPerPixel, getColorSpace, getCompressionType, getContent, getContentSize, getGraphicType, getMimeType, getName, getTransparentColor, getURL, isInverted, isTransparent, pixelHeight, pixelWidth |
getSVGDocument
public org.w3c.dom.svg.SVGDocument getSVGDocument()
throws GraphicException
- Return the encapsulated SVGDocument.
- Returns:
- The embedded SVGDocument.
- Throws:
GraphicException
- If an error occurs retrieving the SVG Document.
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.