protected class AerologicalDisplay.MyWindStaff extends ProfileLine
DisplayableData.DragAdapter
COLOR, LINE_STYLE, LINE_WIDTH, POINT_SIZE
MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Constructor and Description |
---|
MyWindStaff(AerologicalCoordinateSystem acs)
Create a new wind staff for the display.
|
MyWindStaff(AerologicalCoordinateSystem acs,
double xp0)
_more_
|
Modifier and Type | Method and Description |
---|---|
void |
setCoordinateSystem(AerologicalCoordinateSystem acs)
Set the data based on the coordinate system
|
cloneForDisplay
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 MyWindStaff(AerologicalCoordinateSystem acs) throws visad.VisADException, java.rmi.RemoteException
acs
- AerologicalCoordinateSystemjava.rmi.RemoteException
- Java RMI failurevisad.VisADException
- VisAD failure.public MyWindStaff(AerologicalCoordinateSystem acs, double xp0) throws visad.VisADException, java.rmi.RemoteException
acs
- _more_xp0
- _more_java.rmi.RemoteException
- _more_visad.VisADException
- _more_public void setCoordinateSystem(AerologicalCoordinateSystem acs) throws visad.VisADException, java.rmi.RemoteException
acs
- AerologicalCoordinateSystemjava.rmi.RemoteException
- Java RMI failurevisad.VisADException
- VisAD failure.