|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.image.chart.DataPoint
org.hyperic.image.chart.StackedDataPoint
public class StackedDataPoint
Constructor Summary | |
---|---|
StackedDataPoint(double[] values)
Constructs a StackedDataPoint object with the specified value and an empty label. |
|
StackedDataPoint(double[] values,
java.lang.String label)
Constructs a DataPoint object with the specified value and and specified label. |
Method Summary | |
---|---|
double[] |
getValues()
Retrieves the value of a chart data point. |
void |
setValue(double value)
Sets the value of a chart data point. |
Methods inherited from class org.hyperic.image.chart.DataPoint |
---|
equals, getLabel, getTimestamp, getValue, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.hyperic.util.data.IDisplayDataPoint |
---|
getLabel, getTimestamp |
Methods inherited from interface org.hyperic.util.data.IDataPoint |
---|
getValue |
Constructor Detail |
---|
public StackedDataPoint(double[] values)
value
- A floating point value for the object data point.public StackedDataPoint(double[] values, java.lang.String label)
value
- A floating point value for the object's data point.label
- A String label for the object's data point.Method Detail |
---|
public double[] getValues()
getValues
in interface IStackedDataPoint
public void setValue(double value)
DataPoint
setValue
in class DataPoint
value
- A floating point value for a chart data point.
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |