| Package | Description |
|---|---|
| org.fit.layout.api | |
| org.fit.layout.gui | |
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Method and Description |
|---|---|
void |
AreaTreeOperator.apply(AreaTree atree,
Area root)
Applies the operation to the given subtree of the tree.
|
void |
OutputDisplay.colorizeByClass(Area area,
String cname)
Draws the colorized are bounds.
|
void |
OutputDisplay.colorizeByTags(Area area,
Set<Tag> s)
Draws the colorized are bounds.
|
void |
OutputDisplay.drawExtent(Area area)
Draws the area bounds at the output display.
|
| Modifier and Type | Method and Description |
|---|---|
Area |
Browser.getSelectedArea()
Gets the last selected visual area.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AreaSelectionListener.areaSelected(Area area)
This method is called when the area selection changes in the browser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArea
Default generic Area implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Area |
DefaultGridTopology.getArea() |
Area |
DefaultArea.getChildArea(int index) |
Area |
DefaultArea.getNextOnLine() |
Area |
DefaultGridTopology.getNextOnLine() |
Area |
DefaultArea.getNextSibling() |
Area |
DefaultArea.getParentArea() |
Area |
DefaultArea.getPreviousOnLine() |
Area |
DefaultGridTopology.getPreviousOnLine() |
Area |
DefaultArea.getPreviousSibling() |
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
DefaultLogicalArea.getAreas() |
List<Area> |
DefaultArea.getChildAreas() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLogicalArea.addArea(Area a) |
void |
DefaultArea.appendChild(Area child) |
int |
DefaultArea.getIndex(Area child) |
void |
DefaultArea.insertChild(Area child,
int index) |
void |
DefaultArea.removeChild(Area child) |
void |
DefaultArea.setNextOnLine(Area nextOnLine) |
void |
DefaultArea.setPreviousOnLine(Area previousOnLine) |
| Constructor and Description |
|---|
DefaultLogicalArea(Area src) |
DefaultLogicalArea(Area src,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Area |
SearchableAreaContainer.getAreaAt(int x,
int y)
Finds the bottom-most area node present at the given coordinates in the area tree.
|
Area |
SearchableAreaContainer.getAreaByName(String name)
Finds an area by the given name.
|
Area |
AreaTopology.getNextOnLine() |
Area |
AreaTopology.getPreviousOnLine() |
Area |
AreaTree.getRoot()
Obtains the root node of the area tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<Area> |
LogicalArea.getAreas() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalArea.addArea(Area a) |
Copyright © 2015. All rights reserved.