org.apache.fop.svg
Class LinearGradient.Maker

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

public static class LinearGradient.Maker
extends FObj.Maker

inner class for making LinearGradient objects.


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

Constructor Detail

LinearGradient.Maker

public LinearGradient.Maker()
Method Detail

make

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


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