|
aXSL API 0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicException | |
org.axsl.graphicR | Interfaces allowing client applications to use graphics in a vendor-neutral way. |
Uses of GraphicException in org.axsl.graphicR |
Methods in org.axsl.graphicR that throw GraphicException | |
org.w3c.dom.svg.SVGDocument |
SVGGraphic.getSVGDocument()
Return the encapsulated SVGDocument. |
Graphic |
GraphicServer.makeGraphic(java.lang.String href,
java.net.URL[] baseURLs,
boolean cachingThisGraphic)
Finds or creates a Graphic instance. |
int |
Graphic.pixelWidth()
Return the image width, in pixels, if available. |
int |
Graphic.pixelHeight()
Return the image height, in pixels, if available. |
int |
Graphic.absoluteWidth(int pixelsPerInch)
For image formats that store such information, return the image width, in millipoints. |
int |
Graphic.absoluteHeight(int pixelsPerInch)
For image formats that store such information, return the image height, in millipoints. |
java.awt.color.ColorSpace |
Graphic.getColorSpace()
Return the image color space: DeviceGray, DeviceRGB, or DeviceCMYK. |
int |
Graphic.getBitsPerPixel()
Return the number of bits per pixel. |
boolean |
Graphic.isTransparent()
Return the image transparency. |
java.awt.Color |
Graphic.getTransparentColor()
Return the transparent color. |
byte[] |
Graphic.getContent()
Return the graphic content (uncompressed). |
int |
Graphic.getContentSize()
Return the graphic content size, in bytes (uncompressed). |
int |
Graphic.getCompressionType()
Indicates the type of compression used in this graphic. |
|
aXSL API 0.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.