net.sf.jasperreports.engine.fonts
Class SimpleFontExtensionsRegistryFactory
java.lang.Object
net.sf.jasperreports.engine.fonts.SimpleFontExtensionsRegistryFactory
- All Implemented Interfaces:
- ExtensionsRegistryFactory
public class SimpleFontExtensionsRegistryFactory
- extends Object
- implements ExtensionsRegistryFactory
- Version:
- $Id: SimpleFontExtensionsRegistryFactory.java 5050 2012-03-12 10:11:26Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIMPLE_FONT_FAMILIES_PROPERTY_PREFIX
public static final String SIMPLE_FONT_FAMILIES_PROPERTY_PREFIX
- See Also:
- Constant Field Values
PROPERTY_SIMPLE_FONT_FAMILIES_REGISTRY_FACTORY
public static final String PROPERTY_SIMPLE_FONT_FAMILIES_REGISTRY_FACTORY
- See Also:
- Constant Field Values
SimpleFontExtensionsRegistryFactory
public SimpleFontExtensionsRegistryFactory()
createRegistry
public ExtensionsRegistry createRegistry(String registryId,
JRPropertiesMap properties)
- Description copied from interface:
ExtensionsRegistryFactory
- Instantiates an extensions registry.
- Specified by:
createRegistry in interface ExtensionsRegistryFactory
- 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:
DefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
Copyright © 2012. All Rights Reserved.