Package net.sf.jasperreports.chartthemes
Class ChartThemeMapBundle
- java.lang.Object
-
- net.sf.jasperreports.chartthemes.ChartThemeMapBundle
-
- All Implemented Interfaces:
ChartThemeBundle
public class ChartThemeMapBundle extends Object implements ChartThemeBundle
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description ChartThemeMapBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartTheme
getChartTheme(String themeName)
String[]
getChartThemeNames()
Map<String,ChartTheme>
getThemes()
void
setThemes(Map<String,ChartTheme> themes)
-
-
-
Method Detail
-
getChartTheme
public ChartTheme getChartTheme(String themeName)
- Specified by:
getChartTheme
in interfaceChartThemeBundle
-
getChartThemeNames
public String[] getChartThemeNames()
- Specified by:
getChartThemeNames
in interfaceChartThemeBundle
-
getThemes
public Map<String,ChartTheme> getThemes()
- Returns:
- the themes
-
setThemes
public void setThemes(Map<String,ChartTheme> themes)
- Parameters:
themes
- the themes to set
-
-