Package | Description |
---|---|
org.jzy3d.colors |
The Color package provide tools for mapping colors on graphical objects in
two and three dimensions
|
org.jzy3d.contour | |
org.jzy3d.maths |
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
|
org.jzy3d.plot3d.builder | |
org.jzy3d.plot3d.builder.concrete | |
org.jzy3d.plot3d.primitives.axes | |
org.jzy3d.ui.editors |
Modifier and Type | Method and Description |
---|---|
Range |
ColorMapper.getRange() |
Modifier and Type | Method and Description |
---|---|
void |
ColorMapper.setRange(Range range) |
Constructor and Description |
---|
ColorMapper(IColorMap colormap,
Range range) |
Modifier and Type | Field and Description |
---|---|
protected Range |
MapperContourPictureGenerator.xrange |
protected Range |
MapperContourMeshGenerator.xrange |
protected Range |
MapperContourPictureGenerator.yrange |
protected Range |
MapperContourMeshGenerator.yrange |
Constructor and Description |
---|
MapperContourMeshGenerator(Mapper mapper,
Range xrange,
Range yrange) |
MapperContourPictureGenerator(Mapper mapper,
Range xrange,
Range yrange) |
Modifier and Type | Field and Description |
---|---|
protected Range[] |
Histogram.ranges |
Modifier and Type | Field and Description |
---|---|
protected Map<Range,Integer> |
Histogram.data |
Modifier and Type | Method and Description |
---|---|
Range |
Range.createEnlarge(double ratio) |
Range |
BoundingBox3d.getXRange() |
Range |
BoundingBox3d.getYRange() |
Range |
BoundingBox3d.getZRange() |
static Range |
Coord3d.getZRange(List<Coord3d> coords) |
Range[] |
Histogram.ranges() |
Constructor and Description |
---|
BoundingBox3d(Range xRange,
Range yRange,
Range zRange) |
Modifier and Type | Field and Description |
---|---|
protected Range |
Grid.xrange |
protected Range |
Grid.yrange |
Modifier and Type | Method and Description |
---|---|
static Shape |
Builder.buildOrthonormal(Mapper mapper,
Range range,
int steps) |
Constructor and Description |
---|
Grid(Range xyrange,
int xysteps) |
Grid(Range xrange,
int xsteps,
Range yrange,
int ysteps) |
Constructor and Description |
---|
OrthonormalGrid(Range xyrange,
int xysteps) |
OrthonormalGrid(Range xrange,
int xsteps,
Range yrange,
int ysteps) |
Modifier and Type | Method and Description |
---|---|
void |
AxeLineAnnotation.drawHorizontalLineGL2(com.jogamp.opengl.GL gl,
Range xrange,
float value) |
void |
AxeLineAnnotation.drawHorizontalLineGLES2(Range xrange,
float value) |
void |
AxeYLineAnnotation.drawLineGL2(com.jogamp.opengl.GL gl,
Range yrange,
Range zrange) |
void |
AxeXRectangleAnnotation.drawLineGL2(com.jogamp.opengl.GL gl,
Range yrange,
Range zrange) |
void |
AxeYLineAnnotation.drawLineGLES2(Range yrange,
Range zrange) |
void |
AxeXRectangleAnnotation.drawLineGLES2(Range yrange,
Range zrange) |
void |
AxeLineAnnotation.drawVerticalLineGL2(com.jogamp.opengl.GL gl,
Range yrange,
float value) |
void |
AxeLineAnnotation.drawVerticalLineGLES2(Range yrange,
float value) |
void |
ContourAxeBox.setContourImg(BufferedImage contourImage,
Range xrange,
Range yrange) |
Constructor and Description |
---|
Coord3dEditor(String name,
Range xscale,
Range yscale,
Range zscale) |
Copyright © 2016. All rights reserved.