documentationfor yFiles for HTML 3.0.0.3

Properties

columnin HierarchicalLayoutNodeContextGets the column instance bound to the LayoutNode of this HierarchicalLayoutNodeContext instance or null if the node is not contained in a column of a LayoutGrid.
columnsin LayoutGridGets the columns of the LayoutGrid.
columnin LayoutGridCellGets the column associated with this LayoutGridCellDescriptor.
columnin LayoutGridCellDescriptorGets the first column associated with this LayoutGridCellDescriptor.

Method Return Values

addColumn (number?, number?)in LayoutGridAdds a new column to the LayoutGrid instance.
addColumn (number, number, number)in LayoutGridAdds a new column to the LayoutGrid instance.
getColumn (number)in LayoutGridReturns the column with the given index.
getColumnDescriptor (IColumn)in TableLayoutConfiguratorReturns the LayoutGridColumn in the grid to which the leafColumn is mapped.

Method Parameters

createBendNode (LayoutEdge, HierarchicalLayoutLayer?, LayoutGridColumn?, boolean?)in ItemFactoryCreates a bend LayoutNode for the given LayoutEdge in the given layer and assigns it to the given LayoutGridColumn.
createSameLayerSideProxy (HierarchicalLayoutLayer, LayoutNode, LayoutEdge, LayoutGridColumn?)in ItemFactoryCreates 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 ItemFactoryCreates 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 LayoutGridCreates a LayoutGridCellDescriptor defined by the given column and row.
createCellSpanDescriptor (IEnumerable<LayoutGridRow>, IEnumerable<LayoutGridColumn>)in LayoutGridCreates a LayoutGridCellDescriptor that spans multiple columns and rows.
createCellSpanDescriptor (LayoutGridRow, LayoutGridColumn, LayoutGridRow, LayoutGridColumn)in LayoutGridCreates a LayoutGridCellDescriptor spanning multiple columns and rows.