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