com.depthexplorer
Class PointSet.Line

java.lang.Object
  extended by com.depthexplorer.PointSet.Line
All Implemented Interfaces:
PointSet.Drawable
Enclosing class:
PointSet

 class PointSet.Line
extends Object
implements PointSet.Drawable


Field Summary
(package private)  Color color
           
(package private)  float thickness
           
 
Constructor Summary
PointSet.Line(DEMatrix gData, javax.vecmath.Vector2d start, javax.vecmath.Vector2d end, float thickness, Color color)
           
 
Method Summary
 int pointCount()
           
 int render(DEMatrix gData, int offset, Graphics2D g2, double pointDim)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

Color color

thickness

float thickness
Constructor Detail

PointSet.Line

public PointSet.Line(DEMatrix gData,
                     javax.vecmath.Vector2d start,
                     javax.vecmath.Vector2d end,
                     float thickness,
                     Color color)
Method Detail

render

public int render(DEMatrix gData,
                  int offset,
                  Graphics2D g2,
                  double pointDim)
Specified by:
render in interface PointSet.Drawable

pointCount

public int pointCount()
Specified by:
pointCount in interface PointSet.Drawable