|
||||||||||
| 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.rhq.enterprise.gui.image.data.IDisplayDataPoint |
|---|
getLabel, getTimestamp |
| Methods inherited from interface org.rhq.enterprise.gui.image.data.IDataPoint |
|---|
getValue |
| Method Detail |
|---|
double[] getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||