Uses of Class
eu.webtoolkit.jwt.WGLWidget.Texture
-
Packages that use WGLWidget.Texture Package Description eu.webtoolkit.jwt eu.webtoolkit.jwt.chart -
-
Uses of WGLWidget.Texture in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WGLWidget.Texture Modifier and Type Method Description WGLWidget.TextureWGLWidget. createTexture()GL function that creates an empty texture.WGLWidget.TextureWGLWidget. createTextureAndLoad(java.lang.String url)GL function that creates an image texture.WGLWidget.TextureWServerGLWidget. createTextureAndLoad(java.lang.String url)WGLWidget.TextureWServerGLWidget. getCreateTexture()Methods in eu.webtoolkit.jwt with parameters of type WGLWidget.Texture Modifier and Type Method Description voidWGLWidget. bindTexture(WGLWidget.GLenum target, WGLWidget.Texture texture)GL function to bind a texture to a target.voidWServerGLWidget. bindTexture(WGLWidget.GLenum target, WGLWidget.Texture texture)voidWGLWidget. deleteTexture(WGLWidget.Texture texture)GL function that deletes a texture.voidWServerGLWidget. deleteTexture(WGLWidget.Texture texture)voidWGLWidget. framebufferTexture2D(WGLWidget.GLenum target, WGLWidget.GLenum attachment, WGLWidget.GLenum textarget, WGLWidget.Texture texture, int level)GL function to render directly into a texture image.voidWServerGLWidget. framebufferTexture2D(WGLWidget.GLenum target, WGLWidget.GLenum attachment, WGLWidget.GLenum textarget, WGLWidget.Texture texture, int level)voidWGLWidget. texImage2D(WGLWidget.GLenum target, int level, WGLWidget.GLenum internalformat, WGLWidget.GLenum format, WGLWidget.GLenum type, WGLWidget.Texture texture)GL function to load a 2D texture loaded withcreateTextureAndLoad()voidWServerGLWidget. texImage2D(WGLWidget.GLenum target, int level, WGLWidget.GLenum internalformat, WGLWidget.GLenum format, WGLWidget.GLenum type, WGLWidget.Texture texture) -
Uses of WGLWidget.Texture in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart that return WGLWidget.Texture Modifier and Type Method Description protected WGLWidget.TextureWAbstractDataSeries3D. getPointSpriteTexture()Methods in eu.webtoolkit.jwt.chart with parameters of type WGLWidget.Texture Modifier and Type Method Description protected voidWAbstractDataSeries3D. loadPointSpriteTexture(WGLWidget.Texture tex)
-