Usages of BasicNodeLabelPlacement
Properties
nodeLabelPlacement | in AlignmentStage | Gets or sets whether node labels are taken into account for snapping nodes on common lines. | |
nodeLabelPlacement | in ComponentLayout | Gets or sets whether to take node labels into account when calculating the bounds of the graph components. | |
nodeLabelPlacement | in GenericLayoutGridStage | Gets or sets whether or not to take node labels into account when calculating the bounds of the layout grid cells. | |
nodeLabelPlacement | in CurveRoutingStage | Gets or sets whether or not node labels are considered by the layout stage. |
Method Return Values
from (BasicNodeLabelPlacement) | in BasicNodeLabelPlacement | Converts the given argument to an enum constant of this enum type. |
Method Parameters
AlignmentStage (ILayoutAlgorithm?, ) | in AlignmentStage | Creates 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 BasicNodeLabelPlacement | Converts the given argument to an enum constant of this enum type. | |
getName (BasicNodeLabelPlacement) | in BasicNodeLabelPlacement | Returns the name of the given enum constant. | |
ComponentLayout (ILayoutAlgorithm?, ) | in ComponentLayout | Initializes a new instance of the ComponentLayout class with an optional coreLayout. | |
GenericLayoutGridStage (ILayoutAlgorithm?, ) | in GenericLayoutGridStage | Creates a new instance using the given coreLayout. | |
CurveRoutingStage (ILayoutAlgorithm?, ) | in CurveRoutingStage | Creates a new CurveRoutingStage instance using the given optional coreLayout. |