Uses of Class
org.jzy3d.plot3d.builder.Mapper
Packages that use Mapper
Package
Description
-
Uses of Mapper in org.jzy3d.contour
Fields in org.jzy3d.contour declared as MapperModifier and TypeFieldDescriptionprotected Mapper
MapperContourMeshGenerator.mapper
protected Mapper
MapperContourPictureGenerator.mapper
Constructors in org.jzy3d.contour with parameters of type MapperModifierConstructorDescriptionMapperContourMeshGenerator
(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.builderModifier and TypeClassDescriptionclass
class
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 MapperModifier 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
Subclasses of Mapper in org.jzy3d.plot3d.builder.concreteModifier and TypeClassDescriptionclass
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 -
Uses of Mapper in org.jzy3d.plot3d.primitives
Methods in org.jzy3d.plot3d.primitives with parameters of type Mapper -
Uses of Mapper in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos with parameters of type Mapper -
Uses of Mapper in org.jzy3d.svm.tesselation
Subclasses of Mapper in org.jzy3d.svm.tesselationMethods in org.jzy3d.svm.tesselation with parameters of type Mapper