| Package | Description |
|---|---|
| visad |
The core VisAD package, providing support for VisAD's Data & MathType
hierarchy, as well as for VisAD Displays and remote collaboration.
|
| visad.java2d |
Provides support for two-dimensional VisAD Displays using Java2D.
|
| visad.java3d |
Provides support for two- and three-dimensional VisAD Displays using Java3D.
|
| Modifier and Type | Method and Description |
|---|---|
AxisScale |
ScalarMap.getAxisScale()
Get the AxisScale associated with this ScalarMap.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DisplayRenderer.clearScale(AxisScale axisScale)
Remove a particular scale being rendered.
|
abstract void |
DisplayRenderer.setScale(AxisScale axisScale)
Set an axis scale.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayRendererJ2D.clearScale(AxisScale axisScale)
Remove a particular scale being rendered.
|
void |
DisplayRendererJ2D.setScale(AxisScale axisScale)
Set the scale for the appropriate axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisplayRendererJ3D.clearScale(AxisScale axisScale)
Remove a particular scale being rendered.
|
void |
DisplayRendererJ3D.setScale(AxisScale axisScale)
Set the scale for the appropriate axis.
|