public class LinearLayout
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Block> |
blocks |
java.util.List<Connector> |
connectors
A list of the back-edges in this process, ordered such that if back-edge
b is nested inside back-edge a, b precedes a in this list.
|
| Constructor and Description |
|---|
LinearLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMarginBlocks() |
void |
findConnectorOrder() |
void |
findMaximumNonCrossingConnectorSet() |