org.apache.fop.svg
Class Glyph.Maker

java.lang.Object
  |
  +--org.apache.fop.fo.FObj.Maker
        |
        +--org.apache.fop.svg.Glyph.Maker
Enclosing class:
Glyph

public static class Glyph.Maker
extends FObj.Maker

inner class for making Glyph objects.


Constructor Summary
Glyph.Maker()
           
 
Method Summary
 FObj make(FObj parent, PropertyList propertyList)
          make a Glyph object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Glyph.Maker

public Glyph.Maker()
Method Detail

make

public FObj make(FObj parent,
                 PropertyList propertyList)
          throws FOPException
make a Glyph object.
Overrides:
make in class FObj.Maker
Parameters:
parent - the parent formatting object
propertyList - the explicit properties of this object
Returns:
the Glyph object


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.