|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataPointCollection | |
|---|---|
| org.rhq.enterprise.gui.image.chart | |
| Uses of DataPointCollection in org.rhq.enterprise.gui.image.chart |
|---|
| Subclasses of DataPointCollection in org.rhq.enterprise.gui.image.chart | |
|---|---|
class |
PerfDataPointCollection
|
| Methods in org.rhq.enterprise.gui.image.chart that return DataPointCollection | |
|---|---|
DataPointCollection |
Chart.getDataPoints()
Retrieves the data set of the chart. |
DataPointCollection |
Chart.getDataPoints(int index)
|
| Methods in org.rhq.enterprise.gui.image.chart that return types with arguments of type DataPointCollection | |
|---|---|
protected Class<DataPointCollection> |
Chart.getDataCollectionClass()
|
Iterator<DataPointCollection> |
Chart.getDataSetIterator()
|
protected Collection<DataPointCollection> |
VerticalChart.initData(Collection<DataPointCollection> coll)
|
protected Collection<DataPointCollection> |
Chart.initData(Collection<DataPointCollection> coll)
|
| Methods in org.rhq.enterprise.gui.image.chart with parameters of type DataPointCollection | |
|---|---|
boolean |
DataPointCollection.addAll(DataPointCollection c)
Adds the elements of the specified collection to this collection. |
boolean |
DataPointCollection.containsAll(DataPointCollection c)
Determines whether the collection contains all of the elements in the specified collection. |
protected int |
VerticalChart.findDataPointIndex(long timestamp,
DataPointCollection coll)
|
protected Point |
Chart.getDataPoint(int valuePixels,
int unitPixels,
int datapoint,
DataPointCollection coll)
Retrieves the value and unit coordinate for a data point in the chart. |
protected Point |
VerticalChart.getDataPoint(Rectangle rect,
int datapoint,
DataPointCollection coll)
|
protected Point |
HorizontalChart.getDataPoint(Rectangle rect,
int datapoint,
DataPointCollection coll)
|
protected static String[] |
HealthChart.getUnitStrings(DataPointCollection datapts,
boolean showHealthLabels)
|
boolean |
DataPointCollection.removeAll(DataPointCollection c)
Removes all of the elements in the specified collection from this collection. |
boolean |
DataPointCollection.retainAll(DataPointCollection c)
Removes all of the elements in the collection except those in the specified collection. |
| Method parameters in org.rhq.enterprise.gui.image.chart with type arguments of type DataPointCollection | |
|---|---|
protected Collection<DataPointCollection> |
VerticalChart.initData(Collection<DataPointCollection> coll)
|
protected Collection<DataPointCollection> |
Chart.initData(Collection<DataPointCollection> coll)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||