|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractXYDataset
org.jboss.console.manager.interfaces.impl.GraphMBeanAttributeAction.MBeanXYDataset
Constructor Summary | |
GraphMBeanAttributeAction.MBeanXYDataset()
Default constructor. |
Method Summary | |
void |
add(java.lang.Object num)
|
void |
clear()
|
int |
getItemCount(int series)
Returns the number of items in the specified series. |
int |
getSeriesCount()
Returns the number of series in the dataset. |
java.lang.String |
getSeriesName(int series)
Returns the name of the series. |
java.lang.Number |
getXValue(int series,
int item)
Returns the x-value for the specified series and item. |
java.lang.Number |
getYValue(int series,
int item)
Returns the y-value for the specified series and item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GraphMBeanAttributeAction.MBeanXYDataset()
Method Detail |
public void clear()
public void add(java.lang.Object num)
public java.lang.Number getXValue(int series, int item)
series
- the index (zero-based) of the series.item
- the index (zero-based) of the required item.
public java.lang.Number getYValue(int series, int item)
series
- the index (zero-based) of the series.item
- the index (zero-based) of the required item.
public int getSeriesCount()
public java.lang.String getSeriesName(int series)
series
- the index (zero-based) of the series.
public int getItemCount(int series)
series
- the index (zero-based) of the series.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |