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 

Uses of Length in org.apache.fop.datatypes
 

Subclasses of Length in org.apache.fop.datatypes
class CondLength
          a space quantity in XSL (space-before, space-after)
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
 

Fields in org.apache.fop.datatypes declared as Length
final static LengthLength.AUTO
          
 

Constructors in org.apache.fop.datatypes with parameters of type Length
CondLength.CondLength(Length l)
          
 

Methods in org.apache.fop.datatypes that return Length
LengthCondLength.getLength()
          
LengthLengthRange.getMaximum()
          
LengthLengthRange.getMinimum()
          
LengthLengthRange.getOptimum()
          
 

Methods in org.apache.fop.datatypes with parameters of type Length
voidCondLength.setLength(Length l, boolean bIsDefault)
          
voidLengthRange.setMaximum(Length max, boolean bIsDefault)
          Set maximum value to max if it is >= optimum or optimum isn't set.
voidLengthRange.setMinimum(Length min, boolean bIsDefault)
          Set minimum value to min.
voidLengthRange.setOptimum(Length opt, boolean bIsDefault)
          Set the optimum value.
 

Uses of Length in org.apache.fop.fo
 

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

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

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

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

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