|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.Displayable
ucar.visad.display.DisplayableData
ucar.visad.display.LineDrawing
ucar.unidata.view.sounding.DisplayableMeanWind
public abstract class DisplayableMeanWind
Supports the display of a mean wind.
| Field Summary |
|---|
| Fields inherited from class ucar.visad.display.LineDrawing |
|---|
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE |
| Fields inherited from class ucar.visad.display.DisplayableData |
|---|
MANIPULABLE, VISIBLE |
| Fields inherited from class ucar.visad.display.Displayable |
|---|
DISPLAY, parent, SCALAR_MAP_SET |
| Constructor Summary | |
|---|---|
protected |
DisplayableMeanWind()
Constructs from nothing. |
protected |
DisplayableMeanWind(DataRenderer dataRenderer)
Constructs with a given VisAD DataRenderer. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Indicates if this instance is identical to another object. |
protected DataRenderer |
getDataRenderer()
Returns the VisAD DataRenderer associated with this displayable. |
int |
hashCode()
Returns the hash code of this instance. |
void |
setMeanWind(Tuple meanWind)
Sets the mean wind. |
| Methods inherited from class ucar.visad.display.LineDrawing |
|---|
getColor, getLineStyle, getLineWidth, getPointSize, setColor, setHSV, setHSV, setLineStyle, setLineWidth, setPointSize, setRGB, setRGB, setRGBA, setRGBA |
| Methods inherited from class ucar.visad.display.DisplayableData |
|---|
addAction, cloneForDisplay, dataChange, destroy, getActive, getAnimationSet, getData, getName, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setManipulable, setPickable, setPointMode, setUseFastRendering, setVisible, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected DisplayableMeanWind()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
protected DisplayableMeanWind(DataRenderer dataRenderer)
throws VisADException,
RemoteException
dataRenderer - The VisAD DataRenderer. May be
null.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setMeanWind(Tuple meanWind)
throws VisADException,
RemoteException
meanWind - The mean wind (geopotentialAltitude, (u, v)).
VisADException - VisAD failure.
RemoteException - Java RMI failure.public boolean equals(Object obj)
equals in class Objectobj - The other object.
true if and only if this instance
is identical to the other object.public int hashCode()
hashCode in class Object
protected DataRenderer getDataRenderer()
throws VisADException
getDataRenderer in class DisplayableDataVisADException - VisAD failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||