|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.drismo.gui.monitor.QualityMeterMonitor.PointArrow
private class QualityMeterMonitor.PointArrow
This class is an object representation of a PointArrow containing the vertex information, color information and drawing functionality, which is called by the renderer.
Field Summary | |
---|---|
private float[] |
blue
|
private java.nio.FloatBuffer |
blueBuffer
The buffers holding the colors |
private float[] |
green
|
private java.nio.FloatBuffer |
greenBuffer
|
private float[] |
red
The initial color definition |
private java.nio.FloatBuffer |
redBuffer
|
private java.nio.FloatBuffer |
vertexBuffer
The buffer holding the vertices |
private float[] |
vertices
The initial vertex definition |
private float[] |
white
|
private java.nio.FloatBuffer |
whiteBuffer
|
private float[] |
yellow
|
private java.nio.FloatBuffer |
yellowBuffer
|
Constructor Summary | |
---|---|
QualityMeterMonitor.PointArrow()
The PointArrow constructor. |
Method Summary | |
---|---|
void |
draw(javax.microedition.khronos.opengles.GL10 gl,
int color)
The object own drawing function. |
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 blueBuffer
private java.nio.FloatBuffer whiteBuffer
private java.nio.FloatBuffer redBuffer
private java.nio.FloatBuffer greenBuffer
private java.nio.FloatBuffer yellowBuffer
private float[] vertices
private float[] red
private float[] white
private float[] blue
private float[] green
private float[] yellow
Constructor Detail |
---|
public QualityMeterMonitor.PointArrow()
Method Detail |
---|
public void draw(javax.microedition.khronos.opengles.GL10 gl, int color)
gl
- - The GL Context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |