Usages of BasicEdgeLabelPlacement
Properties
edgeLabelPlacement | in ComponentLayout | Gets or sets whether to take node and edge labels into account when calculating the bounds of the graph components. | |
edgeLabelPlacement | in GenericLayoutGridStage | Gets or sets whether or not to take edge labels into account when calculating the bounds of the layout grid cells. | |
edgeLabelPlacement | in CurveRoutingStage | Gets or sets whether or not edge labels are considered when determining curved edge routes. |
Method Return Values
from (BasicEdgeLabelPlacement) | in BasicEdgeLabelPlacement | Converts the given argument to an enum constant of this enum type. |
Method Parameters
from (BasicEdgeLabelPlacement) | in BasicEdgeLabelPlacement | Converts the given argument to an enum constant of this enum type. | |
getName (BasicEdgeLabelPlacement) | in BasicEdgeLabelPlacement | 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. |