Package | Description |
---|---|
org.opennms.netmgt.config.charts |
Modifier and Type | Method and Description |
---|---|
SubTitle[] |
BarChart.getSubTitle()
Method getSubTitle.Returns the contents of the collection in
an Array.
|
SubTitle |
BarChart.getSubTitle(int index)
Method getSubTitle.
|
SubTitle |
BarChart.removeSubTitleAt(int index)
Method removeSubTitleAt.
|
static SubTitle |
SubTitle.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<SubTitle> |
BarChart.enumerateSubTitle()
Method enumerateSubTitle.
|
List<SubTitle> |
BarChart.getSubTitleCollection()
Method getSubTitleCollection.Returns a reference to
'_subTitleList'.
|
Iterator<SubTitle> |
BarChart.iterateSubTitle()
Method iterateSubTitle.
|
Modifier and Type | Method and Description |
---|---|
void |
BarChart.addSubTitle(int index,
SubTitle vSubTitle) |
void |
BarChart.addSubTitle(SubTitle vSubTitle) |
boolean |
BarChart.removeSubTitle(SubTitle vSubTitle)
Method removeSubTitle.
|
void |
BarChart.setSubTitle(int index,
SubTitle vSubTitle) |
void |
BarChart.setSubTitle(SubTitle[] vSubTitleArray) |
Modifier and Type | Method and Description |
---|---|
void |
BarChart.setSubTitle(List<SubTitle> vSubTitleList)
Sets the value of '_subTitleList' by copying the given
Vector.
|
void |
BarChart.setSubTitleCollection(List<SubTitle> subTitleList)
Deprecated.
|
Copyright © 2017. All rights reserved.