|
||||||||||
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.AbstractFlowPL
public abstract class AbstractFlowPL
Abstract Pioneer Layout for Flow
and StaticContent
.
Field Summary |
---|
Fields inherited from class org.foray.pioneer.FONodePL |
---|
BREAK_AFTER, START |
Constructor Summary | |
---|---|
AbstractFlowPL(org.axsl.fo.fo.Flow flow,
PioneerLS layout)
Constructor for flow. |
|
AbstractFlowPL(org.axsl.fo.fo.StaticContent staticContent,
PioneerLS layout)
Constructor for static-content. |
Method Summary | |
---|---|
List<Integer> |
getProgressSnapshot()
Returns the progress snapshot. |
Status |
getStatus()
Returns the layout status of this item. |
void |
setProgressSnapshot(List<Integer> progressSnapshot)
Saves a progress snapshot. |
void |
setStatus(Status status)
Sets the status. |
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, layout, setProgress, standardLayout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFlowPL(org.axsl.fo.fo.Flow flow, PioneerLS layout)
flow
- The flow object which is being laid out.layout
- The ancestor layout system.public AbstractFlowPL(org.axsl.fo.fo.StaticContent staticContent, PioneerLS layout)
staticContent
- The static-content object which is being laid out.layout
- The ancestor layout system.Method Detail |
---|
public Status getStatus()
public void setStatus(Status status)
status
- The status to set.public List<Integer> getProgressSnapshot()
public void setProgressSnapshot(List<Integer> progressSnapshot)
progressSnapshot
- The progressSnapshot to be saved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |