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
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
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
-
Constructor Details
-
CGImagePropertyExifAuxData
public CGImagePropertyExifAuxData()
-
-
Method Details
-
has
-
get
-
set
-
getString
-
getNumber
-
set
-
set
-