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