Package net.sf.jasperreports.charts
Interface ChartThemeBundle
-
- All Known Implementing Classes:
ChartThemeMapBundle
public interface ChartThemeBundle
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartTheme
getChartTheme(String themeName)
String[]
getChartThemeNames()
-
-
-
Method Detail
-
getChartThemeNames
String[] getChartThemeNames()
-
getChartTheme
ChartTheme getChartTheme(String themeName)
-
-