| getMinimumDistance (LayoutGraph, HierarchicalLayoutLayer, LayoutNode, LayoutNode) | in
CoordinateAssigner | Specifies the minimum allowed distance between two nodes of the same given layer. |
| getMinimumLayerHeight (LayoutGraph, HierarchicalLayoutContext, HierarchicalLayoutLayer) | in
CoordinateAssigner | Returns the minimum height of a given layer. |
| getMinimumDistance (LayoutGraph, HierarchicalLayoutLayer, HierarchicalLayoutContext, LayoutNode, LayoutNode) | in
DrawingDistanceCalculator | Determines the minimum distance between two LayoutNodes of the same layer. |
| getMinimumDistance (LayoutGraph, HierarchicalLayoutLayer, HierarchicalLayoutContext, LayoutNode, LayoutNode) | in
IDrawingDistanceCalculator | Main interface method called by ICoordinateAssigner instances to determine the minimum distance between LayoutNodes of the same layer. |
| createBendNode (LayoutEdge, HierarchicalLayoutLayer?, LayoutGridColumn?, boolean?) | in
ItemFactory | Creates a bend LayoutNode for the given LayoutEdge in the given layer and assigns it to the given LayoutGridColumn. |
| createConnectorProxyForGroup (LayoutNode, HierarchicalLayoutLayer, LayoutEdge, boolean?) | in
ItemFactory | Creates a helper LayoutNode that mimics a connector to a group LayoutNode. |
| createEdgeGroupNode (HierarchicalLayoutLayer, any) | in
ItemFactory | Creates an edge group helper node in the given layer that will be of type SOURCE_GROUP_NODE or TARGET_GROUP_NODE, depending on the type of the given layer. |
| createGroupBorderNode (LayoutNode, HierarchicalLayoutLayer, HierarchicalLayoutNodeType) | in
ItemFactory | Creates a group boundary node of type for a group node in the given layer. |
| createSameLayerProxyEdge (HierarchicalLayoutLayer, LayoutEdge, LayoutNode) | in
ItemFactory | Creates a same-layer edge proxy connecting a newly created proxy node and a given proxy LayoutNode in the given layer. |
| createSameLayerSideProxy (HierarchicalLayoutLayer, LayoutNode, LayoutEdge, LayoutGridColumn?) | in
ItemFactory | Creates a side proxy node (SAME_LAYER_SIDE_PROXY) for a same-layer edge during the drawing phase that ends at the side of a node. |
| createSameLayerSwitchProxy (HierarchicalLayoutLayer, LayoutEdge) | in
ItemFactory | Creates a same-layer switch proxy LayoutNode (switching between two same-layer LayoutEdges on two different sides of the layer); the new node will be of type SAME_LAYER_CENTER_NODE. |
| destroyGroupConnectorLayer (HierarchicalLayoutLayer) | in
ItemFactory | Removes the given layer for proxies at groups to handle direct group content connector edges between a node in the first/last layer of the group node and the group's border. |
| destroyLabelNodeLayer (HierarchicalLayoutLayer) | in
ItemFactory | Destroys a previously created label layer |