org.jzy3d.plot3d.builder.concrete
Class CustomGrid

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

public class CustomGrid
extends Grid

CustomGrid allows using a specific projection mapping. For debugging purpose.


Constructor Summary
CustomGrid(double[][] coordinates)
           
 
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

CustomGrid

public CustomGrid(double[][] coordinates)
Method Detail

apply

public java.util.List<Coord3d> apply(Mapper mapper)
Specified by:
apply in class Grid