public class StackedDataPoint extends DataPoint implements IStackedDataPoint
| Constructor and Description |
|---|
StackedDataPoint(double[] values)
Constructs a StackedDataPoint object with the specified value and an empty label.
|
StackedDataPoint(double[] values,
String label)
Constructs a DataPoint object with the specified value and and specified label.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getValues()
Retrieves the value of a chart data point.
|
void |
setValue(double value)
Sets the value of a chart data point.
|
equals, getLabel, getTimestamp, getValue, hashCode, setLabelclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetLabel, getTimestampgetValuepublic StackedDataPoint(double[] values)
value - A floating point value for the object data point.public StackedDataPoint(double[] values,
String label)
value - A floating point value for the object's data point.label - A String label for the object's data point.public double[] getValues()
getValues in interface IStackedDataPointCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.