| |
|
| java.lang.Object com.flexive.shared.media.FxMetadata com.flexive.shared.media.FxImageMetadata
All known Subclasses: com.flexive.shared.media.impl.FxImageMetadataImpl,
FxImageMetadata | abstract public class FxImageMetadata extends FxMetadata (Code) | | Metadata for images
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev |
getBitsPerPixel | abstract public int getBitsPerPixel()(Code) | | Get the bits per pixel used (eg "24")
bits per pixel used |
getColorType | abstract public String getColorType()(Code) | | Get the used color type (eg "RGB")
used color type |
getCompressionAlgorithm | abstract public String getCompressionAlgorithm()(Code) | | Get the compression algorithm used (eg "JPEG")
compression algorithm used |
getFormat | abstract public String getFormat()(Code) | | Get the format (eg "JPEG")
format |
getFormatDescription | abstract public String getFormatDescription()(Code) | | Get a more descriptive name of the format (eg "JPEG (Joint Photographic Experts Group) Format")
long format |
getHeight | abstract public int getHeight()(Code) | | Get the image height
image height |
getICC_Profile | abstract public ICC_Profile getICC_Profile()(Code) | | Get the ICC profile if one is attached, else null
ICC profile if attached |
getWidth | abstract public int getWidth()(Code) | | Get the image width
image width |
getXResolution | abstract public double getXResolution()(Code) | | Get the X-Resolution in DPI
X-Resolution in DPI |
getYResolution | abstract public double getYResolution()(Code) | | Get the Y-Resolution in DPI
Y-Resolution in DPI |
hasICC_Profile | abstract public boolean hasICC_Profile()(Code) | | Is an ICC profile attached to this image?
ICC profile attached? |
isProgressive | abstract public boolean isProgressive()(Code) | | Is this image progressive scan?
progressive scan? |
isTransparent | abstract public boolean isTransparent()(Code) | | Does the image use a transparent background?
transparency? |
usePalette | abstract public boolean usePalette()(Code) | | Does the image use its own color palette?
use own color palette? |
|
|
|