AbstractImage
, ImageBuffered
, ImageGraphics2D
, ImageRawCCITTFax
, ImageRawEPS
, ImageRawJPEG
, ImageRawPNG
, ImageRawStream
, ImageRendered
, ImageXMLDOM
public interface Image
Modifier and Type | Method | Description |
---|---|---|
ColorSpace |
getColorSpace() |
Returns the image's color space if the information is available.
|
ImageFlavor |
getFlavor() |
Returns the flavor of the image.
|
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()
ICC_Profile getICCProfile()
ColorSpace getColorSpace()
Copyright © 2018 Apache Software Foundation. All rights reserved.