Package net.sf.jasperreports.barcode4j
Class Barcode4JExtensionsRegistryFactory
java.lang.Object
net.sf.jasperreports.barcode4j.Barcode4JExtensionsRegistryFactory
- All Implemented Interfaces:
ExtensionsRegistryFactory
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRegistry(String registryId, JRPropertiesMap properties) Instantiates an extensions registry.
-
Field Details
-
BARCODE4J_COMPONENT_TYPES
-
-
Constructor Details
-
Barcode4JExtensionsRegistryFactory
public Barcode4JExtensionsRegistryFactory()
-
-
Method Details
-
createRegistry
Description copied from interface:ExtensionsRegistryFactoryInstantiates an extensions registry.- Specified by:
createRegistryin interfaceExtensionsRegistryFactory- Parameters:
registryId- the ID of the registry to instantiate. The ID can be used to identify a set of properties to be used when instantiating the registry.properties- the map of properties that can be used to configure the registry instantiation process- Returns:
- an extensions registry
- See Also:
-