Package org.robovm.apple.imageio
Class CGImageMetadata
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.imageio.CGImageMetadata
- All Implemented Interfaces:
AutoCloseable
public class CGImageMetadata extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImageMetadata.CGImageMetadataPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCGImageMetadata() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CGImageMetadata
protected CGImageMetadata()
-
-
Method Details
-
registerNamespaceForPrefix
public boolean registerNamespaceForPrefix(CGImageMetadataNamespace xmlns, CGImageMetadataPrefix prefix) throws NSErrorException- Parameters:
xmlns-prefix-- Returns:
- Throws:
NSErrorException- Since:
- Available in iOS 7.0 and later.
-
registerNamespaceForPrefix
public boolean registerNamespaceForPrefix(CGImageMetadataNamespace xmlns, String prefix) throws NSErrorException- Parameters:
xmlns-prefix-- Returns:
- Throws:
NSErrorException- Since:
- Available in iOS 7.0 and later.
-
registerNamespaceForPrefix
public boolean registerNamespaceForPrefix(String xmlns, CGImageMetadataPrefix prefix) throws NSErrorException- Parameters:
xmlns-prefix-- Returns:
- Throws:
NSErrorException- Since:
- Available in iOS 7.0 and later.
-
getClassTypeID
public static long getClassTypeID() -
create
-
createCopy
-
getTags
-
getTagAtPath
-
getStringValueAtPath
-
registerNamespaceForPrefix
- Throws:
NSErrorException
-
setTagAtPath
-
setValueAtPath
-
removeTagAtPath
-
enumerateTags
public void enumerateTags(String rootPath, CGImageMetadataEnumerationOptions options, VoidBlock2<String,CGImageMetadataTag> block) -
createXMPData
-
createFromXMPData
-