Uses of Class
org.jzy3d.plot3d.builder.Mapper
Package
Description
-
Uses of Mapper in org.jzy3d.contour
Modifier and TypeFieldDescriptionprotected Mapper
MapperContourMeshGenerator.mapper
protected Mapper
MapperContourPictureGenerator.mapper
ModifierConstructorDescriptionMapperContourMeshGenerator
(Mapper mapper, Range xrange, Range yrange) MapperContourPictureGenerator
(Mapper mapper, Range xrange, Range yrange) -
Uses of Mapper in org.jzy3d.plot3d.builder
Modifier and TypeClassDescriptionclass
class
A base implementation for aMapper
with a single parameter used while applying f(x,y).Modifier and TypeMethodDescriptionSurfaceBuilder.orthonormal
(OrthonormalGrid grid, Mapper mapper) Apply a function to an orthonormal grid and return a drawable surface object.SurfaceBuilder.orthonormal
(Mapper mapper, Range range, int steps) Apply a function to an orthonormal grid and return a drawable surface object.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.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 radiusSurfaceBuilder.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
Modifier and TypeClassDescriptionclass
Mapper which reads height information from the grayscale values of a BufferedImage, normalized to range [0..1]. -
Uses of Mapper in org.jzy3d.plot3d.primitives
-
Uses of Mapper in org.jzy3d.svm.demos
-
Uses of Mapper in org.jzy3d.svm.tesselation