protected class AerologicalDisplay.DisplayablePseudoAdiabaticTrajectory extends CompositeDisplayable
cnt, label
DISPLAY, parent, SCALAR_MAP_SET
Constructor and Description |
---|
DisplayablePseudoAdiabaticTrajectory(visad.LocalDisplay display,
visad.DisplayRealType displayPressureType,
visad.DisplayRealType displayTemperatureType)
Constructs from a VisAD display and the display types.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears this displayable.
|
visad.RealType |
getPressureType()
Returns the type of the pressure.
|
visad.RealType |
getTemperatureType()
Returns the type of the temperature.
|
boolean |
isEnabled()
Indicates whether or not computation of the trajectory is enabled.
|
void |
recompute()
Computes the trajectory of the lifted parcel.
|
void |
setEnabled(boolean enable)
Enable or disable computation of the trajectory.
|
addConstantMap, addDisplayable, addListDataListener, clearDisplayables, cloneForDisplay, debug, destroy, destroyAll, displayableCount, fireListDataContentsChanged, fireListDataIntervalAdded, fireListDataIntervalRemoved, getAnimationSet, getDisplayable, indexOf, iterator, lastDisplayable, myAddDataReferences, myRemoveDataReferences, removeDisplayable, removeDisplayable, removeListDataListener, setAdjustFlow, setColor, setColorPalette, setColorUnit, setConstantPosition, setDisplay, setDisplayable, setDisplayMaster, setDisplayUnit, setLineWidth, setManipulable, setPointMode, setPointSize, setSelectedRange, setUseFastRendering, setUseTimesInAnimation, setVisible, setVisible, setVisible, toFront, toString
addConstantMaps, addDataReferences, addPropertyChangeListener, addPropertyChangeListener, addRefsInvoked, addScalarMap, addScalarMaps, applyColorUnit, applyDisplayUnit, checkUnit, combineConstantMaps, destroyDisplayable, firePropertyChange, firePropertyChange, fireScalarMapSetChange, getColorUnit, getConstantMaps, getData, getDestroyed, getDisplay, getDisplayMaster, getDisplayUnit, getPointMode, getScalarMap, getScalarMap, getScalarMap, getScalarMapSet, getUseFastRendering, getUseTimesInAnimation, getVisible, hasDataObject, isActive, isUnitCompatible, isVisible, logException, myAddConstantMaps, removeConstantMap, removeDataReferences, removePropertyChangeListener, removePropertyChangeListener, removeScalarMap, replaceScalarMap, setColorPalette, setContourInfo, setDisplayActive, setDisplayInactive, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange
public DisplayablePseudoAdiabaticTrajectory(visad.LocalDisplay display, visad.DisplayRealType displayPressureType, visad.DisplayRealType displayTemperatureType) throws visad.VisADException, java.rmi.RemoteException
display
- The VisAD display.displayPressureType
- The display pressure type.displayTemperatureType
- The display temperature type.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void setEnabled(boolean enable) throws visad.VisADException, java.rmi.RemoteException
enable
- Whether or not to enable computation of
the trajectory.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public boolean isEnabled()
true
if and only if
computation of the trajectory is
enabled.public visad.RealType getPressureType()
public visad.RealType getTemperatureType()
public void clear() throws visad.VisADException, java.rmi.RemoteException
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void recompute() throws visad.TypeException, java.rmi.RemoteException, visad.VisADException
visad.TypeException
- Something has the wrong type.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.