SourceForge.net Logo
aXSL API 0.1

org.axsl.graphicR
Interface SVGGraphic

All Superinterfaces:
Graphic

public interface SVGGraphic
extends Graphic

Interface for SVG Graphic objects.


Field Summary
 
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
 

Method Detail

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.

SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.