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