fop 0.93

org.apache.fop.layoutmgr.table
Class TableContentLayoutManager.TableHFPenaltyPosition

java.lang.Object
  extended byorg.apache.fop.layoutmgr.Position
      extended byorg.apache.fop.layoutmgr.table.TableContentLayoutManager.TableHFPenaltyPosition
Enclosing class:
TableContentLayoutManager

public static class TableContentLayoutManager.TableHFPenaltyPosition
extends Position

This class represents a Position specific to this layout manager. Used for table headers and footers at breaks.


Field Summary
protected  java.util.List footerElements
          Element list for the footer
protected  java.util.List headerElements
          Element list for the header
protected  int nestedPenaltyLength
          Penalty length to be respected for nested content
 
Constructor Summary
protected TableContentLayoutManager.TableHFPenaltyPosition(LayoutManager lm)
          Creates a new TableHFPenaltyPosition
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.apache.fop.layoutmgr.Position
generatesAreas, getIndex, getLM, getPosition, getShortLMName, setIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

headerElements

protected java.util.List headerElements
Element list for the header


footerElements

protected java.util.List footerElements
Element list for the footer


nestedPenaltyLength

protected int nestedPenaltyLength
Penalty length to be respected for nested content

Constructor Detail

TableContentLayoutManager.TableHFPenaltyPosition

protected TableContentLayoutManager.TableHFPenaltyPosition(LayoutManager lm)
Creates a new TableHFPenaltyPosition

Parameters:
lm - applicable layout manager
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class Position
See Also:
Object.toString()

fop 0.93

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