Uses of Interface
org.apache.fop.datatypes.PercentBase

Packages that use PercentBase
org.apache.fop.datatypes   
org.apache.fop.fo   
org.apache.fop.fo.expr   
org.apache.fop.fo.properties   
 

Uses of PercentBase in org.apache.fop.datatypes
 

Classes in org.apache.fop.datatypes that implement PercentBase
 class LengthBase
           
 

Methods in org.apache.fop.datatypes that return PercentBase
 PercentBase PercentLength.getBaseLength()
           
 

Methods in org.apache.fop.datatypes with parameters of type PercentBase
 void PercentLength.setBaseLength(PercentBase lbase)
           
 

Constructors in org.apache.fop.datatypes with parameters of type PercentBase
PercentLength(double factor, PercentBase lbase)
           
 

Uses of PercentBase in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return PercentBase
 PercentBase Property.Maker.getPercentBase(FObj fo, PropertyList pl)
          Return an object implementing the PercentBase interface.
 

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

Methods in org.apache.fop.fo.expr that return PercentBase
 PercentBase Function.getPercentBase()
           
 PercentBase FunctionBase.getPercentBase()
          By default, functions have no percent-based arguments.
 PercentBase PropertyInfo.getPercentBase()
          Return the PercentBase object used to calculate the absolute value from a percent specification.
 

Constructors in org.apache.fop.fo.expr with parameters of type PercentBase
Numeric(int valType, double absValue, double pcValue, double tcolValue, int dim, PercentBase pcBase)
          Construct a Numeric object by specifying one or more components, including absolute length, percent length, table units.
 

Uses of PercentBase in org.apache.fop.fo.properties
 

Methods in org.apache.fop.fo.properties that return PercentBase
 PercentBase LeaderPatternWidthMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PercentBase AlignmentAdjustMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PercentBase LastLineEndIndentMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PercentBase FontSizeMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PercentBase LineHeightMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PercentBase WidthMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 PercentBase LeaderLengthMaker.getPercentBase(FObj fo, PropertyList propertyList)
          Return object used to calculate base Length for percent specifications.
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.