Class XSDisplay

Direct Known Subclasses:
VerticalXSDisplay

public class XSDisplay extends XYDisplay
A VisAD display for cross sections of data fields.
Version:
$Revision: 1.4 $
Author:
Don Murray
  • Field Details

  • Constructor Details

  • Method Details

    • setCursorYValue

      protected void setCursorYValue(Real yxalue) throws VisADException, RemoteException
      Sets the cursor x value property. Called by subclasses.
      Parameters:
      yxalue - The cursor y value.
      Throws:
      RemoteException - Java RMI error
      VisADException - VisAD error
    • getCursorYValue

      public Real getCursorYValue()
      Gets the cursor altitude property.
      Returns:
      The currently-selected altitude. May be null.
    • setCursorXValue

      protected void setCursorXValue(Real xvalue) throws VisADException, RemoteException
      Sets the cursor x position property. Called by subclasses.
      Parameters:
      xvalue - The cursor x position.
      Throws:
      RemoteException - Java RMI error
      VisADException - VisAD error
    • getCursorXValue

      public Real getCursorXValue()
      Gets the cursor x position property.
      Returns:
      The currently-selected x value. May be null.