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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetChartTheme(String themeName) String[]voidsetThemes(Map<String, ChartTheme> themes) 
- 
Constructor Details- 
ChartThemeMapBundlepublic ChartThemeMapBundle()
 
- 
- 
Method Details- 
getChartTheme- Specified by:
- getChartThemein interface- ChartThemeBundle
 
- 
getChartThemeNames- Specified by:
- getChartThemeNamesin interface- ChartThemeBundle
 
- 
getThemes- Returns:
- the themes
 
- 
setThemes- Parameters:
- themes- the themes to set
 
 
-