Uses of Class
org.robovm.apple.imageio.CGImageMetadataTag
| Package | Description |
|---|---|
| org.robovm.apple.imageio |
-
Uses of CGImageMetadataTag in org.robovm.apple.imageio
Methods in org.robovm.apple.imageio that return CGImageMetadataTag Modifier and Type Method Description static CGImageMetadataTagCGImageMetadataTag. create(String xmlns, String prefix, String name, CGImageMetadataType type, CFType value)CGImageMetadataTagCGImageMetadata. getTagAtPath(CGImageMetadataTag parent, String path)Methods in org.robovm.apple.imageio that return types with arguments of type CGImageMetadataTag Modifier and Type Method Description List<CGImageMetadataTag>CGImageMetadata. getTags()Methods in org.robovm.apple.imageio with parameters of type CGImageMetadataTag Modifier and Type Method Description StringCGImageMetadata. getStringValueAtPath(CGImageMetadataTag parent, String path)CGImageMetadataTagCGImageMetadata. getTagAtPath(CGImageMetadataTag parent, String path)booleanCGImageMetadata. removeTagAtPath(CGImageMetadataTag parent, String path)booleanCGImageMetadata. setTagAtPath(CGImageMetadataTag parent, String path, CGImageMetadataTag tag)booleanCGImageMetadata. setValueAtPath(CGImageMetadataTag parent, String path, CFType value)Method parameters in org.robovm.apple.imageio with type arguments of type CGImageMetadataTag Modifier and Type Method Description voidCGImageMetadata. enumerateTags(String rootPath, CGImageMetadataEnumerationOptions options, VoidBlock2<String,CGImageMetadataTag> block)