documentationfor yFiles for HTML 3.0.0.3

Properties

componentAssignmentStrategyin ClearAreaLayoutGets or sets the strategy that assigns nodes to components whose elements should preferably not be separated.
componentAssignmentStrategyin FillAreaLayoutGets or sets the strategy that assigns nodes to components whose elements should preferably not be separated.
componentAssignmentStrategyin PartialLayoutGets or sets the strategy that assigns partial nodes to subgraph components.

Method Return Values

from (ComponentAssignmentStrategy)in ComponentAssignmentStrategyConverts the given argument to an enum constant of this enum type.

Method Parameters

ClearAreaLayout ()in ClearAreaLayoutCreates a new instance of ClearAreaLayout with default settings.
from (ComponentAssignmentStrategy)in ComponentAssignmentStrategyConverts the given argument to an enum constant of this enum type.
getName (ComponentAssignmentStrategy)in ComponentAssignmentStrategyReturns the name of the given enum constant.
FillAreaLayout ()in FillAreaLayoutCreates a new instance of FillAreaLayout with default settings.
PartialLayout (ILayoutAlgorithm?, )in PartialLayoutCreates a new instance of PartialLayout which uses the specified ILayoutAlgorithm instance as the core layout algorithm.