Class IOSurfacePropertyKey.Values

java.lang.Object
org.robovm.apple.iosurface.IOSurfacePropertyKey.Values
Enclosing class:
IOSurfacePropertyKey

public static class IOSurfacePropertyKey.Values
extends Object
  • Constructor Details

    • Values

      public Values()
  • Method Details

    • AllocSize

      public static CFString AllocSize()
      Since:
      Available in iOS 12.0 and later.
    • Width

      public static CFString Width()
      Since:
      Available in iOS 11.0 and later.
    • Height

      public static CFString Height()
      Since:
      Available in iOS 11.0 and later.
    • BytesPerRow

      public static CFString BytesPerRow()
      Since:
      Available in iOS 11.0 and later.
    • BytesPerElement

      public static CFString BytesPerElement()
      Since:
      Available in iOS 11.0 and later.
    • ElementWidth

      public static CFString ElementWidth()
      Since:
      Available in iOS 11.0 and later.
    • ElementHeight

      public static CFString ElementHeight()
      Since:
      Available in iOS 11.0 and later.
    • Offset

      public static CFString Offset()
      Since:
      Available in iOS 11.0 and later.
    • PlaneInfo

      public static CFString PlaneInfo()
      Since:
      Available in iOS 11.0 and later.
    • PlaneWidth

      public static CFString PlaneWidth()
      Since:
      Available in iOS 11.0 and later.
    • PlaneHeight

      public static CFString PlaneHeight()
      Since:
      Available in iOS 11.0 and later.
    • PlaneBytesPerRow

      public static CFString PlaneBytesPerRow()
      Since:
      Available in iOS 11.0 and later.
    • PlaneOffset

      public static CFString PlaneOffset()
      Since:
      Available in iOS 11.0 and later.
    • PlaneSize

      public static CFString PlaneSize()
      Since:
      Available in iOS 11.0 and later.
    • PlaneBase

      public static CFString PlaneBase()
      Since:
      Available in iOS 11.0 and later.
    • PlaneBytesPerElement

      public static CFString PlaneBytesPerElement()
      Since:
      Available in iOS 11.0 and later.
    • PlaneElementWidth

      public static CFString PlaneElementWidth()
      Since:
      Available in iOS 11.0 and later.
    • PlaneElementHeight

      public static CFString PlaneElementHeight()
      Since:
      Available in iOS 11.0 and later.
    • CacheMode

      public static CFString CacheMode()
      Since:
      Available in iOS 11.0 and later.
    • PixelFormat

      public static CFString PixelFormat()
      Since:
      Available in iOS 11.0 and later.
    • PixelSizeCastingAllowed

      public static CFString PixelSizeCastingAllowed()
      Since:
      Available in iOS 11.0 and later.
    • AllocSizeKey

      @Deprecated public static CFString AllocSizeKey()
      Deprecated.
      Deprecated in iOS 12.0. Use IOSurfacePropertyKeyAllocSize
      Since:
      Available in iOS 11.0 and later.