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 RangeColorMapper. getRange()Methods in org.jzy3d.colors with parameters of type Range Modifier and Type Method Description voidColorMapper. 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 RangeMapperContourMeshGenerator. xrangeprotected RangeMapperContourPictureGenerator. xrangeprotected RangeMapperContourMeshGenerator. yrangeprotected RangeMapperContourPictureGenerator. yrangeConstructors 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. rangesFields in org.jzy3d.maths with type parameters of type Range Modifier and Type Field Description protected Map<Range,Integer>Histogram. dataMethods in org.jzy3d.maths that return Range Modifier and Type Method Description RangeRange. createEnlarge(double ratio)RangeBoundingBox3d. getXRange()Return range of X dimension.RangeBoundingBox3d. getYRange()RangeBoundingBox3d. getZRange()static RangeCoord3d. getZRange(List<Coord3d> coords)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 RangeGrid. xrangeprotected RangeGrid. yrangeMethods in org.jzy3d.plot3d.builder with parameters of type Range Modifier and Type Method Description ShapeSurfaceBuilder. 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 ShapeSurface. shape(Mapper f1, Range xyRange, int steps, IColorMap colormap, float alpha)static ShapeSurface. shape(Mapper f1, Range xRange, Range yRange, int steps, IColorMap colormap, 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 voidContourAxisBox. 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 voidAxeLineAnnotation. drawHorizontalLineGL2(IPainter painter, Range xrange, float value)voidAxeXRectangleAnnotation. drawLine(IPainter painter, Range yrange, Range zrange)voidAxeYLineAnnotation. drawLine(IPainter painter, Range yrange, Range zrange)voidAxeLineAnnotation. 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 ShapeAbstract3dDemo. getRingSurface(Mapper mapper, Range xrange, Range yrange, Range zrange, int steps)static ShapeAbstract3dDemo. 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)
-