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 Mapper
MapperContourMeshGenerator. mapper
protected Mapper
MapperContourPictureGenerator. mapper
Constructors 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 class
Func3D
class
SingleParameterMapper
A base implementation for aMapper
with 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)
Shape
SurfaceBuilder. orthonormal(OrthonormalGrid grid, Mapper mapper)
Apply a function to an orthonormal grid and return a drawable surface object.Shape
SurfaceBuilder. orthonormal(Mapper mapper, Range range, int steps)
Apply a function to an orthonormal grid and return a drawable surface object.CompileableComposite
SurfaceBuilder. 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.Shape
SurfaceBuilder. 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 radiusShape
SurfaceBuilder. 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 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 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 Shape
Surface. shape(Mapper f1, Range xyRange, int steps, IColorMap colormap, float alpha)
static Shape
Surface. 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 Shape
Abstract3dDemo. getRingSurface(Mapper mapper, Range xrange, Range yrange, Range zrange, int steps)
static Shape
Abstract3dDemo. 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 class
SvmMapper
Methods in org.jzy3d.svm.tesselation with parameters of type Mapper Modifier and Type Method Description List<Coord3d>
SvmGrid. apply(Mapper mapper)
-