Class Summary |
BorderNode |
Implementation of node that will be laid out by GMFDirectedGraphLayout as a node
attached to the border of it's parent node. |
ConstantSizeNode |
The node the size of which will not be modified by the layout algorithm. |
ConstrainedEdge |
Implementation of Edge that:
Can connect border node(s)
Can be routed obliquely or orthogonally |
GMFDirectedGraphLayout |
Implementation of the lLayout algorithm that:
Preserves the node sizes
Routes edges around the nodes
Accounts for the edge routing style
Lays out border nodes
Pads edges end points |
JointOutgoingEdges |
A set of outgoing edges that is treated as one outgoing edge. |