ucar.unidata.idv.control
Class ReadoutInfo

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

public class ReadoutInfo
extends Object

Author:
IDV development team

Constructor Summary
ReadoutInfo(DisplayControl from, Data data)
          _more_
ReadoutInfo(DisplayControl from, Data data, EarthLocation location, Real time)
          _more_
 
Method Summary
 Data getData()
          Get the Data property.
 DisplayControl getFromDisplay()
          Get the FromDisplay property.
 String getImageName()
          Get the ImageName property.
 String getImageUrl()
          Get the ImageUrl property.
 EarthLocation getLocation()
          Get the Location property.
 Range getRange()
          Get the Range property.
 Real getReal()
          _more_
 Unit getUnit()
          Get the Unit property.
 void setData(Data value)
          Set the Data property.
 void setFromDisplay(DisplayControl value)
          Set the FromDisplay property.
 void setImageName(String value)
          Set the ImageName property.
 void setImageUrl(String value)
          Set the ImageUrl property.
 void setLocation(EarthLocation value)
          Set the Location property.
 void setRange(Range value)
          Set the Range property.
 void setUnit(Unit value)
          Set the Unit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

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