fop 1.0

org.apache.fop.fonts
Class FontAdder

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

public class FontAdder
extends java.lang.Object

Adds a list of fonts to a given font info list


Constructor Summary
FontAdder(FontManager manager, FontResolver resolver, FontEventListener listener)
          Main constructor
 
Method Summary
 void add(java.util.List fontURLList, java.util.List fontInfoList)
          Iterates over font url list adding to font info list
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontAdder

public FontAdder(FontManager manager,
                 FontResolver resolver,
                 FontEventListener listener)
Main constructor

Parameters:
manager - a font manager
resolver - a font resolver
listener - a font event handler
Method Detail

add

public void add(java.util.List fontURLList,
                java.util.List fontInfoList)
Iterates over font url list adding to font info list

Parameters:
fontURLList - font file list
fontInfoList - a configured font info list

fop 1.0

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