Package org.robovm.apple.imageio
Class CGImageDestinationProperties
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImageProperties
org.robovm.apple.imageio.CGImageDestinationProperties
public class CGImageDestinationProperties extends CGImageProperties
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImageDestinationProperties.AsListMarshalerstatic classCGImageDestinationProperties.Keysstatic classCGImageDestinationProperties.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CGImageDestinationProperties() -
Method Summary
Modifier and Type Method Description booleanembedsThumbnail()<T extends NativeObject>
Tget(CFString key, Class<T> type)CGColorgetBackgroundColor()doublegetLossyCompressionQuality()longgetMaxPixelSize()booleanhas(CFString key)CGImageDestinationPropertiesset(CFString key, NativeObject value)CGImageDestinationPropertiessetBackgroundColor(CGColor backgroundColor)CGImageDestinationPropertiessetEmbedsThumbnail(boolean embedsThumbnail)CGImageDestinationPropertiessetLossyCompressionQuality(double lossyCompressionQuality)CGImageDestinationPropertiessetMaxPixelSize(long maxPixelSize)Methods inherited from class org.robovm.apple.imageio.CGImageProperties
containsFloatingPointPixels, getCIFFData, getColorModel, getData, getDepth, getDNGData, getDPIHeight, getDPIWidth, getExifAuxData, getExifData, getFileSize, getGIFData, getGPSData, getICCProfile, getIPTCData, getJFIFData, getMakerCanonData, getMakerFujiData, getMakerMinoltaData, getMakerNikonData, getMakerOlympusData, getMakerPentaxData, getOrientation, getPixelHeight, getPixelWidth, getPNGData, getRawData, getTIFFData, hasAlphaChannel, isIndexed, set8BIMData, setCIFFData, setColorModel, setContainsFloatingPointPixels, setDepth, setDNGData, setDPIHeight, setDPIWidth, setExifAuxData, setExifData, setFileSize, setGIFData, setGPSData, setHasAlphaChannel, setICCProfile, setIPTCData, setIsIndexed, setJFIFData, setMakerCanonData, setMakerFujiData, setMakerMinoltaData, setMakerNikonData, setMakerOlympusData, setMakerPentaxData, setOrientation, setPixelHeight, setPixelWidth, setPNGData, setRawData, setTIFFDataMethods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGImageDestinationProperties
public CGImageDestinationProperties()
-
-
Method Details
-
has
- Overrides:
hasin classCGImageProperties
-
get
- Overrides:
getin classCGImageProperties
-
set
- Overrides:
setin classCGImageProperties
-
getLossyCompressionQuality
public double getLossyCompressionQuality() -
setLossyCompressionQuality
-
getBackgroundColor
-
setBackgroundColor
-
getMaxPixelSize
public long getMaxPixelSize() -
setMaxPixelSize
-
embedsThumbnail
public boolean embedsThumbnail() -
setEmbedsThumbnail
-