Uses of Class
visad.AxisScale

Packages that use AxisScale
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. 
 

Uses of AxisScale in visad
 

Methods in visad that return AxisScale
 AxisScale ScalarMap.getAxisScale()
          Get the AxisScale associated with this ScalarMap.
 

Methods in visad with parameters of type AxisScale
abstract  void DisplayRenderer.clearScale(AxisScale axisScale)
          Remove a particular scale being rendered.
abstract  void DisplayRenderer.setScale(AxisScale axisScale)
          Set an axis scale.
 

Uses of AxisScale in visad.java2d
 

Methods in visad.java2d with parameters of type AxisScale
 void DisplayRendererJ2D.clearScale(AxisScale axisScale)
          Remove a particular scale being rendered.
 void DisplayRendererJ2D.setScale(AxisScale axisScale)
          Set the scale for the appropriate axis.
 

Uses of AxisScale in visad.java3d
 

Methods in visad.java3d with parameters of type AxisScale
 void DisplayRendererJ3D.clearScale(AxisScale axisScale)
          Remove a particular scale being rendered.
 void DisplayRendererJ3D.setScale(AxisScale axisScale)
          Set the scale for the appropriate axis.