|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.visad.display.Displayable
ucar.visad.display.CompositeDisplayable
ucar.unidata.view.sounding.MeanWindSet
public class MeanWindSet
Provides support for a CompositeDisplayable of mean winds.
| Field Summary | |
|---|---|
static String |
ACTIVE_MEAN_WIND
The name of the active mean-wind Displayable property. |
| Fields inherited from class ucar.visad.display.CompositeDisplayable |
|---|
cnt, label |
| Fields inherited from class ucar.visad.display.Displayable |
|---|
DISPLAY, parent, SCALAR_MAP_SET |
| Constructor Summary | |
|---|---|
MeanWindSet(Displayable missingMeanWind,
LocalDisplay display)
Constructs from a prototype Displayable with a missing value and a VisAD display. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the mean-wind Displayable-s from this composite. |
Displayable |
getActiveMeanWind()
Returns the active mean-wind property. |
Displayable |
removeMeanWind(int index)
Removes a mean-wind Displayable from this composite. |
protected void |
setActiveMeanWind(Displayable meanWind)
Sets the active mean-wind property. |
void |
setActiveMeanWind(int index)
Sets the active mean-wind Displayable. |
void |
setMeanWind(int index,
Displayable meanWind)
Adds a mean-wind Displayable to this composite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static String ACTIVE_MEAN_WIND
| Constructor Detail |
|---|
public MeanWindSet(Displayable missingMeanWind,
LocalDisplay display)
throws VisADException,
RemoteException
missingMeanWind - A prototype Displayable with a missing value.display - The VisAD display.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public void setMeanWind(int index,
Displayable meanWind)
throws RemoteException,
VisADException
index - The index of the mean-wind Displayable.meanWind - The mean-wind Displayable.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
public Displayable removeMeanWind(int index)
throws RemoteException,
VisADException,
IndexOutOfBoundsException
index - The index of the mean-wind Displayable.
VisADException - VisAD failure.
RemoteException - Java RMI failure.
IndexOutOfBoundsException - The index was out of range.
public void setActiveMeanWind(int index)
throws RemoteException,
VisADException
index - The index of the active mean-wind Displayable.
If the index is out of range, then the active
mean-wind is set the the missing mean-wind
Displayable.
VisADException - VisAD failure.
RemoteException - Java RMI failure.protected void setActiveMeanWind(Displayable meanWind)
meanWind - The new value.public Displayable getActiveMeanWind()
public void clear()
throws VisADException,
RemoteException
VisADException - VisAD failure.
RemoteException - Java RMI failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||