|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PageRA | |
|---|---|
| org.foray.area | Classes representing the actual layout of content on pages. |
| Uses of PageRA in org.foray.area |
|---|
| Methods in org.foray.area that return PageRA | |
|---|---|
PageRA |
PageRA.getPage()
Overrides the Area method, because this is the Page that is being sought. |
PageRA |
PageCollection.getPage()
Overrides Area method, because anybody trying to run that method on an AreaTree instance will get an NPE, since it uses getParent(). |
PageRA |
AreaNode.getPage()
|
| Methods in org.foray.area that return types with arguments of type PageRA | |
|---|---|
List<PageRA> |
PageCollection.getChildren()
|
| Methods in org.foray.area with parameters of type PageRA | |
|---|---|
boolean |
AreaTree.isPageQueued(PageRA page)
Indicates whether a given page is completed and in the queue to be rendered. |
protected void |
AreaTree.notifyPageComplete(PageRA page)
Notify all listeners that a "Page Complete" event has been fired. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||