Class ReadoutInfo

java.lang.Object
ucar.unidata.idv.control.ReadoutInfo

public class ReadoutInfo extends Object
Author:
IDV development team
  • Constructor Details

    • ReadoutInfo

      public ReadoutInfo(DisplayControl from, Data data)
      _more_
      Parameters:
      from - _more_
      data - _more_
    • ReadoutInfo

      public ReadoutInfo(DisplayControl from, Data data, EarthLocation location, Real time)
      _more_
      Parameters:
      from - _more_
      data - _more_
      location - _more_
      time - _more_
  • Method Details

    • setFromDisplay

      public void setFromDisplay(DisplayControl value)
      Set the FromDisplay property.
      Parameters:
      value - The new value for FromDisplay
    • getFromDisplay

      public DisplayControl getFromDisplay()
      Get the FromDisplay property.
      Returns:
      The FromDisplay
    • setLocation

      public void setLocation(EarthLocation value)
      Set the Location property.
      Parameters:
      value - The new value for Location
    • getLocation

      public EarthLocation getLocation()
      Get the Location property.
      Returns:
      The Location
    • setData

      public void setData(Data value)
      Set the Data property.
      Parameters:
      value - The new value for Data
    • getData

      public Data getData()
      Get the Data property.
      Returns:
      The Data
    • getReal

      public Real getReal()
      _more_
      Returns:
      _more_
    • setUnit

      public void setUnit(Unit value)
      Set the Unit property.
      Parameters:
      value - The new value for Unit
    • getUnit

      public Unit getUnit()
      Get the Unit property.
      Returns:
      The Unit
    • setRange

      public void setRange(Range value)
      Set the Range property.
      Parameters:
      value - The new value for Range
    • getRange

      public Range getRange()
      Get the Range property.
      Returns:
      The Range
    • setImageUrl

      public void setImageUrl(String value)
      Set the ImageUrl property.
      Parameters:
      value - The new value for ImageUrl
    • getImageUrl

      public String getImageUrl()
      Get the ImageUrl property.
      Returns:
      The ImageUrl
    • setImageName

      public void setImageName(String value)
      Set the ImageName property.
      Parameters:
      value - The new value for ImageName
    • getImageName

      public String getImageName()
      Get the ImageName property.
      Returns:
      The ImageName