Uses of Class
eu.webtoolkit.jwt.WGLWidget.Texture
-
Uses of WGLWidget.Texture in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionWGLWidget.createTexture()
GL function that creates an empty texture.WGLWidget.createTextureAndLoad
(String url) GL function that creates an image texture.WServerGLWidget.createTextureAndLoad
(String url) WServerGLWidget.getCreateTexture()
Modifier and TypeMethodDescriptionvoid
WGLWidget.bindTexture
(WGLWidget.GLenum target, WGLWidget.Texture texture) GL function to bind a texture to a target.void
WServerGLWidget.bindTexture
(WGLWidget.GLenum target, WGLWidget.Texture texture) void
WGLWidget.deleteTexture
(WGLWidget.Texture texture) GL function that deletes a texture.void
WServerGLWidget.deleteTexture
(WGLWidget.Texture texture) void
WGLWidget.framebufferTexture2D
(WGLWidget.GLenum target, WGLWidget.GLenum attachment, WGLWidget.GLenum textarget, WGLWidget.Texture texture, int level) GL function to render directly into a texture image.void
WServerGLWidget.framebufferTexture2D
(WGLWidget.GLenum target, WGLWidget.GLenum attachment, WGLWidget.GLenum textarget, WGLWidget.Texture texture, int level) void
WGLWidget.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()
void
WServerGLWidget.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
Modifier and TypeMethodDescriptionprotected WGLWidget.Texture
WAbstractDataSeries3D.getPointSpriteTexture()
Modifier and TypeMethodDescriptionprotected void
WAbstractDataSeries3D.loadPointSpriteTexture
(WGLWidget.Texture tex)