| Package | Description |
|---|---|
| org.fit.layout.api | |
| org.fit.layout.gui | |
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Method and Description |
|---|---|
AreaTree |
AreaTreeProvider.createAreaTree(Page page)
Creates a basic area tree from the given page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaTreeOperator.apply(AreaTree atree)
Applies the operation to the given tree.
|
void |
AreaTreeOperator.apply(AreaTree atree,
Area root)
Applies the operation to the given subtree of the tree.
|
LogicalAreaTree |
LogicalTreeProvider.createLogicalTree(AreaTree areaTree)
Creates a logical area tree from the given tree of areas.
|
| Modifier and Type | Method and Description |
|---|---|
AreaTree |
Browser.getAreaTree()
Gets the area tree of the current page
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeListener.areaTreeUpdated(AreaTree tree)
Called when the area tree has been updated.
|
void |
Browser.setAreaTree(AreaTree areaTree)
Sets area tree from external source
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAreaTree
Default Page implementation.
|
| Modifier and Type | Method and Description |
|---|---|
AreaTree |
DefaultLogicalAreaTree.getAreaTree() |
AreaTree |
DefaultArea.getAreaTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultArea.setAreaTree(AreaTree areaTree) |
| Constructor and Description |
|---|
DefaultAreaTree(AreaTree src) |
DefaultLogicalAreaTree(AreaTree atree) |
| Modifier and Type | Method and Description |
|---|---|
AreaTree |
LogicalAreaTree.getAreaTree()
Obtains the source area tree used for creating this logical tree.
|
AreaTree |
Area.getAreaTree()
Obtains the tree the node belongs to.
|
Copyright © 2016. All rights reserved.