|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.pioneer.FONodePL
org.foray.pioneer.FObjPL
org.foray.pioneer.AbstractTablePartPL
public abstract class AbstractTablePartPL
Abstract Pioneer Layout for all table body items.
| Field Summary |
|---|
| Fields inherited from class org.foray.pioneer.FONodePL |
|---|
BREAK_AFTER, START |
| Constructor Summary | |
|---|---|
AbstractTablePartPL(org.axsl.fo.fo.TableBody tableBody,
PioneerLS layout)
Constructor for table-body. |
|
AbstractTablePartPL(org.axsl.fo.fo.TableFooter tableFooter,
PioneerLS layout)
Constructor for table-footer. |
|
AbstractTablePartPL(org.axsl.fo.fo.TableHeader tableHeader,
PioneerLS layout)
Constructor for table-header. |
|
| Method Summary | |
|---|---|
protected RowSpanMgr |
getRowSpanMgr()
Returns the row span manager. |
Status |
layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
Each FONodePL subclass implements this method on a manner appropriate for its content. |
| Methods inherited from class org.foray.pioneer.FObjPL |
|---|
getProgressSnapshot, layoutChildren, resetProgress, rollback |
| Methods inherited from class org.foray.pioneer.FONodePL |
|---|
activeLineArea, addNonTextContent, addNonTextItemToLine, addTextItemToLine, getFONode, 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 |
|---|
public AbstractTablePartPL(org.axsl.fo.fo.TableBody tableBody,
PioneerLS layout)
tableBody - The table-body object which is being laid out.layout - The ancestor layout system.
public AbstractTablePartPL(org.axsl.fo.fo.TableHeader tableHeader,
PioneerLS layout)
tableHeader - The table-header object which is being laid out.layout - The ancestor layout system.
public AbstractTablePartPL(org.axsl.fo.fo.TableFooter tableFooter,
PioneerLS layout)
tableFooter - The table-footer object which is being laid out.layout - The ancestor layout system.| Method Detail |
|---|
public Status layout(org.axsl.area.AreaNode areaNode,
org.axsl.fo.fo.GraftingPoint graftingPoint)
throws org.axsl.area.AreaTreeException
FONodePL
layout in class FONodePLareaNode - The Area in which the contents to be laid out by this
should be placed.
For example, for TableCellPL layout method, area
should be a TableRowContainer.
During the layout process, at least one TableCellArea should be
created, which is then passed to layout for the children of the
TableCell now being laid out.graftingPoint - The RetrieveMarker instance, if any, into which
this content will be laid out.
org.axsl.area.AreaTreeException - For errors during layout.protected RowSpanMgr getRowSpanMgr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||