|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Image
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 |
---|
ImageInfo getInfo()
ImageSize getSize()
ImageFlavor getFlavor()
boolean isCacheable()
java.awt.color.ICC_Profile getICCProfile()
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 |