Uses of Class
org.foray.area.LineArea

Packages that use LineArea
org.foray.area Classes representing the actual layout of content on pages. 
 

Uses of LineArea in org.foray.area
 

Methods in org.foray.area that return LineArea
 LineArea LineArea.ancestorLineArea()
          Returns the ancestor LineArea, if any.
 LineArea AreaNode.ancestorLineArea()
          Returns the ancestor LineArea, if any.
 LineArea NormalBlockArea.getLastChildIfLineArea()
          Return the last child if it is a line area.
 LineArea AbstractInlineArea.getLineArea()
           
 LineArea NormalBlockArea.getPreviousLineArea(LineArea lineArea)
          Return the previous line area, relative to a given line area.
 LineArea NormalBlockArea.makeLineArea(boolean allowOverflow)
           
 

Methods in org.foray.area with parameters of type LineArea
 LineArea NormalBlockArea.getPreviousLineArea(LineArea lineArea)
          Return the previous line area, relative to a given line area.
 



Copyright © 2017. All rights reserved.