| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Scale | Chart. getScale() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Chart. setScale(Scale scale) | 
| void | Chart. setScale(Scale scale,
        boolean notify) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ColorMapperUpdater. update(Graph g,
      Scale scale) | 
| Modifier and Type | Method and Description | 
|---|---|
| Scale | ColorMapper. getScale() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ColorMapper. setScale(Scale range) | 
| Modifier and Type | Method and Description | 
|---|---|
| Scale | ScaleChangedEvent. getScaling() | 
| Constructor and Description | 
|---|
| ScaleChangedEvent(Object source,
                 Scale scaling) | 
| ScaleChangedEvent(Object source,
                 Scale scaling,
                 int scaleId) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RangeFor some naming relevance, a simple extention of Scale. | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Scale | View. getScale() | 
| Modifier and Type | Method and 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) | 
Copyright © 2016. All rights reserved.