public abstract class DisplayableMeanWind extends LineDrawing
DisplayableData.DragAdapter
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE
MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Modifier | Constructor and Description |
---|---|
protected |
DisplayableMeanWind()
Constructs from nothing.
|
protected |
DisplayableMeanWind(visad.DataRenderer dataRenderer)
Constructs with a given VisAD DataRenderer.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates if this instance is identical to another object.
|
protected visad.DataRenderer |
getDataRenderer()
Returns the VisAD DataRenderer associated with this displayable.
|
int |
hashCode()
Returns the hash code of this instance.
|
void |
setMeanWind(visad.Tuple meanWind)
Sets the mean wind.
|
getColor, getLineStyle, getLineWidth, getPointSize, setColor, setHSV, setHSV, setLineStyle, setLineWidth, setPointSize, setRGB, setRGB, setRGBA, setRGBA
addAction, cloneForDisplay, dataChange, destroy, getActive, getAnimationSet, getData, getName, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setDragAdapter, setManipulable, setPickable, setPointMode, setUseFastRendering, setVisible, showme, toString
addConstantMap, addConstantMaps, addDataReferences, addPropertyChangeListener, addPropertyChangeListener, addRefsInvoked, addScalarMap, addScalarMaps, applyColorUnit, applyDisplayUnit, checkUnit, combineConstantMaps, destroyDisplayable, firePropertyChange, firePropertyChange, fireScalarMapSetChange, getColorUnit, getConstantMaps, getDestroyed, getDisplay, getDisplayMaster, getDisplayUnit, getPointMode, getScalarMap, getScalarMap, getScalarMap, getScalarMapSet, getUseFastRendering, getUseTimesInAnimation, getVisible, isActive, isUnitCompatible, isVisible, logException, removeConstantMap, removeDataReferences, removePropertyChangeListener, removePropertyChangeListener, removeScalarMap, replaceScalarMap, setAdjustFlow, setColorPalette, setColorPalette, setColorUnit, setConstantPosition, setContourInfo, setDisplay, setDisplayActive, setDisplayInactive, setDisplayMaster, setDisplayUnit, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange, setSelectedRange, setUseTimesInAnimation, toFront
protected DisplayableMeanWind() throws visad.VisADException, java.rmi.RemoteException
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected DisplayableMeanWind(visad.DataRenderer dataRenderer) throws visad.VisADException, java.rmi.RemoteException
dataRenderer
- The VisAD DataRenderer. May be
null
.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void setMeanWind(visad.Tuple meanWind) throws visad.VisADException, java.rmi.RemoteException
meanWind
- The mean wind (geopotentialAltitude, (u, v)).visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The other object.true
if and only if this instance
is identical to the other object.public int hashCode()
hashCode
in class java.lang.Object
protected visad.DataRenderer getDataRenderer() throws visad.VisADException
getDataRenderer
in class DisplayableData
visad.VisADException
- VisAD failure.