org.apache.fop.svg
Class Circle.Maker

java.lang.Object
  |
  +--org.apache.fop.fo.FObj.Maker
        |
        +--org.apache.fop.svg.Circle.Maker
Enclosing class:
Circle

public static class Circle.Maker
extends FObj.Maker

inner class for making Circle objects.


Constructor Summary
Circle.Maker()
           
 
Method Summary
 FObj make(FObj parent, PropertyList propertyList)
          make a Circle object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Circle.Maker

public Circle.Maker()
Method Detail

make

public FObj make(FObj parent,
                 PropertyList propertyList)
          throws FOPException
make a Circle object.
Overrides:
make in class FObj.Maker
Parameters:
parent - the parent formatting object
propertyList - the explicit properties of this object
Returns:
the Circle object


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.