| Package | Description |
|---|---|
| org.fit.layout.impl | |
| org.fit.layout.model |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGridTopology
The default topology that uses the internal grid of areas internally
maintained by the
DefaultArea implementation. |
| Modifier and Type | Method and Description |
|---|---|
protected AreaTopology |
DefaultArea.createTopology()
Creates a topology for this area.
|
AreaTopology |
DefaultArea.getTopology() |
| Constructor and Description |
|---|
AreaGrid(DefaultArea area,
AreaTopology targetTopology)
Constructs a grid of all the child areas of the given parent area.
|
AreaGrid(Rectangular position,
List<Area> areas,
AreaTopology targetTopology)
Constructs a grid from the list of areas.
|
| Modifier and Type | Method and Description |
|---|---|
AreaTopology |
Area.getTopology()
Returns the topology of this area.
|
Copyright © 2018. All rights reserved.