| Package | Description |
|---|---|
| org.rhq.enterprise.gui.image.chart |
| Modifier and Type | Class and Description |
|---|---|
class |
PerfDataPointCollection |
| Modifier and Type | Method and Description |
|---|---|
DataPointCollection |
Chart.getDataPoints()
Retrieves the data set of the chart.
|
DataPointCollection |
Chart.getDataPoints(int index) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<DataPointCollection> |
VerticalChart.initData(Collection<DataPointCollection> coll) |
protected Collection<DataPointCollection> |
Chart.initData(Collection<DataPointCollection> coll) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.