documentationfor yFiles for HTML 3.0.0.3

Properties

nodeLabelPlacementin AlignmentStageGets or sets whether node labels are taken into account for snapping nodes on common lines.
nodeLabelPlacementin ComponentLayoutGets or sets whether to take node labels into account when calculating the bounds of the graph components.
nodeLabelPlacementin GenericLayoutGridStageGets or sets whether or not to take node labels into account when calculating the bounds of the layout grid cells.
nodeLabelPlacementin CurveRoutingStageGets or sets whether or not node labels are considered by the layout stage.

Method Return Values

from (BasicNodeLabelPlacement)in BasicNodeLabelPlacementConverts the given argument to an enum constant of this enum type.

Method Parameters

AlignmentStage (ILayoutAlgorithm?, )in AlignmentStageCreates a new AlignmentStage with the given algorithm as coreLayout or null if no core layout should be applied prior to the alignment stage.
from (BasicNodeLabelPlacement)in BasicNodeLabelPlacementConverts the given argument to an enum constant of this enum type.
getName (BasicNodeLabelPlacement)in BasicNodeLabelPlacementReturns the name of the given enum constant.
ComponentLayout (ILayoutAlgorithm?, )in ComponentLayoutInitializes a new instance of the ComponentLayout class with an optional coreLayout.
GenericLayoutGridStage (ILayoutAlgorithm?, )in GenericLayoutGridStageCreates a new instance using the given coreLayout.
CurveRoutingStage (ILayoutAlgorithm?, )in CurveRoutingStageCreates a new CurveRoutingStage instance using the given optional coreLayout.