protected static class AerologicalDisplay.RightPressureAxisLabels extends AerologicalDisplay.PressureAxisLabels
DisplayableData.DragAdapter
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE
MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Modifier | Constructor and Description |
---|---|
|
RightPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem,
ContourLevels contourLevels)
Constructs from a coordinate system transformation and the
pressure levels.
|
protected |
RightPressureAxisLabels(AerologicalDisplay.RightPressureAxisLabels 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 coordinate system change
|
set, setCoordinateSystem
setFormat, setLabels, setLabelValues, setPositionValues, setRealType, setSize, setXAlignment
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, setContourInfo, setDisplay, setDisplayActive, setDisplayInactive, setDisplayMaster, setDisplayUnit, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange, setSelectedRange, setUseTimesInAnimation, toFront
public RightPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels) throws java.rmi.RemoteException, visad.VisADException
coordinateSystem
- The (p,T) <-> (x,y) transformation.contourLevels
- The pressure levels.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected RightPressureAxisLabels(AerologicalDisplay.RightPressureAxisLabels that) throws java.rmi.RemoteException, visad.VisADException
that
- The other instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected void coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem) throws java.rmi.RemoteException, visad.VisADException
coordinateSystemChange
in class AerologicalDisplay.PressureAxisLabels
coordinateSystem
- new CoordinateSystemjava.rmi.RemoteException
- Java RMI problemvisad.VisADException
- VisAD problempublic Displayable cloneForDisplay() throws java.rmi.RemoteException, visad.VisADException
cloneForDisplay
in class DisplayableData
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.