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