protected abstract static class AerologicalDisplay.TemperatureAxisLabels extends ScaleLabels
DisplayableData.DragAdapter
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE
MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Modifier | Constructor and Description |
---|---|
protected |
TemperatureAxisLabels(AerologicalDisplay.TemperatureAxisLabels that)
Constructs from another instance.
|
protected |
TemperatureAxisLabels(java.lang.String name)
Constructs from a name for the displayable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem)
Handle a coordinate system change
|
protected void |
set(AerologicalCoordinateSystem coordinateSystem,
visad.Real yValue,
ContourLevels contourLevels,
visad.Real pressure,
double separation)
Sets the labels.
|
void |
setCoordinateSystem(AerologicalCoordinateSystem acs)
Set the new CoordinateSystem
|
setFormat, setLabels, setLabelValues, setPositionValues, setRealType, setSize, setXAlignment
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, setContourInfo, setDisplay, setDisplayActive, setDisplayInactive, setDisplayMaster, setDisplayUnit, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange, setSelectedRange, setUseTimesInAnimation, toFront
protected TemperatureAxisLabels(java.lang.String name) throws java.rmi.RemoteException, visad.VisADException
name
- The name for the displayable.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected TemperatureAxisLabels(AerologicalDisplay.TemperatureAxisLabels that) throws java.rmi.RemoteException, visad.VisADException
that
- The other instance.visad.VisADException
- if a core VisAD failure occurs.java.rmi.RemoteException
- if a Java RMI failure occurs.protected final void set(AerologicalCoordinateSystem coordinateSystem, visad.Real yValue, ContourLevels contourLevels, visad.Real pressure, double separation) throws java.rmi.RemoteException, visad.VisADException
coordinateSystem
- The (p,T) <-> (x,y) coordinate system
transformation.yValue
- The y-value for the labels.contourLevels
- The temperature values.pressure
- The type of the pressure.separation
- The distance between the label and the
axis.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void setCoordinateSystem(AerologicalCoordinateSystem acs) throws visad.VisADException, java.rmi.RemoteException
acs
- new CoordinateSystemjava.rmi.RemoteException
- Java RMI problemvisad.VisADException
- VisAD problemprotected void coordinateSystemChange(AerologicalCoordinateSystem coordinateSystem) throws visad.VisADException, java.rmi.RemoteException
coordinateSystem
- new CoordinateSystemjava.rmi.RemoteException
- Java RMI problemvisad.VisADException
- VisAD problem