org.foray.pioneer
Class TableBodyPL

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.TableBodyPL

public class TableBodyPL
extends AbstractTablePartPL

Pioneer Layout for TableBody.


Field Summary
 
Fields inherited from class org.foray.pioneer.FONodePL
BREAK_AFTER, START
 
Constructor Summary
TableBodyPL(org.axsl.fo.fo.TableBody body, PioneerLS layout)
          Constructor.
 
Method Summary
 org.axsl.fo.fo.TableBody 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

TableBodyPL

public TableBodyPL(org.axsl.fo.fo.TableBody body,
                   PioneerLS layout)
Constructor.

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

getFONode

public org.axsl.fo.fo.TableBody 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.