|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scale | |
|---|---|
| org.jzy3d.chart | |
| org.jzy3d.chart.controllers.targets | |
| org.jzy3d.colors | The Color package provide tools for mapping colors on graphical objects in two and three dimensions |
| 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 | Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. |
| Uses of Scale in org.jzy3d.chart |
|---|
| Methods in org.jzy3d.chart that return Scale | |
|---|---|
Scale |
Chart.getScale()
|
| Methods in org.jzy3d.chart with parameters of type Scale | |
|---|---|
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 | |
|---|---|
static void |
ColorMapperUpdater.update(Graph g,
Scale scale)
|
| Uses of Scale in org.jzy3d.colors |
|---|
| Methods in org.jzy3d.colors that return Scale | |
|---|---|
Scale |
ColorMapper.getScale()
|
| Methods in org.jzy3d.colors with parameters of type Scale | |
|---|---|
void |
ColorMapper.setScale(Scale range)
|
| Uses of Scale in org.jzy3d.events |
|---|
| Methods in org.jzy3d.events that return Scale | |
|---|---|
Scale |
ScaleChangedEvent.getScaling()
|
| Constructors in org.jzy3d.events with parameters of type Scale | |
|---|---|
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 | |
|---|---|
class |
Range
For some naming relevance, a simple extention of Scale. |
| Methods in org.jzy3d.maths that return Scale | |
|---|---|
Scale |
Scale.add(double value)
|
Scale |
Scale.clone()
|
static Scale |
Scale.enlarge(Scale input,
double 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 | |
|---|---|
static Scale |
Scale.enlarge(Scale input,
double 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 | |
|---|---|
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 | |
|---|---|
Scale |
View.getScale()
|
| Methods in org.jzy3d.plot3d.rendering.view with parameters of type Scale | |
|---|---|
void |
View.setScale(Scale scale)
|
void |
View.setScale(Scale scale,
boolean notify)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||