|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.gui.IGLElement
igeo.gui.IGLLineStrip
public class IGLLineStrip
Objectified OpenGL line strip drawing process.
Field Summary |
---|
Fields inherited from class igeo.gui.IGLElement |
---|
normal, pts, tmpNormal, tmpPts |
Constructor Summary | |
---|---|
IGLLineStrip()
|
|
IGLLineStrip(int size)
|
|
IGLLineStrip(IPolyline pl)
|
|
IGLLineStrip(IVec[] pts)
|
Method Summary | |
---|---|
void |
draw(javax.media.opengl.GL gl)
|
Methods inherited from class igeo.gui.IGLElement |
---|
addPoint, addPoint, drawPoints, finalizePoint, getNum, num, setNormal, setNormal, setNormalNum, setPoint, setPoint, setPointNum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IGLLineStrip()
public IGLLineStrip(int size)
public IGLLineStrip(IVec[] pts)
public IGLLineStrip(IPolyline pl)
Method Detail |
---|
public void draw(javax.media.opengl.GL gl)
draw
in class IGLElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |