com.depthexplorer
Class PointSet.Circle

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

 class PointSet.Circle
extends Object
implements PointSet.Drawable


Field Summary
(package private)  Color color
           
(package private)  boolean filled
           
(package private)  float radius
           
(package private)  float thickness
           
 
Constructor Summary
PointSet.Circle(DEMatrix gData, javax.vecmath.Vector2d center, float radius, Color color)
           
PointSet.Circle(DEMatrix gData, javax.vecmath.Vector2d center, float radius, 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

filled

boolean filled

color

Color color

radius

float radius

thickness

float thickness
Constructor Detail

PointSet.Circle

public PointSet.Circle(DEMatrix gData,
                       javax.vecmath.Vector2d center,
                       float radius,
                       Color color)

PointSet.Circle

public PointSet.Circle(DEMatrix gData,
                       javax.vecmath.Vector2d center,
                       float radius,
                       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