Package eu.webtoolkit.jwt
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJsRef()java.lang.StringgetUrl()voidsetUrl(java.lang.String url)-
Methods inherited from class eu.webtoolkit.jwt.WGLWidget.GlObject
clear, getId, isNull
-
-
-
-
Method Detail
-
getJsRef
public java.lang.String getJsRef()
- Specified by:
getJsRefin classWGLWidget.GlObject
-
setUrl
public void setUrl(java.lang.String url)
-
getUrl
public java.lang.String getUrl()
-
-