| 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. |
| 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. |
| createSideProxyNode (LayoutEdge, boolean, LayoutGridColumn?) | in
ItemFactory | Creates a side proxy LayoutNode (SIDE_PROXY) for an edge during the drawing phase, changing the LayoutEdge to end/start at the new proxy and assigns it to a LayoutGridColumn instance. |
| createCellDescriptor (LayoutGridRow, LayoutGridColumn) | in
LayoutGrid | Creates a LayoutGridCellDescriptor defined by the given column and row. |
| createCellSpanDescriptor (IEnumerable<LayoutGridRow>, IEnumerable<LayoutGridColumn>) | in
LayoutGrid | Creates a LayoutGridCellDescriptor that spans multiple columns and rows. |
| createCellSpanDescriptor (LayoutGridRow, LayoutGridColumn, LayoutGridRow, LayoutGridColumn) | in
LayoutGrid | Creates a LayoutGridCellDescriptor spanning multiple columns and rows. |