|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGLUtessellatorCallbackAdapter
gui.Canvas.CallBack
class Canvas.CallBack
Callback class for polygon tesselation.
Field Summary | |
---|---|
private GL |
gl
the JOGL context |
Constructor Summary | |
---|---|
Canvas.CallBack(GL gl)
Constructs the tesseltation callback. |
Method Summary | |
---|---|
void |
begin(int type)
Starts drawing the polygon. |
void |
combine(double[] coords,
java.lang.Object[] data,
float[] weight,
java.lang.Object[] outData)
Tells the tesseltation function how to blend two vertices. |
void |
end()
Finishes drawing the polygon. |
void |
vertex(java.lang.Object vertexData)
Specifies vertex data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private GL gl
Constructor Detail |
---|
public Canvas.CallBack(GL gl)
gl
- Method Detail |
---|
public void begin(int type)
public void end()
public void vertex(java.lang.Object vertexData)
public void combine(double[] coords, java.lang.Object[] data, float[] weight, java.lang.Object[] outData)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |