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


Constructor Summary
RingGrid(double radius, int xysteps)
           
RingGrid(double radius, int xysteps, int enlargeSteps)
           
 
Method Summary
 java.util.List<Coord3d> apply(Mapper mapper)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RingGrid

public RingGrid(double radius,
                int xysteps)

RingGrid

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

apply

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