Uses of Class
eu.webtoolkit.jwt.WGLWidget.Texture
Packages that use WGLWidget.Texture
-
Uses of WGLWidget.Texture in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WGLWidget.TextureModifier 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()
Methods in eu.webtoolkit.jwt with parameters of type WGLWidget.TextureModifier 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
Methods in eu.webtoolkit.jwt.chart that return WGLWidget.TextureModifier and TypeMethodDescriptionprotected WGLWidget.Texture
WAbstractDataSeries3D.getPointSpriteTexture()
Methods in eu.webtoolkit.jwt.chart with parameters of type WGLWidget.TextureModifier and TypeMethodDescriptionprotected void
WAbstractDataSeries3D.loadPointSpriteTexture
(WGLWidget.Texture tex)