Uses of Class
org.jzy3d.plot3d.builder.concrete.OrthonormalGrid

Packages that use OrthonormalGrid
org.jzy3d.plot3d.builder   
org.jzy3d.plot3d.builder.concrete   
 

Uses of OrthonormalGrid in org.jzy3d.plot3d.builder
 

Methods in org.jzy3d.plot3d.builder with parameters of type OrthonormalGrid
static Shape Builder.buildOrthonormal(OrthonormalGrid grid, Mapper mapper)
           
static CompileableComposite Builder.buildOrthonormalBig(OrthonormalGrid grid, Mapper mapper)
           
static Shape Builder.buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)
           
static Shape Builder.buildRing(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)
           
 

Uses of OrthonormalGrid in org.jzy3d.plot3d.builder.concrete
 

Subclasses of OrthonormalGrid in org.jzy3d.plot3d.builder.concrete
 class RingGrid