| 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.getChildArea(int index) |
LogicalArea |
DefaultLogicalArea.getNextSibling() |
LogicalArea |
DefaultLogicalArea.getParentArea() |
LogicalArea |
DefaultLogicalArea.getPreviousSibling() |
| 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) |
void |
DefaultLogicalArea.removeChild(LogicalArea child) |
| Modifier and Type | Method and Description |
|---|---|
LogicalArea |
LogicalAreaTree.getRoot()
Obtains the root node of the logical area tree.
|
Copyright © 2015. All rights reserved.