Class WGLWidget.Texture

java.lang.Object
eu.webtoolkit.jwt.WGLWidget.GlObject
eu.webtoolkit.jwt.WGLWidget.Texture
Enclosing class:
WGLWidget

public static class WGLWidget.Texture
extends WGLWidget.GlObject
Reference to a WebGLTexture class.
  • Constructor Summary

    Constructors
    Constructor Description
    Texture()  
    Texture​(int i)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getJsRef()  
    java.lang.String getUrl()  
    void setUrl​(java.lang.String url)  

    Methods inherited from class eu.webtoolkit.jwt.WGLWidget.GlObject

    clear, getId, isNull

    Methods inherited from class java.lang.Object

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

    • Texture

      public Texture()
    • Texture

      public Texture​(int i)
  • Method Details

    • getJsRef

      public java.lang.String getJsRef()
      Specified by:
      getJsRef in class WGLWidget.GlObject
    • setUrl

      public void setUrl​(java.lang.String url)
    • getUrl

      public java.lang.String getUrl()