Class FontExtensionsRegistry
- java.lang.Object
-
- net.sf.jasperreports.engine.fonts.FontExtensionsRegistry
-
- All Implemented Interfaces:
ExtensionsRegistry
public class FontExtensionsRegistry extends Object implements ExtensionsRegistry
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FontExtensionsRegistry(List<String> fontFamiliesLocations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
ensureFontExtensions()
<T> List<T>
getExtensions(Class<T> extensionType)
Returns a list of extension objects for a specific extension type.
-
-
-
Method Detail
-
getExtensions
public <T> List<T> getExtensions(Class<T> extensionType)
Description copied from interface:ExtensionsRegistry
Returns a list of extension objects for a specific extension type.- Specified by:
getExtensions
in interfaceExtensionsRegistry
- Type Parameters:
T
- generic extension type- Parameters:
extensionType
- the extension type- Returns:
- a list of extension objects
-
ensureFontExtensions
protected void ensureFontExtensions()
-
-