Package | Description |
---|---|
org.jzy3d.contour | |
org.jzy3d.plot3d.builder | |
org.jzy3d.plot3d.builder.concrete |
Modifier and Type | Field and Description |
---|---|
protected Mapper |
MapperContourPictureGenerator.mapper |
protected Mapper |
MapperContourMeshGenerator.mapper |
Constructor and Description |
---|
MapperContourMeshGenerator(Mapper mapper,
Range xrange,
Range yrange) |
MapperContourPictureGenerator(Mapper mapper,
Range xrange,
Range yrange) |
Modifier and Type | Class and Description |
---|---|
class |
SingleParameterMapper
A base implementation for a
Mapper with a single parameter used while applying f(x,y). |
Modifier and Type | Method and Description |
---|---|
abstract List<Coord3d> |
Grid.apply(Mapper mapper) |
static Shape |
Builder.buildOrthonormal(Mapper mapper,
Range range,
int steps) |
static Shape |
Builder.buildOrthonormal(OrthonormalGrid grid,
Mapper mapper) |
static CompileableComposite |
Builder.buildOrthonormalBig(OrthonormalGrid grid,
Mapper mapper) |
static CompileableComposite |
Builder.buildOrthonormalBigLog(OrthonormalGrid grid,
Mapper mapper,
SpaceTransformer transformers) |
static Shape |
Builder.buildOrthonormalLog(OrthonormalGrid grid,
Mapper mapper,
SpaceTransformer transformers) |
static Shape |
Builder.buildRing(OrthonormalGrid grid,
Mapper mapper,
float ringMin,
float ringMax) |
static Shape |
Builder.buildRing(OrthonormalGrid grid,
Mapper mapper,
float ringMin,
float ringMax,
ColorMapper cmap,
Color factor) |
Modifier and Type | Class and Description |
---|---|
class |
BufferedImageMapper
Mapper which reads height information from the grayscale
values of a BufferedImage, normalized to range [0..1].
|
Modifier and Type | Method and Description |
---|---|
List<Coord3d> |
RingGrid.apply(Mapper mapper) |
List<Coord3d> |
OrthonormalGrid.apply(Mapper mapper) |
List<Coord3d> |
CustomGrid.apply(Mapper mapper) |
Copyright © 2016. All rights reserved.