Package ucar.visad.display
Interface GridDisplayable
- All Known Implementing Classes:
 Contour2DDisplayable,FlowDisplayable,Grid2DDisplayable,Grid3DDisplayable,GridValueDisplayable,ImageRGBDisplayable,ImageSequenceDisplayable,VolumeDisplayable,WindBarbDisplayable
public interface GridDisplayable
An interface for Displayables that display gridded data.
- Version:
 - $Revision: 1.7 $
 - Author:
 - Jeff McWhirter
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidLoad data into this Displayable.voidsetColoredByAnother(boolean yesno) Set whether this GridDisplayable should have the data colored by another parameter. 
- 
Method Details
- 
loadData
Load data into this Displayable.- Parameters:
 field- field representing the data- Throws:
 RemoteException- Java RMI errorVisADException- problem creating VisAD object
 - 
setColoredByAnother
void setColoredByAnother(boolean yesno) Set whether this GridDisplayable should have the data colored by another parameter.- Parameters:
 yesno- true if colored by another
 
 -