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 class
CGImagePropertyPNGData.AsListMarshaler
static class
CGImagePropertyPNGData.Marshaler
-
Field Summary
-
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data
-
-
Constructor Summary
Constructors Constructor Description CGImagePropertyPNGData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends org.robovm.rt.bro.NativeObject>
Tget(CGImagePropertyPNG key, java.lang.Class<T> type)
double
getNumber(CGImagePropertyPNG property)
java.lang.String
getString(CGImagePropertyPNG property)
boolean
has(CGImagePropertyPNG key)
CGImagePropertyPNGData
set(CGImagePropertyPNG property, double value)
CGImagePropertyPNGData
set(CGImagePropertyPNG property, java.lang.String value)
CGImagePropertyPNGData
set(CGImagePropertyPNG key, org.robovm.rt.bro.NativeObject value)
-
Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
-
-
-
Method Detail
-
has
public boolean has(CGImagePropertyPNG key)
-
get
public <T extends org.robovm.rt.bro.NativeObject> T get(CGImagePropertyPNG key, java.lang.Class<T> type)
-
set
public CGImagePropertyPNGData set(CGImagePropertyPNG key, org.robovm.rt.bro.NativeObject value)
-
getString
public java.lang.String getString(CGImagePropertyPNG property)
-
getNumber
public double getNumber(CGImagePropertyPNG property)
-
set
public CGImagePropertyPNGData set(CGImagePropertyPNG property, java.lang.String value)
-
set
public CGImagePropertyPNGData set(CGImagePropertyPNG property, double value)
-
-