|
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 |
public interface IStackedDataPoint
IStackedDataPoint is an interface that is used to allow the chart to retrieve multiple values for per column in a stacked column chart. This interface is a sub-interface of the IDisplayDataPoint interface. The getValue member should return the sum of all of the values in the stack.
Method Summary | |
---|---|
double[] |
getValues()
Retrieves the value of a chart data point. |
Methods inherited from interface org.hyperic.util.data.IDisplayDataPoint |
---|
getLabel, getTimestamp |
Methods inherited from interface org.hyperic.util.data.IDataPoint |
---|
getValue |
Method Detail |
---|
double[] getValues()
|
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 |