|
xmlgraphics-commons 1.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an instance of an image (bitmap or vector graphic). The image may or may not be loaded into memory. Implementing classes will expose additional methods to access the actual image data.
Method Summary | |
java.awt.color.ColorSpace |
getColorSpace()
Returns the image's color space if the information is available. |
ImageFlavor |
getFlavor()
Returns the flavor of the image. |
java.awt.color.ICC_Profile |
getICCProfile()
Returns the ICC color profile if one is associated with the image. |
ImageInfo |
getInfo()
Returns an object with basic information (URI, MIME type, intrinsic size) about the image. |
ImageSize |
getSize()
Returns the image's intrinsic size. |
boolean |
isCacheable()
Indicates whether the Image instance is cacheable in memory. |
Method Detail |
public ImageInfo getInfo()
public ImageSize getSize()
public ImageFlavor getFlavor()
public boolean isCacheable()
public java.awt.color.ICC_Profile getICCProfile()
public java.awt.color.ColorSpace getColorSpace()
|
xmlgraphics-commons 1.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |