public class IntermediateRings extends DisplayableData
DisplayableData.DragAdapter
LINE_WIDTH, MANIPULABLE, renderer, VISIBLE
DISPLAY, parent, SCALAR_MAP_SET
Modifier | Constructor and Description |
---|---|
protected |
IntermediateRings(IntermediateRings that)
Constructs from another instance.
|
|
IntermediateRings(visad.RealTupleType polarType)
Constructs from a type for the vector space.
|
Modifier and Type | Method and Description |
---|---|
Displayable |
cloneForDisplay()
Returns a clone of this instance suitable for another VisAD display.
|
protected static visad.Field |
computeRingField(visad.Gridded1DSet altitudes,
visad.SampledSet ringSetTemplate)
Computes the data object to be displayed from a set of altitudes and
a ring template.
|
void |
setAltitudes(visad.Gridded1DSet altitudes)
Sets the altitudes for the rings.
|
void |
setRingSpeeds(visad.Gridded1DSet speeds)
Sets the speeds for the rings.
|
addAction, dataChange, destroy, getActive, getAnimationSet, getData, getDataRenderer, getLineWidth, getName, getPointSize, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setDragAdapter, setLineWidth, setManipulable, setPickable, setPointMode, setPointSize, 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, setColor, setColorPalette, setColorPalette, setColorUnit, setConstantPosition, setContourInfo, setDisplay, setDisplayActive, setDisplayInactive, setDisplayMaster, setDisplayUnit, setOverrideAnimationSet, setOverrideAnimationSet, setParent, setRangeForColor, setRangeForColor, setScalarMapSet, setSelectedRange, setSelectedRange, setUseTimesInAnimation, toFront
public IntermediateRings(visad.RealTupleType polarType) throws visad.VisADException, java.rmi.RemoteException
polarType
- The type for the vector space.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected IntermediateRings(IntermediateRings that) throws java.rmi.RemoteException, visad.VisADException
that
- The other instance.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void setAltitudes(visad.Gridded1DSet altitudes) throws visad.VisADException, java.rmi.RemoteException
altitudes
- The altitudes for the rings.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public void setRingSpeeds(visad.Gridded1DSet speeds) throws visad.VisADException, java.rmi.RemoteException
speeds
- The speeds for the rings.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.public Displayable cloneForDisplay() throws java.rmi.RemoteException, visad.VisADException
cloneForDisplay
in class DisplayableData
visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.protected static visad.Field computeRingField(visad.Gridded1DSet altitudes, visad.SampledSet ringSetTemplate) throws visad.VisADException, java.rmi.RemoteException
altitudes
- The set of altitudes.ringSetTemplate
- The ring template.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.