Provides layout algorithms that arrange only subsets of a given graph structure.
Classes
| Class | Description | |
|---|---|---|
| PartialLayouter | This class represents a partial layouter. | |
| PartialLayouter..::..StraightLineEdgeRouter | Simple Edge Router that draws edges straight-line. |
Enumerations
| Enumeration | Description | |
|---|---|---|
| ComponentAssignmentStrategy | Specifier for the strategy that is used to assign partial nodes to subgraph components. | |
| EdgeRoutingStrategy |
Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between
different subgraph components).
| |
| LayoutOrientation | Specifies the orientation of the drawing. | |
| SubgraphPositioningStrategy | Specifies the objective used for finding 'good' positions for subgraph components. |
Remarks
Provides layout algorithms that arrange only subsets of a given graph structure.
Partial layout allows to place a given set of nodes and/or route a given set of edges while leaving all other graph elements unchanged.