| Package | Description |
|---|---|
| org.fit.layout.api | |
| org.fit.layout.cssbox | |
| org.fit.layout.gui | |
| org.fit.layout.impl | |
| org.fit.layout.model | |
| org.fit.layout.process | |
| org.fit.layout.tools | |
| org.fit.segm.grouping |
| Modifier and Type | Method and Description |
|---|---|
Page |
BoxTreeProvider.getPage()
Renders the page and returns the page model.
|
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
PageImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Page |
BoxNode.page
The page this box belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
BoxNode.getPage() |
Page |
CSSBoxTreeBuilder.getPage() |
Page |
CSSBoxTreeProvider.getPage() |
| Constructor and Description |
|---|
BoxNode(org.fit.cssbox.layout.Box box,
Page page)
Creates a new node containing a box.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Browser.getPage()
Gets the actual page model
|
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
Page |
DefaultContentRect.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultContentRect.setPage(Page page) |
| Modifier and Type | Method and Description |
|---|---|
Page |
ContentRect.getPage()
Obtains the page this block belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
BaseProcessor.getPage() |
Page |
BaseProcessor.renderPage(BoxTreeProvider provider,
java.util.Map<java.lang.String,java.lang.Object> params) |
Page |
ScriptableProcessor.renderPage(java.lang.String providerName,
java.util.Map<java.lang.String,java.lang.Object> params) |
Page |
GUIProcessor.renderPage(java.lang.String providerName,
java.util.Map<java.lang.String,java.lang.Object> params) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProcessor.setPage(Page page) |
| Modifier and Type | Field and Description |
|---|---|
protected Page |
BrowserPanel.page |
| Modifier and Type | Method and Description |
|---|---|
Page |
BlockBrowser.getPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputDisplayImpl.drawPage(Page page) |
void |
BlockBrowser.setPage(Page page) |
| Constructor and Description |
|---|
BrowserPanel(Page page) |
| Modifier and Type | Field and Description |
|---|---|
protected Page |
SegmentationAreaTree.page
The source tree
|
| Modifier and Type | Method and Description |
|---|---|
AreaTree |
Provider.createAreaTree(Page page) |
| Constructor and Description |
|---|
SegmentationAreaTree(Page srcpage)
Create a new tree of areas by the analysis of a box tree
|