Class GLKView

All Implemented Interfaces:
CALayerDelegate, NSCoding, NSObjectProtocol, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol

@Deprecated
public class GLKView
extends UIView
implements NSCoding
Deprecated.
Deprecated in iOS 12.0. OpenGLES API deprecated. (Define GLES_SILENCE_DEPRECATION to silence these warnings)
  • Constructor Details

    • GLKView

      public GLKView()
      Deprecated.
    • GLKView

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

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

      public GLKView​(CGRect frame, EAGLContext context)
      Deprecated.
    • GLKView

      public GLKView​(CGRect frame)
      Deprecated.
    • GLKView

      public GLKView​(NSCoder coder)
      Deprecated.
  • Method Details

    • getDelegate

      public GLKViewDelegate getDelegate()
      Deprecated.
    • setDelegate

      public void setDelegate​(GLKViewDelegate v)
      Deprecated.
    • getContext

      public EAGLContext getContext()
      Deprecated.
    • setContext

      public void setContext​(EAGLContext v)
      Deprecated.
    • getDrawableWidth

      public long getDrawableWidth()
      Deprecated.
    • getDrawableHeight

      public long getDrawableHeight()
      Deprecated.
    • getDrawableColorFormat

      public GLKViewDrawableColorFormat getDrawableColorFormat()
      Deprecated.
    • setDrawableColorFormat

      public void setDrawableColorFormat​(GLKViewDrawableColorFormat v)
      Deprecated.
    • getDrawableDepthFormat

      public GLKViewDrawableDepthFormat getDrawableDepthFormat()
      Deprecated.
    • setDrawableDepthFormat

      public void setDrawableDepthFormat​(GLKViewDrawableDepthFormat v)
      Deprecated.
    • getDrawableStencilFormat

      public GLKViewDrawableStencilFormat getDrawableStencilFormat()
      Deprecated.
    • setDrawableStencilFormat

      public void setDrawableStencilFormat​(GLKViewDrawableStencilFormat v)
      Deprecated.
    • getDrawableMultisample

      public GLKViewDrawableMultisample getDrawableMultisample()
      Deprecated.
    • setDrawableMultisample

      public void setDrawableMultisample​(GLKViewDrawableMultisample v)
      Deprecated.
    • getSnapshot

      public UIImage getSnapshot()
      Deprecated.
    • enablesSetNeedsDisplay

      public boolean enablesSetNeedsDisplay()
      Deprecated.
    • setEnablesSetNeedsDisplay

      public void setEnablesSetNeedsDisplay​(boolean v)
      Deprecated.
    • getLayerClass

      public static Class<? extends CALayer> getLayerClass()
      Deprecated.
    • init

      protected long init​(CGRect frame, EAGLContext context)
      Deprecated.
    • bindDrawable

      public void bindDrawable()
      Deprecated.
    • deleteDrawable

      public void deleteDrawable()
      Deprecated.
    • display

      public void display()
      Deprecated.
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute attribute)
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute semanticContentAttribute, UIUserInterfaceLayoutDirection layoutDirection)
      Deprecated.
      Since:
      Available in iOS 10.0 and later.