Class LeafNodeLayoutManager.AreaInfo

java.lang.Object
org.apache.fop.layoutmgr.inline.LeafNodeLayoutManager.AreaInfo
Enclosing class:
LeafNodeLayoutManager

protected class LeafNodeLayoutManager.AreaInfo extends Object
Store information about the inline area
  • Field Details

    • letterSpaces

      protected short letterSpaces
      letter space count
    • ipdArea

      protected MinOptMax ipdArea
      ipd of area
    • isHyphenated

      protected boolean isHyphenated
      true if hyphenated
    • alignmentContext

      protected AlignmentContext alignmentContext
      alignment context
  • Constructor Details

    • AreaInfo

      public AreaInfo(short letterSpaces, MinOptMax ipd, boolean isHyphenated, AlignmentContext alignmentContext)
      Construct an area information item.
      Parameters:
      letterSpaces - letter space count
      ipd - inline progression dimension
      isHyphenated - true if hyphenated
      alignmentContext - an alignment context