| Package | Description | 
|---|---|
| org.fit.layout.impl | |
| org.fit.layout.logical | |
| org.fit.layout.model | |
| org.fit.layout.tools | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultLogicalArea
Default LogicalArea implementation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LogicalArea | 
DefaultLogicalArea.findArea(Area area)  | 
LogicalArea | 
DefaultLogicalArea.getChildArea(int index)  | 
LogicalArea | 
DefaultLogicalArea.getNextSibling()  | 
LogicalArea | 
DefaultLogicalArea.getParentArea()  | 
LogicalArea | 
DefaultLogicalArea.getPreviousSibling()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<LogicalArea> | 
DefaultLogicalArea.getChildAreas()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultLogicalArea.appendChild(LogicalArea child)  | 
int | 
DefaultLogicalArea.getIndex(LogicalArea child)  | 
void | 
DefaultLogicalArea.insertChild(LogicalArea child,
           int index)  | 
void | 
DefaultLogicalArea.removeChild(LogicalArea child)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultLogicalArea.appendChildren(java.util.List<LogicalArea> children)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LogicalAreaImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
LogicalArea | 
LogicalAreaImpl.findArea(Area area)  | 
LogicalArea | 
PresentationLogicalTree.getRoot()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PresentationLogicalTree.setRoot(LogicalArea root)  | 
| Modifier and Type | Method and Description | 
|---|---|
LogicalArea | 
LogicalArea.findArea(Area area)
Scans a logical area subtree rooted in this logical area for the given area. 
 | 
LogicalArea | 
LogicalAreaTree.getRoot()
Obtains the root node of the logical area tree. 
 | 
| Constructor and Description | 
|---|
LogicalTreeModel(LogicalArea root)  |