org.apache.fop.svg
Class Defs.Maker

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

public static class Defs.Maker
extends FObj.Maker

inner class for making Defs objects.


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

Method Detail

make

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