org.apache.fop.fo.flow
Class InstreamForeignObject.Maker

org.apache.fop.fo.FObj.Maker
  |
  +--org.apache.fop.fo.flow.InstreamForeignObject.Maker

public static class InstreamForeignObject.Maker
extends FObj.Maker

inner class for making SVG objects.


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

Method Detail

make

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