org.apache.fop.fo.properties
Class LineHeightMaker

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

public class LineHeightMaker
extends LengthProperty.Maker


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

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

Method Detail

getPercentBase

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

inheritsSpecified

public boolean inheritsSpecified()

isInherited

public boolean isInherited()

make

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

maker

public static Property.Maker maker(String propName)