Package ucar.unidata.idv.control
Class ReadoutInfo
java.lang.Object
ucar.unidata.idv.control.ReadoutInfo
- Author:
- IDV development team
-
Constructor Summary
ConstructorsConstructorDescriptionReadoutInfo(DisplayControl from, Data data) _more_ReadoutInfo(DisplayControl from, Data data, EarthLocation location, Real time) _more_ -
Method Summary
Modifier and TypeMethodDescriptiongetData()Get the Data property.Get the FromDisplay property.Get the ImageName property.Get the ImageUrl property.Get the Location property.getRange()Get the Range property.getReal()_more_getUnit()Get the Unit property.voidSet the Data property.voidsetFromDisplay(DisplayControl value) Set the FromDisplay property.voidsetImageName(String value) Set the ImageName property.voidsetImageUrl(String value) Set the ImageUrl property.voidsetLocation(EarthLocation value) Set the Location property.voidSet the Range property.voidSet the Unit property.
-
Constructor Details
-
ReadoutInfo
_more_- Parameters:
from- _more_data- _more_
-
ReadoutInfo
_more_- Parameters:
from- _more_data- _more_location- _more_time- _more_
-
-
Method Details
-
setFromDisplay
Set the FromDisplay property.- Parameters:
value- The new value for FromDisplay
-
getFromDisplay
Get the FromDisplay property.- Returns:
- The FromDisplay
-
setLocation
Set the Location property.- Parameters:
value- The new value for Location
-
getLocation
Get the Location property.- Returns:
- The Location
-
setData
Set the Data property.- Parameters:
value- The new value for Data
-
getData
Get the Data property.- Returns:
- The Data
-
getReal
_more_- Returns:
- _more_
-
setUnit
Set the Unit property.- Parameters:
value- The new value for Unit
-
getUnit
Get the Unit property.- Returns:
- The Unit
-
setRange
Set the Range property.- Parameters:
value- The new value for Range
-
getRange
Get the Range property.- Returns:
- The Range
-
setImageUrl
Set the ImageUrl property.- Parameters:
value- The new value for ImageUrl
-
getImageUrl
Get the ImageUrl property.- Returns:
- The ImageUrl
-
setImageName
Set the ImageName property.- Parameters:
value- The new value for ImageName
-
getImageName
Get the ImageName property.- Returns:
- The ImageName
-