| Package | Description |
|---|---|
| org.fit.layout.api | |
| org.fit.layout.gui | |
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Method and Description |
|---|---|
Page |
PageSet.get(int index)
Obtains the page at the given index.
|
Page |
BoxTreeProvider.getPage()
Renders the page and returns the page model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageSet.addPage(Page page)
Adds a new page to the set.
|
AreaTree |
AreaTreeProvider.createAreaTree(Page page)
Creates a basic area tree from the given page.
|
void |
OutputDisplay.drawPage(Page page)
Draws the complete page including all the boxes.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Browser.getPage()
Gets the actual page model
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeListener.pageRendered(Page page)
Called when the page has been rendered and the box tree has been updated.
|
void |
Browser.setPage(Page page)
Sets page model from the external source
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPage
Default generic page implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected Page |
DefaultAreaTree.page |
| Modifier and Type | Method and Description |
|---|---|
Page |
DefaultContentRect.getPage() |
Page |
DefaultAreaTree.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentRect.setPage(Page page) |
| Constructor and Description |
|---|
DefaultAreaTree(Page page) |
DefaultPage(Page src) |
| Modifier and Type | Method and Description |
|---|---|
Page |
AreaTree.getPage()
Obtains the source page for this area tree.
|
Page |
ContentRect.getPage()
Obtains the page this block belongs to.
|
Copyright © 2016. All rights reserved.