Package | Description |
---|---|
org.opennms.netmgt.config.charts |
This file is part of OpenNMS(R).
|
org.opennms.web.charts |
Modifier and Type | Method and Description |
---|---|
BarChart[] |
ChartConfiguration.getBarChart()
Method getBarChart.Returns the contents of the collection in an Array.
|
BarChart |
ChartConfiguration.getBarChart(int index)
Method getBarChart.
|
BarChart |
ChartConfiguration.removeBarChartAt(int index)
Method removeBarChartAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<BarChart> |
ChartConfiguration.enumerateBarChart()
Method enumerateBarChart.
|
List<BarChart> |
ChartConfiguration.getBarChartCollection()
Method getBarChartCollection.Returns a reference to 'barChartList'.
|
Iterator<BarChart> |
ChartConfiguration.iterateBarChart()
Method iterateBarChart.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartConfiguration.addBarChart(BarChart vBarChart) |
void |
ChartConfiguration.addBarChart(int index,
BarChart vBarChart) |
boolean |
ChartConfiguration.removeBarChart(BarChart vBarChart)
Method removeBarChart.
|
void |
ChartConfiguration.setBarChart(BarChart[] vBarChartArray) |
void |
ChartConfiguration.setBarChart(int index,
BarChart vBarChart) |
Modifier and Type | Method and Description |
---|---|
void |
ChartConfiguration.setBarChart(List<BarChart> vBarChartList)
Sets the value of 'barChartList' by copying the given Vector.
|
void |
ChartConfiguration.setBarChartCollection(List<BarChart> barChartList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BarChart |
ChartUtils.getBarChartConfigByName(String chartName)
Helper method used to retrieve the XML defined BarChart
|
Modifier and Type | Method and Description |
---|---|
static Collection<BarChart> |
ChartUtils.getChartCollection()
Helper method used to fetch an Iterator for all defined Charts
|
static Iterator<BarChart> |
ChartUtils.getChartCollectionIterator()
Helper method used to fetch an Iterator for all defined Charts
|
Copyright © 2021. All rights reserved.