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

Packages that use Length
org.apache.fop.datatypes   
org.apache.fop.fo   
org.apache.fop.fo.expr   
org.apache.fop.fo.flow   
org.apache.fop.layout   
 

Uses of Length in org.apache.fop.datatypes
 

Subclasses of Length in org.apache.fop.datatypes
 class AutoLength
          a length quantity in XSL which is specified as "auto"
 class FixedLength
          a length quantity in XSL
 class LinearCombinationLength
           
 class MixedLength
          A length quantity in XSL which is specified with a mixture of absolute and relative and/or percent components.
 class PercentLength
          a percent specified length quantity in XSL
 class TableColLength
          A table-column width specification, possibly including some number of proportional "column-units".
 

Methods in org.apache.fop.datatypes with parameters of type Length
 void LinearCombinationLength.addTerm(double factor, Length length)
           
 

Uses of Length in org.apache.fop.fo
 

Methods in org.apache.fop.fo that return Length
 Length Property.getLength()
          Accessor functions for all possible Property datatypes
 Length LengthProperty.getLength()
           
 Length CondLengthProperty.getLength()
           
 

Constructors in org.apache.fop.fo with parameters of type Length
LengthProperty(Length length)
           
 

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

Methods in org.apache.fop.fo.expr that return Length
 Length Numeric.asLength()
          Return the current value as a Length if possible.
 

Uses of Length in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow that return Length
 Length TableColumn.getColumnWidthAsLength()
           
 

Uses of Length in org.apache.fop.layout
 

Fields in org.apache.fop.layout declared as Length
 Length AbsolutePositionProps.top
           
 Length AbsolutePositionProps.right
           
 Length AbsolutePositionProps.bottom
           
 Length AbsolutePositionProps.left
           
 Length BackgroundProps.backPosHorizontal
           
 Length BackgroundProps.backPosVertical
           
 



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