|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
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 | Provides concrete axes implementing the Axe interface |
org.jzy3d.ui.editors |
Uses of Range in org.jzy3d.colors |
---|
Methods in org.jzy3d.colors that return Range | |
---|---|
Range |
ColorMapper.getRange()
|
Methods in org.jzy3d.colors with parameters of type Range | |
---|---|
void |
ColorMapper.setRange(Range range)
|
Uses of Range in org.jzy3d.contour |
---|
Constructors in org.jzy3d.contour with parameters of type Range | |
---|---|
MapperContourMeshGenerator(Mapper mapper,
Range xrange,
Range yrange)
|
|
MapperContourPictureGenerator(Mapper mapper,
Range xrange,
Range yrange)
|
Uses of Range in org.jzy3d.maths |
---|
Methods in org.jzy3d.maths that return Range | |
---|---|
Range |
Range.createEnlarge(double ratio)
|
Range |
BoundingBox3d.getXRange()
|
Range |
BoundingBox2d.getXRange()
|
Range |
BoundingBox3d.getYRange()
|
Range |
BoundingBox2d.getYRange()
|
Range |
BoundingBox3d.getZRange()
|
Uses of Range in org.jzy3d.plot3d.builder |
---|
Constructors in org.jzy3d.plot3d.builder with parameters of type Range | |
---|---|
Grid(Range xyrange,
int xysteps)
|
|
Grid(Range xrange,
int xsteps,
Range yrange,
int ysteps)
|
Uses of Range in org.jzy3d.plot3d.builder.concrete |
---|
Constructors in org.jzy3d.plot3d.builder.concrete with parameters of type Range | |
---|---|
OrthonormalGrid(Range xyrange,
int xysteps)
|
|
OrthonormalGrid(Range xrange,
int xsteps,
Range yrange,
int ysteps)
|
Uses of Range in org.jzy3d.plot3d.primitives.axes |
---|
Methods in org.jzy3d.plot3d.primitives.axes with parameters of type Range | |
---|---|
void |
ContourAxeBox.setContourImg(java.awt.image.BufferedImage contourImage,
Range xrange,
Range yrange)
|
Uses of Range in org.jzy3d.ui.editors |
---|
Constructors in org.jzy3d.ui.editors with parameters of type Range | |
---|---|
Coord3dEditor(java.lang.String name,
Range xscale,
Range yscale,
Range zscale)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |