Package org.robovm.apple.uikit
Class UIImagePickerControllerEditingInfo
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.uikit.UIImagePickerControllerEditingInfo
public class UIImagePickerControllerEditingInfo extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIImagePickerControllerEditingInfo.AsListMarshalerstatic classUIImagePickerControllerEditingInfo.Keysstatic classUIImagePickerControllerEditingInfo.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description UIImagePickerControllerEditingInfo() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)CGRectgetCropRect()UIImagegetEditedImage()Map<String,NSObject>getMediaMetadata()StringgetMediaType()NSURLgetMediaURL()UIImagegetOriginalImage()NSURLgetReferenceURL()Deprecated.Deprecated in iOS 11.0.booleanhas(NSString key)UIImagePickerControllerEditingInfoset(NSString key, NSObject value)UIImagePickerControllerEditingInfosetCropRect(CGRect cropRect)UIImagePickerControllerEditingInfosetEditedImage(UIImage editedImage)UIImagePickerControllerEditingInfosetMediaMetadata(Map<String,NSObject> mediaMetadata)UIImagePickerControllerEditingInfosetMediaType(String mediaType)UIImagePickerControllerEditingInfosetMediaURL(NSURL mediaURL)UIImagePickerControllerEditingInfosetOriginalImage(UIImage originalImage)UIImagePickerControllerEditingInfosetReferenceURL(NSURL referenceURL)Deprecated.Deprecated in iOS 11.0.Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
UIImagePickerControllerEditingInfo
public UIImagePickerControllerEditingInfo()
-
-
Method Details
-
has
-
get
-
set
-
getMediaType
-
setMediaType
-
getOriginalImage
-
setOriginalImage
-
getEditedImage
-
setEditedImage
-
getCropRect
-
setCropRect
-
getMediaURL
-
setMediaURL
-
getReferenceURL
Deprecated.Deprecated in iOS 11.0. Will be removed in a future release, use PHPicker. -
setReferenceURL
Deprecated.Deprecated in iOS 11.0. Will be removed in a future release, use PHPicker. -
getMediaMetadata
-
setMediaMetadata
-