org.apache.fop.svg
Class ClipPath.Maker

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

public static class ClipPath.Maker
extends FObj.Maker

inner class for making ClipPath objects.


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

Method Detail

make

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