org.apache.fop.svg
Class MissingGlyph.Maker

org.apache.fop.fo.FObj.Maker
  |
  +--org.apache.fop.svg.MissingGlyph.Maker

public static class MissingGlyph.Maker
extends FObj.Maker

inner class for making MissingGlyph objects.


Method Summary
 FObjmake(FObj parent, PropertyList propertyList)
          make a MissingGlyph object.

Method Detail

make

public FObj make(FObj parent, PropertyList propertyList)
throws org.apache.fop.apps.FOPException
make a MissingGlyph object.
Parameters:
parent - the parent formatting object
propertyList - the explicit properties of this object
Returns: the MissingGlyph object