glcanvas
Class ArrowPlot

java.lang.Object
  extended by glcanvas.ArrowPlot

public class ArrowPlot
extends java.lang.Object


Field Summary
static int MAX_TIMEOUT
           
static int POINT_TEX
           
 
Constructor Summary
ArrowPlot(FlowChannel[] channels)
           
 
Method Summary
 void drawPoints(javax.media.opengl.GL gl)
           
 void drawPointsSoftware(javax.media.opengl.GL gl)
           
static void setColor(Vec4 col)
           
static void setDistance(int dist)
           
static void setSize(int scale)
           
static void updateEqualLength(boolean isEqualLen)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_TIMEOUT

public static final int MAX_TIMEOUT
See Also:
Constant Field Values

POINT_TEX

public static final int POINT_TEX
See Also:
Constant Field Values
Constructor Detail

ArrowPlot

public ArrowPlot(FlowChannel[] channels)
Method Detail

drawPoints

public void drawPoints(javax.media.opengl.GL gl)

drawPointsSoftware

public void drawPointsSoftware(javax.media.opengl.GL gl)

setColor

public static void setColor(Vec4 col)

setDistance

public static void setDistance(int dist)

setSize

public static void setSize(int scale)

updateEqualLength

public static void updateEqualLength(boolean isEqualLen)