Package net.sf.jasperreports.chartthemes
Class ChartThemeMapBundle
java.lang.Object
net.sf.jasperreports.chartthemes.ChartThemeMapBundle
- All Implemented Interfaces:
ChartThemeBundle
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChartTheme(String themeName) String[]voidsetThemes(Map<String, ChartTheme> themes)
-
Constructor Details
-
ChartThemeMapBundle
public ChartThemeMapBundle()
-
-
Method Details
-
getChartTheme
- Specified by:
getChartThemein interfaceChartThemeBundle
-
getChartThemeNames
- Specified by:
getChartThemeNamesin interfaceChartThemeBundle
-
getThemes
- Returns:
- the themes
-
setThemes
- Parameters:
themes- the themes to set
-