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