public class FontExtensionsRegistry extends Object implements ExtensionsRegistry
| Constructor and Description |
|---|
FontExtensionsRegistry(List<String> fontFamiliesLocations) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getExtensions(Class<T> extensionType)
Returns a list of extension objects for a specific extension type.
|
public <T> List<T> getExtensions(Class<T> extensionType)
ExtensionsRegistrygetExtensions in interface ExtensionsRegistryT - generic extension typeextensionType - the extension typeCopyright © 2012. All Rights Reserved.