public final class Isobars 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 |
---|---|
|
Isobars()
Constructs from nothing.
|
|
Isobars(AerologicalCoordinateSystem coordinateSystem)
Constructs from a (p,T) <-> (x,y) coordinate system transformation.
|
|
Isobars(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contours)
Constructs from a (p,T) <-> (x,y) coordinate system transformation and
a set of contour levels.
|
protected |
Isobars(Isobars 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)
Handles 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 Isobars() throws visad.VisADException, java.rmi.RemoteException
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public Isobars(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.public Isobars(AerologicalCoordinateSystem coordinateSystem, ContourLevels contours) throws visad.TypeException, visad.VisADException, java.rmi.RemoteException
coordinateSystem
- The (p,T) <-> (x,y) transformation.contours
- The set of contour levels.visad.TypeException
- An argument has the wrong type.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected Isobars(Isobars 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, visad.VisADException, java.rmi.RemoteException
coordinateSystemChange
in class BackgroundContours
coordinateSystem
- The new (p,T) <-> (x,y) transformation.visad.TypeException
- if a necessary RealType can't be created.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected float getRangeMinimum()
protected float getRangeMaximum()