Class ChartThemeBundlesExtensionsRegistry
java.lang.Object
net.sf.jasperreports.chartthemes.simple.ChartThemeBundlesExtensionsRegistry
- All Implemented Interfaces:
ExtensionsRegistry
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
ConstructorsConstructorDescriptionChartThemeBundlesExtensionsRegistry(List<ChartThemeBundle> chartThemeBundles) ChartThemeBundlesExtensionsRegistry(ChartThemeBundle chartThemeBundle) -
Method Summary
Modifier and TypeMethodDescription<T> List<T> getExtensions(Class<T> extensionType) Returns a list of extension objects for a specific extension type.
-
Constructor Details
-
ChartThemeBundlesExtensionsRegistry
-
ChartThemeBundlesExtensionsRegistry
-
-
Method Details
-
getExtensions
Description copied from interface:ExtensionsRegistryReturns a list of extension objects for a specific extension type.- Specified by:
getExtensionsin interfaceExtensionsRegistry- Type Parameters:
T- generic extension type- Parameters:
extensionType- the extension type- Returns:
- a list of extension objects
-