org.apache.fop.fo.properties
Class PaddingAfterMaker

org.apache.fop.fo.Property.Maker
  |
  +--org.apache.fop.fo.LengthProperty.Maker
        |
        +--org.apache.fop.fo.CondLengthProperty.Maker
              |
              +--org.apache.fop.fo.properties.GenericCondLength
                    |
                    +--org.apache.fop.fo.properties.GenericCondPadding
                          |
                          +--org.apache.fop.fo.properties.PaddingAfterMaker

public class PaddingAfterMaker
extends GenericCondPadding


Method Summary
 static Property.Makermaker(String propName)
           

Methods inherited from class org.apache.fop.fo.properties.GenericCondPadding
isInherited

Methods inherited from class org.apache.fop.fo.properties.GenericCondLength
getSubpropValue, make

Methods inherited from class org.apache.fop.fo.Property.Maker
compute, getPercentBase, inheritsSpecified, make, make

Method Detail

maker

public static Property.Maker maker(String propName)