|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.flythrough.SampleInfo
public class SampleInfo
| Constructor Summary | |
|---|---|
SampleInfo(String name,
Unit unit,
Range range)
_more_ |
|
| Method Summary | |
|---|---|
void |
add(Real r,
EarthLocation loc)
_more_ |
boolean |
equals(Object o)
_more_ |
List<EarthLocation> |
getLocations()
Get the Locations property. |
String |
getName()
Get the Name property. |
Range |
getRange()
Get the Range property. |
org.jfree.data.xy.XYSeries |
getSeries()
Get the Series property. |
Unit |
getUnit()
Get the Unit property. |
List<Real> |
getValues()
Get the Values property. |
int |
hashCode()
_more_ |
void |
setLocations(List<EarthLocation> value)
Set the Locations property. |
void |
setName(String value)
Set the Name property. |
void |
setRange(Range value)
Set the Range property. |
void |
setSeries(org.jfree.data.xy.XYSeries value)
Set the Series property. |
void |
setUnit(Unit value)
Set the Unit property. |
void |
setValues(List<Real> value)
Set the Values property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SampleInfo(String name,
Unit unit,
Range range)
name - _more_unit - _more_range - _more_| Method Detail |
|---|
public void add(Real r,
EarthLocation loc)
throws VisADException
r - _more_loc - _more_
VisADException - _more_public boolean equals(Object o)
equals in class Objecto - _more_
public int hashCode()
hashCode in class Objectpublic void setUnit(Unit value)
value - The new value for Unitpublic Unit getUnit()
public void setName(String value)
value - The new value for Namepublic String getName()
public void setValues(List<Real> value)
value - The new value for Valuespublic List<Real> getValues()
public void setLocations(List<EarthLocation> value)
value - The new value for Locationspublic List<EarthLocation> getLocations()
public void setRange(Range value)
value - The new value for Rangepublic Range getRange()
public void setSeries(org.jfree.data.xy.XYSeries value)
value - The new value for Seriespublic org.jfree.data.xy.XYSeries getSeries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||