org.jzy3d.plot3d.builder.concrete
Class RingGrid

java.lang.Object
  extended by org.jzy3d.plot3d.builder.Grid
      extended by org.jzy3d.plot3d.builder.concrete.OrthonormalGrid
          extended by org.jzy3d.plot3d.builder.concrete.RingGrid

public class RingGrid
extends OrthonormalGrid


Field Summary
protected static int ENLARGE_STEP
           
protected  double sqradius
           
 
Fields inherited from class org.jzy3d.plot3d.builder.Grid
xrange, xsteps, yrange, ysteps
 
Constructor Summary
RingGrid(double radius, int xysteps)
           
RingGrid(double radius, int xysteps, int enlargeSteps)
           
 
Method Summary
 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

sqradius

protected double sqradius

ENLARGE_STEP

protected static final int ENLARGE_STEP
See Also:
Constant Field Values
Constructor Detail

RingGrid

public RingGrid(double radius,
                int xysteps)

RingGrid

public RingGrid(double radius,
                int xysteps,
                int enlargeSteps)
Method Detail

apply

public List<Coord3d> apply(Mapper mapper)
Overrides:
apply in class OrthonormalGrid