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
 

Fields in org.jzy3d.contour declared as Mapper
protected  Mapper MapperContourPictureGenerator.mapper
           
protected  Mapper MapperContourMeshGenerator.mapper
           
 

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  List<Coord3d> Grid.apply(Mapper mapper)
           
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 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
 List<Coord3d> RingGrid.apply(Mapper mapper)
           
 List<Coord3d> OrthonormalGrid.apply(Mapper mapper)
           
 List<Coord3d> CustomGrid.apply(Mapper mapper)