public final class DryAdiabats extends BackgroundContours
DisplayableData.DragAdapter
field
COLOR_FILL, CONTOUR_LEVELS, CONTOUR_REAL_TYPE, LABELING
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE
MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Modifier | Constructor and Description |
---|---|
|
DryAdiabats()
Constructs from nothing.
|
|
DryAdiabats(AerologicalCoordinateSystem coordinateSystem)
Constructs from a coordinate system transformation.
|
protected |
DryAdiabats(DryAdiabats that)
Constructs from another instance.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.
|
protected void |
coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a change to the coordinate system transformation.
|
protected float |
getRangeMaximum()
Returns the maximum value of the range.
|
protected float |
getRangeMinimum()
Returns the minimum value of the range.
|
equals, hashCode, setCoordinateSystem
getColorFillEnabled, getContourLevels, getContourRealType, getContourValues, getDashedStyle, isLabeling, setColorFill, setContourInfo, setContourInterval, setContourInterval, setContourLevels, setContourRealType, setDashedStyle, setDisplayUnit, setFont, setLabelFreq, setLabeling, setLabelSkip, setRange, setScalarMaps
getColor, getLineStyle, getLineWidth, getPointSize, setColor, setHSV, setHSV, setLineStyle, setLineWidth, setPointSize, setRGB, setRGB, setRGBA, setRGBA
addAction, dataChange, destroy, getActive, getAnimationSet, getData, getDataRenderer, 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, setDisplay, setDisplayActive, setDisplayInactive, setDisplayMaster, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange, setSelectedRange, setUseTimesInAnimation, toFront
public DryAdiabats() throws visad.VisADException, java.rmi.RemoteException
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public DryAdiabats(AerologicalCoordinateSystem coordinateSystem) throws visad.VisADException, java.rmi.RemoteException
coordinateSystem
- The (p,T) <-> (x,y) transformation.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected DryAdiabats(DryAdiabats that) throws java.rmi.RemoteException, visad.VisADException
that
- The other instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public Displayable cloneForDisplay() throws visad.VisADException, java.rmi.RemoteException
cloneForDisplay
in class DisplayableData
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected void coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem) throws visad.TypeException, java.rmi.RemoteException, visad.VisADException
coordinateSystemChange
in class BackgroundContours
coordinateSystem
- The new (p,T) <-> (x,y) transformation.visad.TypeException
- Something has the wrong type.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected float getRangeMinimum()
protected float getRangeMaximum()