Uses of Class
org.jzy3d.maths.Range
-
Packages that use Range Package Description org.jzy3d.colors 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 org.jzy3d.plot3d.primitives.axis org.jzy3d.plot3d.primitives.axis.annotations org.jzy3d.svm.demos org.jzy3d.svm.tesselation org.jzy3d.svm.utils org.jzy3d.ui.editors -
-
Uses of Range in org.jzy3d.colors
Methods in org.jzy3d.colors that return Range Modifier and Type Method Description Range
ColorMapper. getRange()
Methods in org.jzy3d.colors with parameters of type Range Modifier and Type Method Description void
ColorMapper. setRange(Range range)
Constructors in org.jzy3d.colors with parameters of type Range Constructor Description ColorMapper(IColorMap colormap, Range range)
-
Uses of Range in org.jzy3d.contour
Fields in org.jzy3d.contour declared as Range Modifier and Type Field Description protected Range
MapperContourMeshGenerator. xrange
protected Range
MapperContourPictureGenerator. xrange
protected Range
MapperContourMeshGenerator. yrange
protected Range
MapperContourPictureGenerator. yrange
Constructors in org.jzy3d.contour with parameters of type Range Constructor Description MapperContourMeshGenerator(Mapper mapper, Range xrange, Range yrange)
MapperContourPictureGenerator(Mapper mapper, Range xrange, Range yrange)
-
Uses of Range in org.jzy3d.maths
Fields in org.jzy3d.maths declared as Range Modifier and Type Field Description protected Range[]
Histogram. ranges
Fields in org.jzy3d.maths with type parameters of type Range Modifier and Type Field Description protected Map<Range,Integer>
Histogram. data
Methods in org.jzy3d.maths that return Range Modifier and Type Method Description Range
Range. createEnlarge(double ratio)
Range
BoundingBox2d. getXRange()
Range
BoundingBox3d. getXRange()
Return range of X dimension.Range
BoundingBox2d. getYRange()
Range
BoundingBox3d. getYRange()
Range
BoundingBox3d. getZRange()
static Range
Coord3d. getZRange(List<Coord3d> coords)
static Range
Statistics. minmax(float[] values)
Range[]
Histogram. ranges()
Constructors in org.jzy3d.maths with parameters of type Range Constructor Description BoundingBox3d(Range xRange, Range yRange, Range zRange)
-
Uses of Range in org.jzy3d.plot3d.builder
Fields in org.jzy3d.plot3d.builder declared as Range Modifier and Type Field Description protected Range
Grid. xrange
protected Range
Grid. yrange
Methods in org.jzy3d.plot3d.builder with parameters of type Range Modifier and Type Method Description Shape
SurfaceBuilder. orthonormal(Mapper mapper, Range range, int steps)
Apply a function to an orthonormal grid and return a drawable surface object.Constructors in org.jzy3d.plot3d.builder with parameters of type Range Constructor Description 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 Constructor Description OrthonormalGrid(Range xyrange, int xysteps)
OrthonormalGrid(Range xrange, int xsteps, Range yrange, int ysteps)
-
Uses of Range in org.jzy3d.plot3d.primitives
Methods in org.jzy3d.plot3d.primitives with parameters of type Range Modifier and Type Method Description 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)
static Shape
SampleGeom. surface(Range xRange, Range yRange)
static Shape
SampleGeom. surface(Range xRange, Range yRange, float alpha)
-
Uses of Range in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type Range Modifier and Type Method Description void
ContourAxisBox. setContourImg(BufferedImage contourImage, Range xrange, Range yrange)
-
Uses of Range in org.jzy3d.plot3d.primitives.axis.annotations
Methods in org.jzy3d.plot3d.primitives.axis.annotations with parameters of type Range Modifier and Type Method Description void
AxeLineAnnotation. drawHorizontalLineGL2(IPainter painter, Range xrange, float value)
void
AxeXRectangleAnnotation. drawLine(IPainter painter, Range yrange, Range zrange)
void
AxeYLineAnnotation. drawLine(IPainter painter, Range yrange, Range zrange)
void
AxeLineAnnotation. drawVerticalLine(IPainter painter, Range yrange, float value)
-
Uses of Range in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos with parameters of type Range Modifier and Type Method Description static Shape
Abstract3dDemo. getRingSurface(Mapper mapper, Range xrange, Range yrange, Range zrange, int steps)
static Shape
Abstract3dDemo. getSquareSurface(Chart chart, Mapper mapper, Range xrange, Range yrange, int steps)
-
Uses of Range in org.jzy3d.svm.tesselation
Constructors in org.jzy3d.svm.tesselation with parameters of type Range Constructor Description SvmGrid(Range xyrange, int xysteps)
SvmGrid(Range xrange, int xsteps, Range yrange, int ysteps)
-
Uses of Range in org.jzy3d.svm.utils
Methods in org.jzy3d.svm.utils with parameters of type Range Modifier and Type Method Description static Vector<svm_node[]>
Conversion. toDataset(Range xrange, Range yrange, int xsteps, int ysteps)
-
Uses of Range in org.jzy3d.ui.editors
Constructors in org.jzy3d.ui.editors with parameters of type Range Constructor Description Coord3dEditor(String name, Range xscale, Range yscale, Range zscale)
-