Class WGLWidget.GlObject

java.lang.Object
eu.webtoolkit.jwt.WGLWidget.GlObject
Direct Known Subclasses:
WGLWidget.ArrayBuffer, WGLWidget.AttribLocation, WGLWidget.Buffer, WGLWidget.Framebuffer, WGLWidget.Program, WGLWidget.Renderbuffer, WGLWidget.Shader, WGLWidget.Texture, WGLWidget.UniformLocation
Enclosing class:
WGLWidget

public abstract static class WGLWidget.GlObject
extends java.lang.Object
Abstract base class for all GL objects.
  • Constructor Summary

    Constructors
    Constructor Description
    GlObject()  
    GlObject​(int id)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    int getId()  
    abstract java.lang.String getJsRef()  
    boolean isNull()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlObject

      public GlObject()
    • GlObject

      public GlObject​(int id)
  • Method Details

    • getJsRef

      public abstract java.lang.String getJsRef()
    • getId

      public int getId()
    • clear

      public void clear()
    • isNull

      public boolean isNull()