public abstract class BackgroundContours extends ContourLines
DisplayableData.DragAdapter
Modifier and Type | Field and Description |
---|---|
protected visad.Field |
field
The field of values to be contoured.
|
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 |
---|---|
protected |
BackgroundContours(BackgroundContours that)
Constructs from another instance.
|
protected |
BackgroundContours(java.lang.String name,
ContourLevels initialContours,
visad.RealType rangeType)
Constructs from a name for the displayable, the contour levels, and the
type of the contoured quantity.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a change to the coordinate system transformation.
|
boolean |
equals(java.lang.Object obj)
Indicates if this instance is semantically identical to another object.
|
int |
hashCode()
Gets the hash code of this instance.
|
void |
setCoordinateSystem(AerologicalCoordinateSystem coordinateSystem)
Sets the associated coordinate system transformation.
|
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, cloneForDisplay, 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
protected visad.Field field
protected BackgroundContours(java.lang.String name, ContourLevels initialContours, visad.RealType rangeType) throws visad.VisADException, java.rmi.RemoteException
name
- The name for the displayable.initialContours
- The initial contours.rangeType
- The type of the contoured quantity.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected BackgroundContours(BackgroundContours that) throws visad.VisADException, java.rmi.RemoteException
that
- The other instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public final void setCoordinateSystem(AerologicalCoordinateSystem coordinateSystem) throws visad.VisADException
coordinateSystem
- The (p,T) <-> (x,y) transformation.visad.VisADException
- VisAD failure.public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- The other object.true
if and only if this instance
is semantically equal to the other object.public final int hashCode()
hashCode
in class java.lang.Object
protected abstract void coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem) throws visad.TypeException, java.rmi.RemoteException, visad.VisADException
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.