Package org.robovm.apple.coreanimation
Class CALayerContentsFormat
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.coreanimation.CALayerContentsFormat
public class CALayerContentsFormat extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCALayerContentsFormat.AsListMarshalerstatic classCALayerContentsFormat.Marshalerstatic classCALayerContentsFormat.Values -
Field Summary
Fields Modifier and Type Field Description static CALayerContentsFormatGray8Uintstatic CALayerContentsFormatRGBA16Floatstatic CALayerContentsFormatRGBA8Uint -
Method Summary
Modifier and Type Method Description static CALayerContentsFormatvalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
RGBA8Uint
- Since:
- Available in iOS 10.0 and later.
-
RGBA16Float
- Since:
- Available in iOS 10.0 and later.
-
Gray8Uint
- Since:
- Available in iOS 10.0 and later.
-
-
Method Details