Uses of Class
org.jzy3d.plot3d.builder.SingleParameterMapper
-
Packages that use SingleParameterMapper Package Description org.jzy3d.plot3d.builder -
-
Uses of SingleParameterMapper in org.jzy3d.plot3d.builder
Fields in org.jzy3d.plot3d.builder declared as SingleParameterMapper Modifier and Type Field Description protected SingleParameterMapper
AbstractRemapTask. mapper
Methods in org.jzy3d.plot3d.builder that return SingleParameterMapper Modifier and Type Method Description SingleParameterMapper
AbstractRemapTask. getMapper()
Methods in org.jzy3d.plot3d.builder with parameters of type SingleParameterMapper Modifier and Type Method Description void
AbstractRemapTask. setMapper(SingleParameterMapper mapper)
Constructors in org.jzy3d.plot3d.builder with parameters of type SingleParameterMapper Constructor Description AbstractRemapTask(Shape surface, SingleParameterMapper mapper)
IncreaseParamRemapTask(Shape surface, SingleParameterMapper mapper)
-