Package org.robovm.apple.imageio
Class CGImageDestinationCopySourceOptions
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.imageio.CGImageDestinationCopySourceOptions
public class CGImageDestinationCopySourceOptions extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImageDestinationCopySourceOptions.AsListMarshalerstatic classCGImageDestinationCopySourceOptions.Keysstatic classCGImageDestinationCopySourceOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CGImageDestinationCopySourceOptions() -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)StringgetDateTime()CGImageMetadatagetMetadata()CGImagePropertyOrientationgetOrientation()booleanhas(CFString key)booleanmergesMetadata()CGImageDestinationCopySourceOptionsset(CFString key, NativeObject value)CGImageDestinationCopySourceOptionssetDateTime(String dateTime)CGImageDestinationCopySourceOptionssetDateTime(NSDate dateTime)CGImageDestinationCopySourceOptionssetMergesMetadata(boolean mergesMetadata)CGImageDestinationCopySourceOptionssetMetadata(CGImageMetadata metadata)CGImageDestinationCopySourceOptionssetOrientation(CGImagePropertyOrientation orientation)CGImageDestinationCopySourceOptionssetShouldExcludeGPS(boolean shouldExcludeGPS)CGImageDestinationCopySourceOptionssetShouldExcludeXMP(boolean shouldExcludeXMP)booleanshouldExcludeGPS()booleanshouldExcludeXMP()Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CGImageDestinationCopySourceOptions
public CGImageDestinationCopySourceOptions()
-
-
Method Details
-
has
-
get
-
set
-
getMetadata
-
setMetadata
-
mergesMetadata
public boolean mergesMetadata() -
setMergesMetadata
-
shouldExcludeXMP
public boolean shouldExcludeXMP() -
setShouldExcludeXMP
-
shouldExcludeGPS
public boolean shouldExcludeGPS() -
setShouldExcludeGPS
-
getDateTime
-
setDateTime
-
getOrientation
-
setOrientation
-
setDateTime
- Since:
- Available in iOS 7.0 and later.
-