documentationfor yFiles for HTML 2.6

Usages of SingleItem

Properties

sinkin MinimumCostFlowGets or sets a single sink node.
sourcein MinimumCostFlowGets or sets a single source node.
sinkin ShortestPathGets or sets the sink (end, target) node of the path.
sourcein ShortestPathGets or sets the source (start) node of the path.
sourcein SingleSourceShortestPathsGets or sets the source (start) node.
customRootNodein TreeAnalysisGets or sets the node that will be used as root of the directed rooted tree.
areaGroupNodein ClearAreaLayoutDataGets or sets the group node inside which the cleared area should be located.
expandedNodein ClearAreaLayoutDataGets or sets the node that was expanded and, thus, defines the area that must be cleared.
treeRootin BalloonLayoutDataGets or sets the mapping for marking the node that will be used as root node of the tree.
treeRootin TreeLayoutDataGets or sets the mapping for marking the node that will be used as root node of the tree.

Method Return Values

from (SingleItem<TItem>)in SingleItemCreates a SingleItem<TItem> instance from the given object by performing automatic type conversion.

Method Parameters

MinimumCostFlow ()in MinimumCostFlowCreates a new MinimumCostFlow instance.
ShortestPath ()in ShortestPathCreates a new ShortestPath instance.
SingleSourceShortestPaths ()in SingleSourceShortestPathsCreates a new SingleSourceShortestPaths instance.
TreeAnalysis ()in TreeAnalysisCreates a new instance of this class.
from (SingleItem<TItem>)in SingleItemCreates a SingleItem<TItem> instance from the given object by performing automatic type conversion.
ClearAreaLayoutData ()in ClearAreaLayoutDataCreates a new instance of ClearAreaLayoutData.
BalloonLayoutData ()in BalloonLayoutDataCreates a new instance of BalloonLayoutData which helps configuring BalloonLayout.
TreeLayoutData ()in TreeLayoutDataCreates a new instance of TreeLayoutData which helps configuring TreeLayout.