Uses of Class
org.opennms.netmgt.config.charts.Title
-
Packages that use Title Package Description org.opennms.netmgt.config.charts This file is part of OpenNMS(R). -
-
Uses of Title in org.opennms.netmgt.config.charts
Methods in org.opennms.netmgt.config.charts that return Title Modifier and Type Method Description Title
BarChart. getTitle()
Returns the value of field 'title'.Title
SubTitle. getTitle()
Returns the value of field 'title'.Methods in org.opennms.netmgt.config.charts with parameters of type Title Modifier and Type Method Description void
BarChart. setTitle(Title title)
Sets the value of field 'title'.void
SubTitle. setTitle(Title title)
Sets the value of field 'title'.
-