fop 0.91beta

Uses of Class
org.apache.fop.fo.properties.LengthRangeProperty

Packages that use LengthRangeProperty
org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. 
org.apache.fop.fo.properties Classes representing the various property types as well as supporting data structures for the FO tree. 
org.apache.fop.layoutmgr FOP's layout engine.  
 

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

Methods in org.apache.fop.fo.flow that return LengthRangeProperty
 LengthRangeProperty BlockContainer.getBlockProgressionDimension()
           
 LengthRangeProperty BlockContainer.getInlineProgressionDimension()
           
 LengthRangeProperty AbstractGraphics.getInlineProgressionDimension()
           
 LengthRangeProperty AbstractGraphics.getBlockProgressionDimension()
           
 LengthRangeProperty TableCell.getBlockProgressionDimension()
           
 LengthRangeProperty Table.getInlineProgressionDimension()
           
 LengthRangeProperty Table.getBlockProgressionDimension()
           
 LengthRangeProperty Leader.getLeaderLength()
           
 LengthRangeProperty TableRow.getBlockProgressionDimension()
           
 

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

Subclasses of LengthRangeProperty in org.apache.fop.fo.properties
 class SpaceProperty
          Base class used for handling properties of the fo:space-before and fo:space-after variety.
 

Methods in org.apache.fop.fo.properties that return LengthRangeProperty
 LengthRangeProperty Property.getLengthRange()
          This method expects to be overridden by subclasses
 LengthRangeProperty LengthRangeProperty.getLengthRange()
           
 LengthRangeProperty SpaceProperty.getLengthRange()
          Space extends LengthRange.
 

Uses of LengthRangeProperty in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr with parameters of type LengthRangeProperty
static void MinOptMaxUtil.restrict(MinOptMax mom, LengthRangeProperty lr, PercentBaseContext context)
          Restricts a MinOptMax using the values from a LengthRangeProperty.
static MinOptMax MinOptMaxUtil.toMinOptMax(LengthRangeProperty prop, PercentBaseContext context)
          Converts a LengthRangeProperty to a MinOptMax.
 


fop 0.91beta

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