Uses of Class
org.jzy3d.maths.Range
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Range in org.jzy3d.colors
-
Uses of Range in org.jzy3d.contour
Modifier and TypeFieldDescriptionprotected Range
MapperContourMeshGenerator.xrange
protected Range
MapperContourPictureGenerator.xrange
protected Range
MapperContourMeshGenerator.yrange
protected Range
MapperContourPictureGenerator.yrange
ModifierConstructorDescriptionMapperContourMeshGenerator
(Mapper mapper, Range xrange, Range yrange) MapperContourPictureGenerator
(Mapper mapper, Range xrange, Range yrange) -
Uses of Range in org.jzy3d.maths
Modifier and TypeMethodDescriptionRange.createEnlarge
(double ratio) BoundingBox2d.getXRange()
BoundingBox3d.getXRange()
Return range of X dimension.BoundingBox2d.getYRange()
BoundingBox3d.getYRange()
BoundingBox3d.getZRange()
static Range
static Range
Statistics.minmax
(float[] values) Range[]
Histogram.ranges()
-
Uses of Range in org.jzy3d.plot3d.builder
Modifier and TypeMethodDescriptionSerieBuilder.apply
(Serie2d serie, Func2D func, Range xRange, int steps, boolean includeXMin, boolean includeXMax) SerieBuilder.line
(String name, Func2D func, Range xRange, int steps, boolean includeXMin, boolean includeXMax) SurfaceBuilder.orthonormal
(Mapper mapper, Range range, int steps) Apply a function to an orthonormal grid and return a drawable surface object. -
Uses of Range in org.jzy3d.plot3d.builder.concrete
ModifierConstructorDescriptionOrthonormalGrid
(Range xyrange, int xysteps) OrthonormalGrid
(Range xrange, int xsteps, Range yrange, int ysteps) -
Uses of Range in org.jzy3d.plot3d.primitives
-
Uses of Range in org.jzy3d.plot3d.primitives.axis
Modifier and TypeMethodDescriptionvoid
ContourAxisBox.setContourImg
(BufferedImage contourImage, Range xrange, Range yrange) -
Uses of Range in org.jzy3d.plot3d.primitives.axis.annotations
Modifier and TypeMethodDescriptionvoid
AxeLineAnnotation.drawHorizontalLineGL2
(IPainter painter, Range xrange, float value) void
void
void
AxeLineAnnotation.drawVerticalLine
(IPainter painter, Range yrange, float value) -
Uses of Range in org.jzy3d.svm.demos
-
Uses of Range in org.jzy3d.svm.tesselation
-
Uses of Range in org.jzy3d.svm.utils
-
Uses of Range in org.jzy3d.ui.editors
ModifierConstructorDescriptionCoord3dEditor
(String name, Range xscale, Range yscale, Range zscale)