Package org.jzy3d.plot3d.primitives.vbo
Class ColormapTexture
java.lang.Object
org.jzy3d.plot3d.primitives.vbo.ColormapTexture
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionColormapTexture(ColorMapper mapper) ColormapTexture(ColorMapper mapper, String name, int id) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidbind(com.jogamp.opengl.GL gl) protected voidfeedBufferWithColormap(ColorMapper mapper) intgetID()voidsetTextureData(com.jogamp.opengl.GL gl, Buffer buffer, int[] shape) voidunbind(com.jogamp.opengl.GL gl) voidupdate(com.jogamp.opengl.GL gl) voidupdateColormap(ColorMapper mapper) protected booleanvalidateTexID(com.jogamp.opengl.GL gl, boolean throwException) 
- 
Field Details- 
idprotected int id
- 
texIDprotected int texID
- 
image
- 
shapeprotected int[] shape
- 
isUpdateprotected boolean isUpdate
- 
name
- 
nColorsprotected int nColors
 
- 
- 
Constructor Details- 
ColormapTexture
- 
ColormapTexture
 
- 
- 
Method Details- 
updateColormap
- 
feedBufferWithColormap
- 
updatepublic void update(com.jogamp.opengl.GL gl) 
- 
bindpublic void bind(com.jogamp.opengl.GL gl) throws com.jogamp.opengl.GLException - Throws:
- com.jogamp.opengl.GLException
 
- 
unbindpublic void unbind(com.jogamp.opengl.GL gl) 
- 
setTextureData
- 
getIDpublic int getID()
- 
validateTexIDprotected boolean validateTexID(com.jogamp.opengl.GL gl, boolean throwException) 
 
-