|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jrefinery.data.AbstractDataset
com.jrefinery.data.DefaultMeterDataset
org.mbari.siam.moos.utils.node.SiamMeterDataset
public class SiamMeterDataset
EnvDataset
Description: This is the dataset object for each variable to be plotted
C August 2003 MBARI * Monterey Bay Aquarium Research Institute Proprietary Information. All rights reserved.
| Field Summary |
|---|
| Fields inherited from class com.jrefinery.data.AbstractDataset |
|---|
listeners |
| Fields inherited from interface com.jrefinery.data.MeterDataset |
|---|
CRITICAL_DATA, FULL_DATA, NORMAL_DATA, WARNING_DATA |
| Constructor Summary | |
|---|---|
SiamMeterDataset(java.lang.Number min,
java.lang.Number max,
java.lang.Number value,
java.lang.String units,
java.lang.String name,
Instrument ins,
java.lang.String nodeName)
|
|
SiamMeterDataset(java.lang.String name,
Instrument ins,
java.lang.String nodeName)
constructor |
|
| Method Summary | |
|---|---|
void |
add(java.lang.Double xvalue,
java.lang.Double yvalue)
add a value to the dataset |
java.util.HashMap |
getFileSettings()
get the settings from the settings file if it exssts |
int |
getItemCount(int series)
Returns the number of data values to be plotted on the chart |
int |
getSeriesCount()
returns the series count. |
java.lang.String |
getSeriesName(int series)
Returns the series Name / variable name which is being plotted |
java.lang.Object |
getSettings()
Returns the settings object associated with this dataset |
java.lang.Number |
getXValue(int series,
int n)
Returns the x value of the nth position |
java.lang.Number |
getYValue(int series,
int n)
Returns the y value of the nth position |
void |
setTranslate(double whatever)
|
| Methods inherited from class com.jrefinery.data.DefaultMeterDataset |
|---|
getBorderType, getMaximumCriticalValue, getMaximumNormalValue, getMaximumValue, getMaximumWarningValue, getMinimumCriticalValue, getMinimumNormalValue, getMinimumValue, getMinimumWarningValue, getUnits, getValue, isValueValid, setBorderType, setCriticalRange, setNormalRange, setRange, setUnits, setValue, setWarningRange |
| Methods inherited from class com.jrefinery.data.AbstractDataset |
|---|
addChangeListener, fireDatasetChanged, notifyListeners, removeChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.jrefinery.data.Dataset |
|---|
addChangeListener, removeChangeListener |
| Constructor Detail |
|---|
public SiamMeterDataset(java.lang.String name,
Instrument ins,
java.lang.String nodeName)
public SiamMeterDataset(java.lang.Number min,
java.lang.Number max,
java.lang.Number value,
java.lang.String units,
java.lang.String name,
Instrument ins,
java.lang.String nodeName)
| Method Detail |
|---|
public void add(java.lang.Double xvalue,
java.lang.Double yvalue)
public void setTranslate(double whatever)
public java.lang.Number getXValue(int series,
int n)
public java.lang.Number getYValue(int series,
int n)
public int getSeriesCount()
public java.lang.String getSeriesName(int series)
public int getItemCount(int series)
public java.lang.Object getSettings()
public java.util.HashMap getFileSettings()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||