fop svn-trunk

org.apache.fop.fonts
Class FontManagerConfigurator

java.lang.Object
  extended by org.apache.fop.fonts.FontManagerConfigurator

public class FontManagerConfigurator
extends java.lang.Object

Configurator of the FontManager


Constructor Summary
FontManagerConfigurator(org.apache.avalon.framework.configuration.Configuration cfg)
          Main constructor
 
Method Summary
 void configure(FontManager fontManager, boolean strict)
          Initializes font settings from the user configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontManagerConfigurator

public FontManagerConfigurator(org.apache.avalon.framework.configuration.Configuration cfg)
Main constructor

Parameters:
cfg - the font manager configuration object
Method Detail

configure

public void configure(FontManager fontManager,
                      boolean strict)
               throws FOPException
Initializes font settings from the user configuration

Parameters:
fontManager - a font manager
strict - true if strict checking of the configuration is enabled
Throws:
FOPException - if an exception occurs while processing the configuration

fop svn-trunk

Copyright 1999-2009 The Apache Software Foundation. All Rights Reserved.