| 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 |
DefaultArea.copy() |
Area |
DefaultAreaTree.createArea(Box box) |
Area |
DefaultAreaTree.createArea(List<Box> boxes) |
Area |
DefaultAreaTree.createArea(Rectangular r) |
Area |
DefaultArea.createSuperArea(Rectangular gp,
List<Area> selected,
String name) |
Area |
DefaultGridTopology.getArea() |
Area |
DefaultAreaTree.getAreaAt(int x,
int y) |
Area |
DefaultAreaTree.getAreaByName(String name) |
Area |
DefaultLogicalArea.getFirstArea() |
Area |
DefaultArea.getChildArea(int index) |
Area |
DefaultGridTopology.getNextOnLine() |
Area |
DefaultArea.getNextOnLine() |
Area |
DefaultArea.getNextSibling() |
Area |
DefaultArea.getParentArea() |
Area |
DefaultGridTopology.getPreviousOnLine() |
Area |
DefaultArea.getPreviousOnLine() |
Area |
DefaultArea.getPreviousSibling() |
Area |
DefaultAreaTree.getRoot() |
| 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) |
LogicalArea |
DefaultLogicalArea.findArea(Area area) |
int |
DefaultArea.getIndex(Area child) |
Rectangular |
DefaultGridTopology.getPosition(Area a) |
void |
DefaultArea.insertChild(Area child,
int index) |
void |
DefaultArea.insertParent(Area newParent,
Area child) |
boolean |
DefaultArea.isAncestorOf(Area other) |
void |
DefaultArea.removeChild(Area child) |
void |
DefaultArea.setNextOnLine(Area nextOnLine) |
void |
DefaultGridTopology.setPosition(Area a,
Rectangular gp) |
void |
DefaultArea.setPreviousOnLine(Area previousOnLine) |
void |
DefaultAreaTree.setRoot(Area root) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultArea.appendChildren(List<Area> list) |
Area |
DefaultArea.createSuperArea(Rectangular gp,
List<Area> selected,
String name) |
| Constructor and Description |
|---|
DefaultLogicalArea(Area src) |
DefaultLogicalArea(Area src,
String text) |
| Constructor and Description |
|---|
AreaGrid(Rectangular position,
List<Area> areas,
AreaTopology targetTopology)
Constructs a grid from the list of areas.
|
| Modifier and Type | Method and Description |
|---|---|
Area |
Area.copy()
Creates a copy of the area and makes it a next sibling of the source area.
|
Area |
AreaTree.createArea(Box box) |
Area |
AreaTree.createArea(List<Box> boxes) |
Area |
AreaTree.createArea(Rectangular r) |
Area |
Area.createSuperArea(Rectangular gp,
List<Area> selected,
String name)
Creates a new subarea from a specified region of the area and moves the selected child
nodes to the new area.
|
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 |
LogicalArea.getFirstArea() |
Area |
AreaTopology.getNextOnLine()
Deprecated.
|
Area |
AreaTopology.getPreviousOnLine()
Deprecated.
|
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) |
LogicalArea |
LogicalArea.findArea(Area area)
Scans a logical area subtree rooted in this logical area for the given area.
|
Rectangular |
AreaTopology.getPosition(Area area)
Obtains the position of the given area within this topology.
|
void |
Area.insertParent(Area newParent,
Area child)
Inserts a new area as a new parent of the given child area.
|
void |
AreaTopology.setPosition(Area area,
Rectangular gp)
Sets the position of the given area in this topology.
|
| Modifier and Type | Method and Description |
|---|---|
Area |
Area.createSuperArea(Rectangular gp,
List<Area> selected,
String name)
Creates a new subarea from a specified region of the area and moves the selected child
nodes to the new area.
|
Copyright © 2016. All rights reserved.