public interface WindProfileDisplayRenderer
| Modifier and Type | Method and Description | 
|---|---|
| void | addCursorPositionListener(java.beans.PropertyChangeListener listener)Adds a PropertyChangeListener for changes to the cursor position. | 
| double[] | getCursorPosition()Returns the cursor position. | 
| void | removeCursorPositionListener(java.beans.PropertyChangeListener listener)Removes a PropertyChangeListener for changes to the cursor position. | 
| void | setBoxOn(boolean on)Sets the visibility of the VisAD box. | 
| void | setCursorStringOn(boolean on)Sets the visibility of the cursor strings. | 
| void | setCursorStringVector()Sets the cursor string vector. | 
void setCursorStringVector()
double[] getCursorPosition()
void setBoxOn(boolean on)
       throws visad.VisADException,
              java.rmi.RemoteException
on - Whether or not the box should be visible.visad.VisADException - VisAD failure.java.rmi.RemoteException - Java RMI failure.void setCursorStringOn(boolean on)
on - Whether or not the cursor strings should be
                          visible.void addCursorPositionListener(java.beans.PropertyChangeListener listener)
listener - The change listener.void removeCursorPositionListener(java.beans.PropertyChangeListener listener)
listener - The change listener.