Uses of Class
org.jzy3d.plot3d.builder.Mapper
- 
Packages that use Mapper Package Description org.jzy3d.contour org.jzy3d.plot3d.builder org.jzy3d.plot3d.builder.concrete org.jzy3d.plot3d.primitives org.jzy3d.svm.demos org.jzy3d.svm.tesselation  - 
- 
Uses of Mapper in org.jzy3d.contour
Fields in org.jzy3d.contour declared as Mapper Modifier and Type Field Description protected MapperMapperContourMeshGenerator. mapperprotected MapperMapperContourPictureGenerator. mapperConstructors in org.jzy3d.contour with parameters of type Mapper Constructor Description MapperContourMeshGenerator(Mapper mapper, Range xrange, Range yrange)MapperContourPictureGenerator(Mapper mapper, Range xrange, Range yrange) - 
Uses of Mapper in org.jzy3d.plot3d.builder
Subclasses of Mapper in org.jzy3d.plot3d.builder Modifier and Type Class Description classFunc3DclassSingleParameterMapperA base implementation for aMapperwith a single parameter used while applying f(x,y).Methods in org.jzy3d.plot3d.builder with parameters of type Mapper Modifier and Type Method Description abstract List<Coord3d>Grid. apply(Mapper mapper)ShapeSurfaceBuilder. orthonormal(OrthonormalGrid grid, Mapper mapper)Apply a function to an orthonormal grid and return a drawable surface object.ShapeSurfaceBuilder. orthonormal(Mapper mapper, Range range, int steps)Apply a function to an orthonormal grid and return a drawable surface object.CompileableCompositeSurfaceBuilder. orthonormalBig(OrthonormalGrid grid, Mapper mapper)Apply a function to an orthonormal grid and return a drawable surface object optimized for large number of polygons through OpenGL Display Lists.ShapeSurfaceBuilder. ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax)Apply a function to an orthonormal grid and then slice a ring from it between a min and max radiusShapeSurfaceBuilder. ring(OrthonormalGrid grid, Mapper mapper, float ringMin, float ringMax, ColorMapper cmap, Color factor)Apply a function to an orthonormal grid and then slice a ring from it between a min and max radius - 
Uses of Mapper in org.jzy3d.plot3d.builder.concrete
Subclasses of Mapper in org.jzy3d.plot3d.builder.concrete Modifier and Type Class Description classBufferedImageMapperMapper 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 Modifier and Type Method Description List<Coord3d>CustomGrid. apply(Mapper mapper)List<Coord3d>OrthonormalGrid. apply(Mapper mapper)List<Coord3d>RingGrid. apply(Mapper mapper) - 
Uses of Mapper in org.jzy3d.plot3d.primitives
Methods in org.jzy3d.plot3d.primitives with parameters of type Mapper Modifier and Type Method Description static ShapeSurface. shape(Mapper f1, Range xyRange, int steps, IColorMap colormap, float alpha)static ShapeSurface. shape(Mapper f1, Range xRange, Range yRange, int steps, IColorMap colormap, float alpha) - 
Uses of Mapper in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos with parameters of type Mapper Modifier and Type Method Description static ShapeAbstract3dDemo. getRingSurface(Mapper mapper, Range xrange, Range yrange, Range zrange, int steps)static ShapeAbstract3dDemo. getSquareSurface(Chart chart, Mapper mapper, Range xrange, Range yrange, int steps) - 
Uses of Mapper in org.jzy3d.svm.tesselation
Subclasses of Mapper in org.jzy3d.svm.tesselation Modifier and Type Class Description classSvmMapperMethods in org.jzy3d.svm.tesselation with parameters of type Mapper Modifier and Type Method Description List<Coord3d>SvmGrid. apply(Mapper mapper) 
 -