fop 0.95

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

Packages that use PercentBase
org.apache.fop.datatypes XSL Datatypes. 
org.apache.fop.fo.expr Classes for XSL expressions and functions. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
 

Uses of PercentBase in org.apache.fop.datatypes
 

Classes in org.apache.fop.datatypes that implement PercentBase
 class LengthBase
          Models a length which can be used as a factor in a percentage length calculation
 

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

Methods in org.apache.fop.fo.expr that return PercentBase
 PercentBase PropertyInfo.getPercentBase()
          Return the PercentBase object used to calculate the absolute value from a percent specification.
 PercentBase PPColWidthFunction.getPercentBase()
           
 PercentBase FunctionBase.getPercentBase()
           
 PercentBase Function.getPercentBase()
           
 

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

Methods in org.apache.fop.fo.properties that return PercentBase
 PercentBase PercentLength.getBaseLength()
           
 PercentBase BackgroundPositionShorthand.Maker.getPercentBase()
           Returns a PercentBase whose getDimension() returns 1.
 PercentBase PropertyMaker.getPercentBase(PropertyList pl)
          This is used to handle properties specified as a percentage of some "base length", such as the content width of their containing box.
 

Constructors in org.apache.fop.fo.properties with parameters of type PercentBase
PercentLength(double factor, PercentBase lbase)
          Main constructor.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.