fop 0.90alpha1

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

java.lang.Object
  |
  +--org.apache.fop.layoutmgr.Position
        |
        +--org.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
 
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
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.90alpha1

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