SourceForge.net Logo
aXSL API 0.2

Uses of Class
org.axsl.graphic.GraphicException

Packages that use GraphicException
org.axsl.graphic Interfaces allowing client applications to use graphics in a vendor-neutral way. 
 

Uses of GraphicException in org.axsl.graphic
 

Methods in org.axsl.graphic that throw GraphicException
 int Graphic.absoluteHeight(int pixelsPerInch)
          For image formats that store such information, return the image height, in millipoints.
 int Graphic.absoluteWidth(int pixelsPerInch)
          For image formats that store such information, return the image width, in millipoints.
 void SvgGraphic.drawPdfDocument(java.io.OutputStream output)
          Draws the SVG as a complete PDF document.
 void SvgGraphic.drawPdfStreamContent(java.io.OutputStream output, GraphicPdfContext pdfContext, FontConsumer fontConsumer, boolean strokeText)
          Draws the SVG into the content of a PDF document.
 int Graphic.getBitsPerComponent()
          Return the number of uncompressed bits per component for this graphic.
 java.awt.color.ColorSpace Graphic.getColorSpace()
          Return the image color space: DeviceGray, DeviceRGB, or DeviceCMYK.
 Graphic.Compression Graphic.getCompressionType()
          Indicates the type of compression used in this graphic.
 byte[] Graphic.getContent()
          Return the uncompressed content of the graphic.
 int Graphic.getContentSize()
          Return the graphic content size, in bytes (uncompressed).
 byte[] Graphic.getRawSamples()
          Return the raw content of the sample portion of the graphic.
 org.w3c.dom.svg.SVGDocument SvgGraphic.getSvgDocument()
          Return the encapsulated SVGDocument.
 java.awt.Color Graphic.getTransparentColor()
          Return the transparent color, if any.
 boolean Graphic.isTransparent()
          Indicates whether this image is transparent.
 Graphic GraphicServer.makeGraphic(java.lang.String href, java.net.URL[] baseURLs, boolean cachingThisGraphic)
          Factory method to find or create a Graphic instance.
 org.w3c.dom.svg.SVGDocument GraphicServer.makeSvgDocument()
          Factory method to create a new, empty DOM implementation for an SVG document.
 SvgGraphic GraphicServer.makeSvgGraphic(org.w3c.dom.svg.SVGDocument svgDocument)
          Factory method to find or create an SvgGraphic instance from an already-parsed SVGDocument.
 int Graphic.pixelHeight()
          Return the image height, in pixels, if available.
 int Graphic.pixelWidth()
          Return the image width, in pixels, if available.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.