org.apache.fop.fo.properties
Class LeaderLengthMaker

org.apache.fop.fo.Property.Maker
  |
  +--org.apache.fop.fo.LengthProperty.Maker
        |
        +--org.apache.fop.fo.LengthRangeProperty.Maker
              |
              +--org.apache.fop.fo.properties.LeaderLengthMaker

public class LeaderLengthMaker
extends LengthRangeProperty.Maker


Method Summary
 PercentBasegetPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PropertygetSubpropValue(Property baseProp, String subpropName)
           
 booleanisInherited()
           
 Propertymake(PropertyList propertyList)
           
 static Property.Makermaker(String propName)
           

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

Method Detail

getPercentBase

public PercentBase getPercentBase(FObj fo, PropertyList propertyList)
Return object used to calculate base Length for percent specifications.

getSubpropValue

public Property getSubpropValue(Property baseProp, String subpropName)

isInherited

public boolean isInherited()

make

public Property make(PropertyList propertyList)
throws org.apache.fop.apps.FOPException

maker

public static Property.Maker maker(String propName)

Association Links

to Class org.apache.fop.fo.Property.Maker

to Class org.apache.fop.fo.Property.Maker

to Class org.apache.fop.fo.Property.Maker