Package org.robovm.apple.iosurface
Class IOSurfacePropertyKey
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.iosurface.IOSurfacePropertyKey
public class IOSurfacePropertyKey extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIOSurfacePropertyKey.AsListMarshalerstatic classIOSurfacePropertyKey.Marshalerstatic classIOSurfacePropertyKey.Values -
Field Summary
Fields Modifier and Type Field Description static IOSurfacePropertyKeyAllocSizestatic IOSurfacePropertyKeyAllocSizeKeyDeprecated.Deprecated in iOS 12.0.static IOSurfacePropertyKeyBytesPerElementstatic IOSurfacePropertyKeyBytesPerRowstatic IOSurfacePropertyKeyCacheModestatic IOSurfacePropertyKeyElementHeightstatic IOSurfacePropertyKeyElementWidthstatic IOSurfacePropertyKeyHeightstatic IOSurfacePropertyKeyOffsetstatic IOSurfacePropertyKeyPixelFormatstatic IOSurfacePropertyKeyPixelSizeCastingAllowedstatic IOSurfacePropertyKeyPlaneBasestatic IOSurfacePropertyKeyPlaneBytesPerElementstatic IOSurfacePropertyKeyPlaneBytesPerRowstatic IOSurfacePropertyKeyPlaneElementHeightstatic IOSurfacePropertyKeyPlaneElementWidthstatic IOSurfacePropertyKeyPlaneHeightstatic IOSurfacePropertyKeyPlaneInfostatic IOSurfacePropertyKeyPlaneOffsetstatic IOSurfacePropertyKeyPlaneSizestatic IOSurfacePropertyKeyPlaneWidthstatic IOSurfacePropertyKeyWidth -
Method Summary
Modifier and Type Method Description static IOSurfacePropertyKeyvalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
AllocSize
- Since:
- Available in iOS 12.0 and later.
-
Width
- Since:
- Available in iOS 11.0 and later.
-
Height
- Since:
- Available in iOS 11.0 and later.
-
BytesPerRow
- Since:
- Available in iOS 11.0 and later.
-
BytesPerElement
- Since:
- Available in iOS 11.0 and later.
-
ElementWidth
- Since:
- Available in iOS 11.0 and later.
-
ElementHeight
- Since:
- Available in iOS 11.0 and later.
-
Offset
- Since:
- Available in iOS 11.0 and later.
-
PlaneInfo
- Since:
- Available in iOS 11.0 and later.
-
PlaneWidth
- Since:
- Available in iOS 11.0 and later.
-
PlaneHeight
- Since:
- Available in iOS 11.0 and later.
-
PlaneBytesPerRow
- Since:
- Available in iOS 11.0 and later.
-
PlaneOffset
- Since:
- Available in iOS 11.0 and later.
-
PlaneSize
- Since:
- Available in iOS 11.0 and later.
-
PlaneBase
- Since:
- Available in iOS 11.0 and later.
-
PlaneBytesPerElement
- Since:
- Available in iOS 11.0 and later.
-
PlaneElementWidth
- Since:
- Available in iOS 11.0 and later.
-
PlaneElementHeight
- Since:
- Available in iOS 11.0 and later.
-
CacheMode
- Since:
- Available in iOS 11.0 and later.
-
PixelFormat
- Since:
- Available in iOS 11.0 and later.
-
PixelSizeCastingAllowed
- Since:
- Available in iOS 11.0 and later.
-
AllocSizeKey
Deprecated.Deprecated in iOS 12.0. Use IOSurfacePropertyKeyAllocSize- Since:
- Available in iOS 11.0 and later.
-
-
Method Details