|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.data.general.AbstractDataset
org.jfree.data.general.AbstractSeriesDataset
org.jfree.data.xy.AbstractXYDataset
org.jboss.console.manager.interfaces.impl.GraphMBeanAttributeAction.MBeanXYDataset
public class 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 |
getX(int series,
int item)
Returns the x-value for the specified series and item. |
double |
getXValue(int series,
int item)
Returns the x-value for the specified series and item. |
Number |
getY(int series,
int item)
Returns the y-value for the specified series and item. |
double |
getYValue(int series,
int item)
Returns the y-value for the specified series and item. |
| Methods inherited from class org.jfree.data.xy.AbstractXYDataset |
|---|
getDomainOrder |
| Methods inherited from class org.jfree.data.general.AbstractSeriesDataset |
|---|
seriesChanged |
| Methods inherited from class org.jfree.data.general.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.general.Dataset |
|---|
addChangeListener, getGroup, removeChangeListener, setGroup |
| Constructor Detail |
|---|
public GraphMBeanAttributeAction.MBeanXYDataset()
| Method Detail |
|---|
public void clear()
public void add(Object num)
public Number getX(int series,
int item)
series - the index (zero-based) of the series.item - the index (zero-based) of the required item.
public double getXValue(int series,
int item)
getXValue in interface org.jfree.data.xy.XYDatasetgetXValue in class org.jfree.data.xy.AbstractXYDatasetseries - the index (zero-based) of the series.item - the index (zero-based) of the required item.
public Number getY(int series,
int item)
series - the index (zero-based) of the series.item - the index (zero-based) of the required item.
public double getYValue(int series,
int item)
getYValue in interface org.jfree.data.xy.XYDatasetgetYValue in class org.jfree.data.xy.AbstractXYDatasetseries - the index (zero-based) of the series.item - the index (zero-based) of the required item.
public int getSeriesCount()
getSeriesCount in interface org.jfree.data.general.SeriesDatasetgetSeriesCount in class org.jfree.data.general.AbstractSeriesDatasetpublic String getSeriesName(int series)
getSeriesName in interface org.jfree.data.general.SeriesDatasetgetSeriesName in class org.jfree.data.general.AbstractSeriesDatasetseries - 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 | |||||||||