org.apache.fop.svg
Class Text.Maker

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

public static class Text.Maker
extends FObj.Maker

inner class for making SVG Text objects.


Method Summary
 FObjmake(FObj parent, PropertyList propertyList)
          make an SVG Text object.

Method Detail

make

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