Uses of Class
org.robovm.apple.imageio.CGImagePropertyGIF
-
Packages that use CGImagePropertyGIF Package Description org.robovm.apple.imageio -
-
Uses of CGImagePropertyGIF in org.robovm.apple.imageio
Fields in org.robovm.apple.imageio declared as CGImagePropertyGIF Modifier and Type Field Description static CGImagePropertyGIF
CGImagePropertyGIF. DelayTime
static CGImagePropertyGIF
CGImagePropertyGIF. HasGlobalColorMap
static CGImagePropertyGIF
CGImagePropertyGIF. ImageColorMap
static CGImagePropertyGIF
CGImagePropertyGIF. LoopCount
static CGImagePropertyGIF
CGImagePropertyGIF. UnclampedDelayTime
Methods in org.robovm.apple.imageio that return CGImagePropertyGIF Modifier and Type Method Description static CGImagePropertyGIF
CGImagePropertyGIF.Marshaler. toObject(java.lang.Class<CGImagePropertyGIF> cls, long handle, long flags)
static CGImagePropertyGIF
CGImagePropertyGIF. valueOf(CFString value)
Methods in org.robovm.apple.imageio that return types with arguments of type CGImagePropertyGIF Modifier and Type Method Description static java.util.List<CGImagePropertyGIF>
CGImagePropertyGIF.AsListMarshaler. toObject(java.lang.Class<? extends CFType> cls, long handle, long flags)
Methods in org.robovm.apple.imageio with parameters of type CGImagePropertyGIF Modifier and Type Method Description <T extends org.robovm.rt.bro.NativeObject>
TCGImagePropertyGIFData. get(CGImagePropertyGIF key, java.lang.Class<T> type)
double
CGImagePropertyGIFData. getNumber(CGImagePropertyGIF property)
java.lang.String
CGImagePropertyGIFData. getString(CGImagePropertyGIF property)
boolean
CGImagePropertyGIFData. has(CGImagePropertyGIF key)
CGImagePropertyGIFData
CGImagePropertyGIFData. set(CGImagePropertyGIF property, double value)
CGImagePropertyGIFData
CGImagePropertyGIFData. set(CGImagePropertyGIF property, java.lang.String value)
CGImagePropertyGIFData
CGImagePropertyGIFData. set(CGImagePropertyGIF key, org.robovm.rt.bro.NativeObject value)
static long
CGImagePropertyGIF.Marshaler. toNative(CGImagePropertyGIF o, long flags)
Method parameters in org.robovm.apple.imageio with type arguments of type CGImagePropertyGIF Modifier and Type Method Description static long
CGImagePropertyGIF.AsListMarshaler. toNative(java.util.List<CGImagePropertyGIF> l, long flags)
static CGImagePropertyGIF
CGImagePropertyGIF.Marshaler. toObject(java.lang.Class<CGImagePropertyGIF> cls, long handle, long flags)
-