Uses of Class
org.jzy3d.maths.Range
Packages that use Range
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Range in org.jzy3d.colors
Methods in org.jzy3d.colors that return RangeMethods in org.jzy3d.colors with parameters of type RangeConstructors in org.jzy3d.colors with parameters of type Range -
Uses of Range in org.jzy3d.contour
Fields in org.jzy3d.contour declared as RangeModifier and TypeFieldDescriptionprotected Range
MapperContourMeshGenerator.xrange
protected Range
MapperContourPictureGenerator.xrange
protected Range
MapperContourMeshGenerator.yrange
protected Range
MapperContourPictureGenerator.yrange
Constructors in org.jzy3d.contour with parameters of type RangeModifierConstructorDescriptionMapperContourMeshGenerator
(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 RangeFields in org.jzy3d.maths with type parameters of type RangeMethods in org.jzy3d.maths that return RangeModifier 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()
Constructors in org.jzy3d.maths with parameters of type Range -
Uses of Range in org.jzy3d.plot3d.builder
Fields in org.jzy3d.plot3d.builder declared as RangeMethods in org.jzy3d.plot3d.builder with parameters of type RangeModifier 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.Constructors in org.jzy3d.plot3d.builder with parameters of type Range -
Uses of Range in org.jzy3d.plot3d.builder.concrete
Constructors in org.jzy3d.plot3d.builder.concrete with parameters of type RangeModifierConstructorDescriptionOrthonormalGrid
(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 -
Uses of Range in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type RangeModifier and TypeMethodDescriptionvoid
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 RangeModifier 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
Methods in org.jzy3d.svm.demos with parameters of type Range -
Uses of Range in org.jzy3d.svm.tesselation
Constructors in org.jzy3d.svm.tesselation with parameters of type Range -
Uses of Range in org.jzy3d.svm.utils
Methods in org.jzy3d.svm.utils with parameters of type Range -
Uses of Range in org.jzy3d.ui.editors
Constructors in org.jzy3d.ui.editors with parameters of type RangeModifierConstructorDescriptionCoord3dEditor
(String name, Range xscale, Range yscale, Range zscale)