|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WindProfileDisplayRenderer
Provides an interface to a VisAD DisplayRenderer for displaying wind profiles.
| Method Summary | |
|---|---|
void |
addCursorPositionListener(PropertyChangeListener listener)
Adds a PropertyChangeListener for changes to the cursor position. |
double[] |
getCursorPosition()
Returns the cursor position. |
void |
removeCursorPositionListener(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. |
| Method Detail |
|---|
void setCursorStringVector()
double[] getCursorPosition()
void setBoxOn(boolean on)
throws VisADException,
RemoteException
on - Whether or not the box should be visible.
VisADException - VisAD failure.
RemoteException - Java RMI failure.void setCursorStringOn(boolean on)
on - Whether or not the cursor strings should be
visible.void addCursorPositionListener(PropertyChangeListener listener)
listener - The change listener.void removeCursorPositionListener(PropertyChangeListener listener)
listener - The change listener.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||