public interface Image
Modifier and Type | Method and Description |
---|---|
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.
|
ImageInfo getInfo()
ImageSize getSize()
ImageFlavor getFlavor()
boolean isCacheable()
java.awt.color.ICC_Profile getICCProfile()
java.awt.color.ColorSpace getColorSpace()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.