| com.flexive.shared.media.FxImageMetadata com.flexive.shared.media.impl.FxImageMetadataImpl
FxImageMetadataImpl | public class FxImageMetadataImpl extends FxImageMetadata (Code) | | Image metadata
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev |
Constructor Summary | |
public | FxImageMetadataImpl(String mimeType, String filename, List<FxMetadataItem> metadata, int width, int height, String format, String formatDescription, String compressionAlgorithm, double xResolution, double yResolution, String colorType, boolean usePalette, int bpp, boolean progressive, boolean transparent, ICC_Profile icc) |
FxImageMetadataImpl | public FxImageMetadataImpl(String mimeType, String filename, List<FxMetadataItem> metadata, int width, int height, String format, String formatDescription, String compressionAlgorithm, double xResolution, double yResolution, String colorType, boolean usePalette, int bpp, boolean progressive, boolean transparent, ICC_Profile icc)(Code) | | |
getBitsPerPixel | public int getBitsPerPixel()(Code) | | |
getCompressionAlgorithm | public String getCompressionAlgorithm()(Code) | | |
getFormatDescription | public String getFormatDescription()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getICC_Profile | public ICC_Profile getICC_Profile()(Code) | | |
getMetadata | public List<FxMetadataItem> getMetadata()(Code) | | |
getWidth | public int getWidth()(Code) | | |
getXResolution | public double getXResolution()(Code) | | |
getYResolution | public double getYResolution()(Code) | | |
hasICC_Profile | public boolean hasICC_Profile()(Code) | | |
isProgressive | public boolean isProgressive()(Code) | | |
isTransparent | public boolean isTransparent()(Code) | | |
usePalette | public boolean usePalette()(Code) | | |
|
|