igeo.gui
Class IGLLineStrip

java.lang.Object
  extended by igeo.gui.IGLElement
      extended by igeo.gui.IGLLineStrip

public class IGLLineStrip
extends IGLElement

Objectified OpenGL line strip drawing process.

Author:
Satoru Sugihara

Field Summary
 
Fields inherited from class igeo.gui.IGLElement
normal, pts, tmpNormal, tmpPts
 
Constructor Summary
private IGLLineStrip()
           
private IGLLineStrip(int size)
           
private IGLLineStrip(IPolyline pl)
           
private IGLLineStrip(IVec[] pts)
           
 
Method Summary
 void draw(GL2 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

IGLLineStrip

private IGLLineStrip()

IGLLineStrip

private IGLLineStrip(int size)

IGLLineStrip

private IGLLineStrip(IVec[] pts)

IGLLineStrip

private IGLLineStrip(IPolyline pl)
Method Detail

draw

public void draw(GL2 gl)
Specified by:
draw in class IGLElement