org.apache.fop.svg
Class G.Maker

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

public static class G.Maker
extends FObj.Maker

inner class for making G objects.


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

Method Detail

make

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