Package org.robovm.apple.imageio
Class CGImageProperties
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImageProperties
- Direct Known Subclasses:
CGImageDestinationProperties
public class CGImageProperties extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImageProperties.AsListMarshalerstatic classCGImageProperties.Keysstatic classCGImageProperties.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CGImageProperties()CGImageProperties(CFDictionary data) -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGImageProperties
-
CGImageProperties
public CGImageProperties()
-
-
Method Details
-
has
-
get
-
set
-
getTIFFData
-
setTIFFData
-
getGIFData
-
setGIFData
-
getJFIFData
-
setJFIFData
-
getExifData
-
setExifData
-
getPNGData
-
setPNGData
-
getIPTCData
-
setIPTCData
-
getGPSData
-
setGPSData
-
getRawData
-
setRawData
-
getCIFFData
-
setCIFFData
-
getMakerCanonData
-
setMakerCanonData
-
getMakerNikonData
-
setMakerNikonData
-
getMakerMinoltaData
-
setMakerMinoltaData
-
getMakerFujiData
-
setMakerFujiData
-
getMakerOlympusData
-
setMakerOlympusData
-
getMakerPentaxData
-
setMakerPentaxData
-
getData
-
set8BIMData
-
getDNGData
-
setDNGData
-
getExifAuxData
-
setExifAuxData
-
getFileSize
public long getFileSize() -
setFileSize
-
getPixelHeight
public long getPixelHeight() -
setPixelHeight
-
getPixelWidth
public long getPixelWidth() -
setPixelWidth
-
getDPIHeight
public long getDPIHeight() -
setDPIHeight
-
getDPIWidth
public long getDPIWidth() -
setDPIWidth
-
getDepth
public int getDepth() -
setDepth
-
getOrientation
-
setOrientation
-
containsFloatingPointPixels
public boolean containsFloatingPointPixels() -
setContainsFloatingPointPixels
-
isIndexed
public boolean isIndexed() -
setIsIndexed
-
hasAlphaChannel
public boolean hasAlphaChannel() -
setHasAlphaChannel
-
getColorModel
-
setColorModel
-
getICCProfile
-
setICCProfile
-