net.sf.jasperreports.engine.fonts
Class FontExtensionsRegistry

java.lang.Object
  extended by net.sf.jasperreports.engine.fonts.FontExtensionsRegistry
All Implemented Interfaces:
ExtensionsRegistry

public class FontExtensionsRegistry
extends java.lang.Object
implements ExtensionsRegistry

Version:
$Id: FontExtensionsRegistry.java 5254 2012-04-10 15:18:36Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
FontExtensionsRegistry(java.util.List<java.lang.String> fontFamiliesLocations)
           
 
Method Summary
<T> java.util.List<T>
getExtensions(java.lang.Class<T> extensionType)
          Returns a list of extension objects for a specific extension type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontExtensionsRegistry

public FontExtensionsRegistry(java.util.List<java.lang.String> fontFamiliesLocations)
Method Detail

getExtensions

public <T> java.util.List<T> getExtensions(java.lang.Class<T> extensionType)
Description copied from interface: ExtensionsRegistry
Returns a list of extension objects for a specific extension type.

Specified by:
getExtensions in interface ExtensionsRegistry
Type Parameters:
T - generic extension type
Parameters:
extensionType - the extension type
Returns:
a list of extension objects


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com