public class HighLowDataPoint extends DataPoint implements IHighLowDataPoint
| Constructor and Description |
|---|
HighLowDataPoint(double high,
double low,
double avg) |
HighLowDataPoint(double high,
double low,
double avg,
long timestamp) |
HighLowDataPoint(double high,
double low,
double avg,
String label) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageValue() |
double |
getHighValue()
Retrieves the high value of a chart data point.
|
double |
getLowValue()
Retrieves the low value of a chart data point.
|
double[] |
getValues()
Retrieves the value of a chart data point.
|
equals, getLabel, getTimestamp, getValue, hashCode, setLabel, setValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLabel, getTimestampgetValuepublic HighLowDataPoint(double high,
double low,
double avg)
public HighLowDataPoint(double high,
double low,
double avg,
long timestamp)
public HighLowDataPoint(double high,
double low,
double avg,
String label)
public double getAverageValue()
public double getLowValue()
IHighLowDataPointgetLowValue in interface IHighLowDataPointpublic double getHighValue()
IHighLowDataPointgetHighValue in interface IHighLowDataPointpublic double[] getValues()
IStackedDataPointgetValues in interface IStackedDataPointCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.