fop 1.0

Uses of Interface
org.apache.fop.fonts.FontEventListener

Packages that use FontEventListener
org.apache.fop.fonts Classes for font handling. 
org.apache.fop.fonts.autodetect A collection of classes that aid in the autodetection of installed system fonts. 
org.apache.fop.render Generic renderer interface. 
org.apache.fop.tools.fontlist   
 

Uses of FontEventListener in org.apache.fop.fonts
 

Classes in org.apache.fop.fonts that implement FontEventListener
 class FontEventAdapter
          Event listener interface for font-related events.
 

Fields in org.apache.fop.fonts declared as FontEventListener
protected  FontEventListener Typeface.eventListener
          An optional event listener that receives events such as missing glyphs etc.
 

Methods in org.apache.fop.fonts with parameters of type FontEventListener
 void FontInfo.setEventListener(FontEventListener listener)
          Sets the font event listener that can be used to receive events about particular events in this class.
 void Typeface.setEventListener(FontEventListener listener)
          Sets the font event listener that can be used to receive events about particular events in this class.
 

Constructors in org.apache.fop.fonts with parameters of type FontEventListener
FontAdder(FontManager manager, FontResolver resolver, FontEventListener listener)
          Main constructor
FontInfoConfigurator(org.apache.avalon.framework.configuration.Configuration cfg, FontManager fontManager, FontResolver fontResolver, FontEventListener listener, boolean strict)
          Main constructor
 

Uses of FontEventListener in org.apache.fop.fonts.autodetect
 

Methods in org.apache.fop.fonts.autodetect with parameters of type FontEventListener
 void FontInfoFinder.setEventListener(FontEventListener listener)
          Sets the font event listener that can be used to receive events about particular events in this class.
 

Uses of FontEventListener in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type FontEventListener
protected  java.util.List PrintRendererConfigurator.buildFontList(org.apache.avalon.framework.configuration.Configuration cfg, FontResolver fontResolver, FontEventListener listener)
          Builds the font list from configuration.
 

Uses of FontEventListener in org.apache.fop.tools.fontlist
 

Methods in org.apache.fop.tools.fontlist with parameters of type FontEventListener
 java.util.SortedMap FontListGenerator.listFonts(FopFactory fopFactory, java.lang.String mime, FontEventListener listener)
          List all fonts configured for a particular output format (identified by MIME type).
 


fop 1.0

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