Class XmlChartThemeExtensionsRegistryFactory
- java.lang.Object
-
- net.sf.jasperreports.chartthemes.simple.XmlChartThemeExtensionsRegistryFactory
-
- All Implemented Interfaces:
net.sf.jasperreports.extensions.ExtensionsRegistryFactory
public class XmlChartThemeExtensionsRegistryFactory extends Object implements net.sf.jasperreports.extensions.ExtensionsRegistryFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_XML_CHART_THEME_REGISTRY_FACTORYstatic StringXML_CHART_THEME_PROPERTY_PREFIX
-
Constructor Summary
Constructors Constructor Description XmlChartThemeExtensionsRegistryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sf.jasperreports.extensions.ExtensionsRegistrycreateRegistry(String registryId, net.sf.jasperreports.engine.JRPropertiesMap properties)static voidsaveToJar(ChartThemeSettings settings, String themeName, File file)Deprecated.static voidsaveToJar(net.sf.jasperreports.engine.JasperReportsContext jasperReportsContext, ChartThemeSettings settings, String themeName, File file)
-
-
-
Field Detail
-
XML_CHART_THEME_PROPERTY_PREFIX
public static final String XML_CHART_THEME_PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
PROPERTY_XML_CHART_THEME_REGISTRY_FACTORY
public static final String PROPERTY_XML_CHART_THEME_REGISTRY_FACTORY
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRegistry
public net.sf.jasperreports.extensions.ExtensionsRegistry createRegistry(String registryId, net.sf.jasperreports.engine.JRPropertiesMap properties)
- Specified by:
createRegistryin interfacenet.sf.jasperreports.extensions.ExtensionsRegistryFactory
-
saveToJar
public static void saveToJar(ChartThemeSettings settings, String themeName, File file) throws IOException
Deprecated.- Throws:
IOException
-
saveToJar
public static void saveToJar(net.sf.jasperreports.engine.JasperReportsContext jasperReportsContext, ChartThemeSettings settings, String themeName, File file) throws IOException- Throws:
IOException
-
-