Uses of Class
org.foray.area.NormalBlockArea

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

Uses of NormalBlockArea in org.foray.area
 

Methods in org.foray.area that return NormalBlockArea
 NormalBlockArea AreaNode.ancestorNormalBlockArea()
           
 NormalBlockArea LineArea.getParent()
           
 NormalBlockArea TableCellRA.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea RegionRA.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea NormalFlowRA.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea NormalBlockArea.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea InlineContainerArea.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea BlockContainerRA.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea AbstractListItemContent.makeNormalBlockArea(org.axsl.fo.fo.Block block, org.axsl.fo.fo.GraftingPoint graftingPoint)
           
 NormalBlockArea NormalBlockArea.nearestNormalBlockArea()
          Returns this if this is a normal block area, or the nearest ancestor normal block area otherwise.
 NormalBlockArea AreaNode.nearestNormalBlockArea()
          Returns this if this is a normal block area, or the nearest ancestor normal block area otherwise.
 

Methods in org.foray.area with parameters of type NormalBlockArea
 boolean SpanRA.canAddLineArea(NormalBlockArea blockArea)
          Indicates whether a new line can be added to a given block area.
 



Copyright © 2017. All rights reserved.