Package org.robovm.apple.imageio
Class CGImagePropertyGIF
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.imageio.CGImagePropertyGIF
public class CGImagePropertyGIF extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCGImagePropertyGIF.AsListMarshalerstatic classCGImagePropertyGIF.Marshalerstatic classCGImagePropertyGIF.Values -
Field Summary
Fields Modifier and Type Field Description static CGImagePropertyGIFCanvasPixelHeightstatic CGImagePropertyGIFCanvasPixelWidthstatic CGImagePropertyGIFDelayTimestatic CGImagePropertyGIFFrameInfoArraystatic CGImagePropertyGIFHasGlobalColorMapstatic CGImagePropertyGIFImageColorMapstatic CGImagePropertyGIFLoopCountstatic CGImagePropertyGIFUnclampedDelayTime -
Method Summary
Modifier and Type Method Description static CGImagePropertyGIFvalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
LoopCount
-
DelayTime
-
ImageColorMap
-
HasGlobalColorMap
-
UnclampedDelayTime
-
CanvasPixelWidth
- Since:
- Available in iOS 13.0 and later.
-
CanvasPixelHeight
- Since:
- Available in iOS 13.0 and later.
-
FrameInfoArray
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details