Package org.robovm.apple.imageio
Class CGImagePropertyJFIFData
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImagePropertyJFIFData
public class CGImagePropertyJFIFData extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImagePropertyJFIFData.AsListMarshalerstatic classCGImagePropertyJFIFData.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CGImagePropertyJFIFData() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CGImagePropertyJFIF key, Class<T> type)doublegetNumber(CGImagePropertyJFIF property)StringgetString(CGImagePropertyJFIF property)booleanhas(CGImagePropertyJFIF key)CGImagePropertyJFIFDataset(CGImagePropertyJFIF property, double value)CGImagePropertyJFIFDataset(CGImagePropertyJFIF property, String value)CGImagePropertyJFIFDataset(CGImagePropertyJFIF key, NativeObject value)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGImagePropertyJFIFData
public CGImagePropertyJFIFData()
-
-
Method Details
-
has
-
get
-
set
-
getString
-
getNumber
-
set
-
set
-