Package org.robovm.apple.imageio
Class CGImagePropertyCIFFData
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImagePropertyCIFFData
public class CGImagePropertyCIFFData extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImagePropertyCIFFData.AsListMarshalerstatic classCGImagePropertyCIFFData.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CGImagePropertyCIFFData() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CGImagePropertyCIFF key, Class<T> type)doublegetNumber(CGImagePropertyCIFF property)StringgetString(CGImagePropertyCIFF property)booleanhas(CGImagePropertyCIFF key)CGImagePropertyCIFFDataset(CGImagePropertyCIFF property, double value)CGImagePropertyCIFFDataset(CGImagePropertyCIFF property, String value)CGImagePropertyCIFFDataset(CGImagePropertyCIFF key, NativeObject value)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString