| Package | Description |
|---|---|
| org.fit.layout.impl | |
| org.fit.layout.model |
| 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() |
LogicalArea |
DefaultLogicalAreaTree.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
DefaultLogicalArea.isAncestorOf(LogicalArea other) |
void |
DefaultLogicalArea.removeChild(LogicalArea child) |
void |
DefaultLogicalAreaTree.setRoot(LogicalArea root) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLogicalArea.appendChildren(List<LogicalArea> children) |
| 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.
|
Copyright © 2016. All rights reserved.