com.depthexplorer
Interface PointSet.Drawable

All Known Implementing Classes:
PointSet.Circle, PointSet.Line
Enclosing class:
PointSet

static interface PointSet.Drawable


Method Summary
 int pointCount()
           
 int render(DEMatrix gData, int offset, Graphics2D g2, double pointDim)
           
 

Method Detail

render

int render(DEMatrix gData,
           int offset,
           Graphics2D g2,
           double pointDim)

pointCount

int pointCount()