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 Type
    Method
    Description
    void
    Load data into this Displayable.
    void
    setColoredByAnother(boolean yesno)
    Set whether this GridDisplayable should have the data colored by another parameter.
  • Method Details

    • loadData

      void loadData(FieldImpl field) throws VisADException, RemoteException
      Load data into this Displayable.
      Parameters:
      field - field representing the data
      Throws:
      RemoteException - Java RMI error
      VisADException - 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