Uses of Class
org.jzy3d.maths.Scale
-
Packages that use Scale Package Description org.jzy3d.chart org.jzy3d.chart.controllers.targets org.jzy3d.colors org.jzy3d.events org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.org.jzy3d.maths.algorithms org.jzy3d.plot3d.rendering.view -
-
Uses of Scale in org.jzy3d.chart
Methods in org.jzy3d.chart that return Scale Modifier and Type Method Description Scale
Chart. getScale()
Methods in org.jzy3d.chart with parameters of type Scale Modifier and Type Method Description void
Chart. setScale(Scale scale)
void
Chart. setScale(Scale scale, boolean notify)
-
Uses of Scale in org.jzy3d.chart.controllers.targets
Methods in org.jzy3d.chart.controllers.targets with parameters of type Scale Modifier and Type Method Description static void
ColorMapperUpdater. update(Graph g, Scale scale)
-
Uses of Scale in org.jzy3d.colors
Methods in org.jzy3d.colors that return Scale Modifier and Type Method Description Scale
ColorMapper. getScale()
Methods in org.jzy3d.colors with parameters of type Scale Modifier and Type Method Description void
ColorMapper. setScale(Scale range)
-
Uses of Scale in org.jzy3d.events
Methods in org.jzy3d.events that return Scale Modifier and Type Method Description Scale
ScaleChangedEvent. getScaling()
Constructors in org.jzy3d.events with parameters of type Scale Constructor Description ScaleChangedEvent(Object source, Scale scaling)
ScaleChangedEvent(Object source, Scale scaling, int scaleId)
-
Uses of Scale in org.jzy3d.maths
Subclasses of Scale in org.jzy3d.maths Modifier and Type Class Description class
Range
For some naming relevance, a simple extention of Scale.Methods in org.jzy3d.maths that return Scale Modifier and Type Method Description Scale
Scale. add(float value)
Scale
Scale. clone()
static Scale
Scale. enlarge(Scale input, float ratio)
static Scale
Scale. thinest(Scale scale1, Scale scale2)
static Scale
Scale. widest(Scale scale1, Scale scale2)
Methods in org.jzy3d.maths with parameters of type Scale Modifier and Type Method Description static Scale
Scale. enlarge(Scale input, float ratio)
static Scale
Scale. thinest(Scale scale1, Scale scale2)
static Scale
Scale. widest(Scale scale1, Scale scale2)
-
Uses of Scale in org.jzy3d.maths.algorithms
Methods in org.jzy3d.maths.algorithms that return Scale Modifier and Type Method Description static Scale
ScaleFinder. getFilteredScale(double[] values, int nVariance)
Apply an outlier remover on input data (OutlierRemover.getInlierValues
) and retrieve the min and max values of the non-rejected values.static Scale
OutlierRemover. getInlierBounds(double[] values, int nVariance)
static Scale
ScaleFinder. getMinMaxScale(double[] values)
Simply returns the min and max values of the input array into a Scale object. -
Uses of Scale in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return Scale Modifier and Type Method Description Scale
View. getScale()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type Scale Modifier and Type Method Description void
View. setScale(Scale scale)
Z scale.void
View. setScale(Scale scale, boolean notify)
Z scale.void
View. setScaleX(Scale scale)
void
View. setScaleX(Scale scale, boolean notify)
void
View. setScaleY(Scale scale)
void
View. setScaleY(Scale scale, boolean notify)
void
View. setScaleZ(Scale scale)
void
View. setScaleZ(Scale scale, boolean notify)
-