|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.data.AbstractDataset org.jfree.data.AbstractSeriesDataset org.jfree.data.AbstractXYDataset org.jboss.console.manager.interfaces.impl.GraphMBeanAttributeAction.MBeanXYDataset
Constructor Summary | |
GraphMBeanAttributeAction.MBeanXYDataset()
Default constructor. |
Method Summary | |
void |
add(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. |
String |
getSeriesName(int series)
Returns the name of the series. |
Number |
getXValue(int series,
int item)
Returns the x-value for the specified series and item. |
Number |
getYValue(int series,
int item)
Returns the y-value for the specified series and item. |
Methods inherited from class org.jfree.data.AbstractXYDataset |
getX, getY |
Methods inherited from class org.jfree.data.AbstractSeriesDataset |
seriesChanged |
Methods inherited from class org.jfree.data.AbstractDataset |
addChangeListener, clone, fireDatasetChanged, getGroup, notifyListeners, removeChangeListener, setGroup, validateObject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jfree.data.Dataset |
addChangeListener, getGroup, removeChangeListener, setGroup |
Constructor Detail |
public GraphMBeanAttributeAction.MBeanXYDataset()
Method Detail |
public void clear()
public void add(Object num)
public Number getXValue(int series, int item)
series
- the index (zero-based) of the series.item
- the index (zero-based) of the required item.
public 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 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 NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |