Uses of Class
org.jzy3d.maths.Range

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
 

Fields in org.jzy3d.contour declared as Range
protected  Range MapperContourPictureGenerator.xrange
           
protected  Range MapperContourMeshGenerator.xrange
           
protected  Range MapperContourPictureGenerator.yrange
           
protected  Range MapperContourMeshGenerator.yrange
           
 

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 BoundingBox3d.getYRange()
           
 Range BoundingBox3d.getZRange()
           
 

Uses of Range in org.jzy3d.plot3d.builder
 

Fields in org.jzy3d.plot3d.builder declared as Range
protected  Range Grid.xrange
           
protected  Range Grid.yrange
           
 

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(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(String name, Range xscale, Range yscale, Range zscale)