|
||||||||||
| 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.DisplayableData
ucar.visad.display.StationModelDisplayable
ucar.visad.display.GridValueDisplayable
public class GridValueDisplayable
Class for displaying grid point values as text
| Field Summary |
|---|
| Fields inherited from class ucar.visad.display.StationModelDisplayable |
|---|
OFFSET_SCALE |
| Fields inherited from class ucar.visad.display.DisplayableData |
|---|
LINE_WIDTH, MANIPULABLE, VISIBLE |
| Fields inherited from class ucar.visad.display.Displayable |
|---|
DISPLAY, parent, SCALAR_MAP_SET |
| Constructor Summary | |
|---|---|
|
GridValueDisplayable()
Default constructor |
protected |
GridValueDisplayable(GridValueDisplayable that)
Constructs from another instance. |
|
GridValueDisplayable(String name)
Construct with the given name. |
| Method Summary | |
|---|---|
Displayable |
cloneForDisplay()
Clone this Displayable so it can go into a different
display. |
void |
loadData(FieldImpl field)
Set the data into the Displayable |
void |
setColoredByAnother(boolean yesno)
Set whether this GridDisplayable should have the data colored by another parameter. |
| Methods inherited from class ucar.visad.display.StationModelDisplayable |
|---|
destroy, getScale, getShouldUseAltitude, getStationModel, hasSelectedRange, setRangeForSelect, setScale, setSelectedRange, setShouldUseAltitude, setStationData, setStationModel, setStationModel |
| Methods inherited from class ucar.visad.display.DisplayableData |
|---|
addAction, dataChange, getActive, getAnimationSet, getData, getDataRenderer, getLineWidth, getName, getPointSize, hasData, hasDataObject, isManipulable, isPickable, myAddConstantMaps, myAddDataReferences, myRemoveDataReferences, removeAction, setActive, setData, setDataReference, setLineWidth, setManipulable, setPickable, setPointMode, setPointSize, setUseFastRendering, setVisible, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridValueDisplayable()
throws VisADException,
RemoteException
VisADException - necessary VisAD object couldn't be created
RemoteException - remote error
public GridValueDisplayable(String name)
throws VisADException,
RemoteException
name - name must contain no spaces.
VisADException - necessary VisAD object couldn't be created
RemoteException - remote error
protected GridValueDisplayable(GridValueDisplayable that)
throws RemoteException,
VisADException
that - The other instance.
VisADException - VisAD failure.
RemoteException - Java RMI failure.| Method Detail |
|---|
public Displayable cloneForDisplay()
throws RemoteException,
VisADException
Displayable so it can go into a different
display.
cloneForDisplay in class StationModelDisplayableRemoteException - Java RMI error
VisADException - VisAD error
public void loadData(FieldImpl field)
throws VisADException,
RemoteException
loadData in interface GridDisplayablefield - a VisAD FlatField with a 2D nature
VisADException - from construction of VisAd objects
RemoteException - from construction of VisAD objectspublic void setColoredByAnother(boolean yesno)
setColoredByAnother in interface GridDisplayableyesno - true if colored by another
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||