org.foray.pioneer
Class TableFooterPL

java.lang.Object
  extended by org.foray.pioneer.FONodePL
      extended by org.foray.pioneer.FObjPL
          extended by org.foray.pioneer.AbstractTablePartPL
              extended by org.foray.pioneer.TableFooterPL

public class TableFooterPL
extends AbstractTablePartPL

Pioneer Layout for TableFooter.


Field Summary
 
Fields inherited from class org.foray.pioneer.FONodePL
BREAK_AFTER, START
 
Constructor Summary
TableFooterPL(org.axsl.fo.fo.TableFooter footer, PioneerLS layout)
          Constructor.
 
Method Summary
 org.axsl.fo.fo.TableFooter getFONode()
          Returns the FO Tree node that is being laid out by this layout item.
 
Methods inherited from class org.foray.pioneer.AbstractTablePartPL
getRowSpanMgr, layout
 
Methods inherited from class org.foray.pioneer.FObjPL
getProgressSnapshot, layoutChildren, resetProgress, rollback
 
Methods inherited from class org.foray.pioneer.FONodePL
activeLineArea, addNonTextContent, addNonTextItemToLine, addTextItemToLine, getLayout, getLayoutProxy, getLogger, getProgress, setProgress, standardLayout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFooterPL

public TableFooterPL(org.axsl.fo.fo.TableFooter footer,
                     PioneerLS layout)
Constructor.

Parameters:
footer - The FO Tree object which is being laid out.
layout - The ancestor layout system.
Method Detail

getFONode

public org.axsl.fo.fo.TableFooter getFONode()
Description copied from class: FONodePL
Returns the FO Tree node that is being laid out by this layout item.

Specified by:
getFONode in class FONodePL
Returns:
The FO Tree node that is being laid out.


Copyright © 2017. All rights reserved.