Class CAEAGLLayer

All Implemented Interfaces:
CAMediaTiming, NSCoding, NSObjectProtocol, NSSecureCoding, EAGLDrawable, ObjCProtocol

@Deprecated
public class CAEAGLLayer
extends CALayer
implements EAGLDrawable
Deprecated.
Deprecated in iOS 12.0. OpenGLES is deprecated
  • Constructor Details

    • CAEAGLLayer

      public CAEAGLLayer()
      Deprecated.
    • CAEAGLLayer

      protected CAEAGLLayer​(NSObject.Handle h, long handle)
      Deprecated.
    • CAEAGLLayer

      protected CAEAGLLayer​(NSObject.SkipInit skipInit)
      Deprecated.
    • CAEAGLLayer

      public CAEAGLLayer​(CALayer layer)
      Deprecated.
  • Method Details

    • presentsWithTransaction

      public boolean presentsWithTransaction()
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • setPresentsWithTransaction

      public void setPresentsWithTransaction​(boolean v)
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • getDrawableProperties

      public EAGLDrawableProperties getDrawableProperties()
      Deprecated.
      Specified by:
      getDrawableProperties in interface EAGLDrawable
    • setDrawableProperties

      public void setDrawableProperties​(EAGLDrawableProperties v)
      Deprecated.
      Specified by:
      setDrawableProperties in interface EAGLDrawable
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
      Deprecated.
    • getDefaultValue

      public static NSObject getDefaultValue​(String key)
      Deprecated.
    • needsDisplay

      public static boolean needsDisplay​(String key)
      Deprecated.
    • cornerCurveExpansionFactor

      public static double cornerCurveExpansionFactor​(CALayerCornerCurve curve)
      Deprecated.
      Since:
      Available in iOS 13.0 and later.
    • getDefaultAction

      public static CAAction getDefaultAction​(String event)
      Deprecated.