Uses of Class
org.jzy3d.plot3d.builder.Mapper

Packages that use Mapper
org.jzy3d.contour   
org.jzy3d.plot3d.builder   
org.jzy3d.plot3d.builder.concrete   
 

Uses of Mapper in org.jzy3d.contour
 

Constructors in org.jzy3d.contour with parameters of type Mapper
MapperContourMeshGenerator(Mapper mapper, Range xrange, Range yrange)
           
MapperContourPictureGenerator(Mapper mapper, Range xrange, Range yrange)
           
 

Uses of Mapper in org.jzy3d.plot3d.builder
 

Methods in org.jzy3d.plot3d.builder with parameters of type Mapper
abstract  java.util.List<Coord3d> Grid.apply(Mapper mapper)
           
static AbstractDrawable Builder.build(Grid grid, Mapper mapper, Tesselator tesselator)
           
static AbstractDrawable Builder.build(Grid grid, Mapper mapper, Tessellator tesselator)
           
static AbstractDrawable Builder.buildOrthonormal(OrthonormalGrid grid, Mapper mapper)
           
 

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

Subclasses of Mapper in org.jzy3d.plot3d.builder.concrete
 class BufferedImageMapper
          Mapper which reads height information from the grayscale values of a BufferedImage, normalized to range [0..1].
 

Methods in org.jzy3d.plot3d.builder.concrete with parameters of type Mapper
 java.util.List<Coord3d> RingGrid.apply(Mapper mapper)
           
 java.util.List<Coord3d> OrthonormalGrid.apply(Mapper mapper)
           
 java.util.List<Coord3d> CustomGrid.apply(Mapper mapper)