org.jzy3d.plot3d.builder
Class Grid

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Grid
Direct Known Subclasses:
CustomGrid, OrthonormalGrid

public abstract class Grid
extends Object


Field Summary
protected  Range xrange
           
protected  int xsteps
           
protected  Range yrange
           
protected  int ysteps
           
 
Constructor Summary
Grid(Range xyrange, int xysteps)
           
Grid(Range xrange, int xsteps, Range yrange, int ysteps)
           
 
Method Summary
abstract  List<Coord3d> apply(Mapper mapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xrange

protected Range xrange

yrange

protected Range yrange

xsteps

protected int xsteps

ysteps

protected int ysteps
Constructor Detail

Grid

public Grid(Range xyrange,
            int xysteps)

Grid

public Grid(Range xrange,
            int xsteps,
            Range yrange,
            int ysteps)
Method Detail

apply

public abstract List<Coord3d> apply(Mapper mapper)