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