|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NormalFlowRA | |
---|---|
org.foray.area | Classes representing the actual layout of content on pages. |
Uses of NormalFlowRA in org.foray.area |
---|
Methods in org.foray.area that return NormalFlowRA | |
---|---|
NormalFlowRA |
MainRA.addSpanArea(int numColumns)
Add a new span area with specified number of column areas. |
NormalFlowRA |
SpanRA.getCurrentColumnArea()
Returns the current column area. |
NormalFlowRA |
MainRA.getCurrentColumnArea()
Returns the current column area. |
NormalFlowRA |
MainRA.getNormalFlow(org.axsl.fo.Fo fo)
|
Methods in org.foray.area that return types with arguments of type NormalFlowRA | |
---|---|
List<NormalFlowRA> |
SpanRA.getChildren()
|
Methods in org.foray.area with parameters of type NormalFlowRA | |
---|---|
void |
SpanRA.moveChildBackward(AreaNode child,
NormalFlowRA oldParent,
NormalFlowRA newParent)
Moves a child from one parent to the last child of another parent. |
void |
SpanRA.moveChildForward(AreaNode child,
NormalFlowRA oldParent,
NormalFlowRA newParent)
Moves a child from one parent to the first child of another parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |