|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.drismo.gui.monitor.QualityMeterMonitor.QualityMeter
private class QualityMeterMonitor.QualityMeter
Field Summary | |
---|---|
private java.nio.ByteBuffer |
indexBuffer
The buffer holding the indices |
private byte[] |
indices
The initial indices definition |
private float[] |
texture
The initial texture coordinates (u, v) |
private java.nio.FloatBuffer |
textureBuffer
The buffer holding the texture coordinates |
private int[] |
textures
Our texture pointer |
private java.nio.FloatBuffer |
vertexBuffer
The buffer holding the vertices |
private float[] |
vertices
The initial vertex definition |
Constructor Summary | |
---|---|
QualityMeterMonitor.QualityMeter()
The QualityMeter constructor. |
Method Summary | |
---|---|
void |
draw(javax.microedition.khronos.opengles.GL10 gl)
The object own drawing function. |
void |
loadGLTexture(javax.microedition.khronos.opengles.GL10 gl,
android.content.Context context)
Load the textures |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.nio.FloatBuffer vertexBuffer
private java.nio.FloatBuffer textureBuffer
private java.nio.ByteBuffer indexBuffer
private int[] textures
private float[] vertices
private float[] texture
private byte[] indices
Constructor Detail |
---|
public QualityMeterMonitor.QualityMeter()
Method Detail |
---|
public void draw(javax.microedition.khronos.opengles.GL10 gl)
gl
- - The GL Contextpublic void loadGLTexture(javax.microedition.khronos.opengles.GL10 gl, android.content.Context context)
gl
- - The GL Contextcontext
- - The Activity context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |