Uses of Class
org.apache.fop.datatypes.PercentLength

Packages that use PercentLength
org.apache.fop.datatypes 
org.apache.fop.fo.expr 

Uses of PercentLength in org.apache.fop.datatypes
 

Constructors in org.apache.fop.datatypes with parameters of type PercentLength
MixedLength.MixedLength(int absPart, PercentLength pcPart)
          construct an object based on a factor (the percent, as a a factor) and an object which has a method to return the Length which provides the "base" for this calculation.
TableColLength.TableColLength(int absUnits, PercentLength pcUnits, double tcolUnits)
          
 

Uses of PercentLength in org.apache.fop.fo.expr
 

Constructors in org.apache.fop.fo.expr with parameters of type PercentLength
Numeric.Numeric(PercentLength pclen)
          Construct a Numeric object from a PercentLength.