|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractFlow | |
---|---|
org.foray.fotree.fo.obj | Classes representing the various Formatting Objects in the fo: namespace. |
Uses of AbstractFlow in org.foray.fotree.fo.obj |
---|
Subclasses of AbstractFlow in org.foray.fotree.fo.obj | |
---|---|
class |
Flow
A "flow" object in XSL-FO. |
class |
StaticContent
A "static-content" object in XSL-FO. |
Methods in org.foray.fotree.fo.obj with parameters of type AbstractFlow | |
---|---|
boolean |
SimplePageMaster.flowValid(AbstractFlow flow)
|
boolean |
PageSequenceTemplate.flowValid(AbstractFlow flow)
Make sure that a given flow can be laid out on at least one page in this page-sequence template. |
boolean |
PageSequenceMaster.flowValid(AbstractFlow flow)
|
protected boolean |
PageSequence.flowValid(AbstractFlow flow)
Indicates whether a given flow can be laid out on at least one page in this page-sequence. |
protected boolean |
PageSequence.isInFlowMap(AbstractFlow flow)
Indicates whether a given flow is found in one of the flow-source-list instances in this page-sequence's flow-map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |