Package | Description |
---|---|
org.jzy3d.colors |
The Color package provide tools for mapping colors on graphical objects in
two and three dimensions
|
org.jzy3d.plot3d.builder | |
org.jzy3d.plot3d.builder.concrete | |
org.jzy3d.plot3d.primitives |
Modifier and Type | Method and Description |
---|---|
static void |
OrderingScoreColormapper.setup(Shape surface,
Chart chart) |
static void |
OrderingScoreColormapper.standard(Shape surface) |
Modifier and Type | Field and Description |
---|---|
protected Shape |
AbstractRemapTask.surface |
Modifier and Type | Method and Description |
---|---|
static Shape |
Builder.applyStyling(Shape s) |
static Shape |
Builder.buildDelaunay(List<Coord3d> coordinates) |
static Shape |
Builder.buildOrthonormal(Mapper mapper,
Range range,
int steps) |
static Shape |
Builder.buildOrthonormal(OrthonormalGrid grid,
Mapper mapper) |
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) |
Shape |
AbstractRemapTask.getSurface() |
Modifier and Type | Method and Description |
---|---|
static Shape |
Builder.applyStyling(Shape s) |
static CompileableComposite |
Builder.buildComposite(Shape s)
Build a
CompileableComposite out of a Shape , which allows faster rendering. |
void |
AbstractRemapTask.setSurface(Shape surface) |
Constructor and Description |
---|
AbstractRemapTask(Shape surface,
SingleParameterMapper mapper) |
IncreaseParamRemapTask(Shape surface,
SingleParameterMapper mapper) |
Modifier and Type | Method and Description |
---|---|
Shape |
WaterfallTessellator.build(float[] x,
float[] y,
float[] z) |
Modifier and Type | Class and Description |
---|---|
class |
WaterfallComposite
A drawable Waterfall using Matlab style
|
Modifier and Type | Method and Description |
---|---|
static Shape |
Surface.shape(List<Coord3d> coordinates,
IColorMap colormap,
float alpha) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
WaterfallComposite.add(ColoredWireframePolygon outline,
Shape fill) |
Copyright © 2018. All rights reserved.