|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisad.DisplayRenderer
visad.java2d.DisplayRendererJ2D
visad.java2d.DefaultDisplayRendererJ2D
ucar.unidata.view.sounding.WindStaffDisplayRenderer
public class WindStaffDisplayRenderer
Provides support for a VisAD DisplayRenderer for a wind-staff display.
| Field Summary | |
|---|---|
static String |
CURSOR_POSITION
The name of the cursor position property. |
| Constructor Summary | |
|---|---|
WindStaffDisplayRenderer()
Constructs from nothing. |
|
| Method Summary | |
|---|---|
void |
addCursorPositionListener(PropertyChangeListener listener)
Adds a listener for changes to the cursor position. |
protected double[] |
getCursorInDisplayCoords()
Returns the position of the cursor in RealType coordinates. |
double[] |
getCursorPosition()
Returns the cursor position. |
void |
removeCursorPositionListener(PropertyChangeListener listener)
Removes a listener for changes to the cursor position. |
void |
setCursorStringVector()
Sets the cursor string vector. |
| Methods inherited from class visad.java2d.DefaultDisplayRendererJ2D |
|---|
createSceneGraph, getMode2D, legalDisplayScalar, setBoxAspect, setLineWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ucar.unidata.view.sounding.WindProfileDisplayRenderer |
|---|
setBoxOn, setCursorStringOn |
| Field Detail |
|---|
public static String CURSOR_POSITION
| Constructor Detail |
|---|
public WindStaffDisplayRenderer()
| Method Detail |
|---|
public void setCursorStringVector()
setCursorStringVector in interface WindProfileDisplayRenderersetCursorStringVector in class DisplayRendererpublic double[] getCursorPosition()
getCursorPosition in interface WindProfileDisplayRendererpublic void addCursorPositionListener(PropertyChangeListener listener)
addCursorPositionListener in interface WindProfileDisplayRendererlistener - The change listener.public void removeCursorPositionListener(PropertyChangeListener listener)
removeCursorPositionListener in interface WindProfileDisplayRendererlistener - The change listener.protected double[] getCursorInDisplayCoords()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||