C

ReverseEdgesStageData<TNode, TEdge, TNodeLabel, TEdgeLabel>

Specifies custom data for the ReverseEdgesStage.
Inheritance Hierarchy

Members

Show:

Constructors

Parameters

Properties

Gets or sets the sub-data that influences the placement of the ports.
For edges reversed by class ReverseEdgesStage (if applied as layout stage), the specified source and target values are automatically exchanged (after reversing the edge, the former source value is associated with the new target and vice versa).
final
Gets or sets the sub-data that specifies the subset of edges that are in scope for the ReverseEdgesStage.
readonlyfinal
Gets or sets a mapping from edges to an object representing their source edge group.
For edges reversed by class ReverseEdgesStage (if applied as layout stage), the specified group ids are automatically exchanged (after reversing the edge, the former source value is associated with the new target and vice versa).
conversionfinal

See Also

API
SOURCE_EDGE_GROUP_ID_DATA_KEY
Gets or sets a mapping from edges to an object representing their target edge group.
For edges reversed by class ReverseEdgesStage (if applied as layout stage), the specified group ids are automatically exchanged (after reversing the edge, the former source value is associated with the new target and vice versa).
conversionfinal

See Also

API
TARGET_EDGE_GROUP_ID_DATA_KEY

Methods

Combines this instance with the given layout data.
This keeps the current instance unmodified and instead returns a new instance that dynamically combines the contents of all involved instances.
final

Parameters

data: LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel>
The LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel> to combine this instance with.

Return Value

LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel>
The combined layout data.

See Also

Developer's Guide
API
CompositeLayoutData, GenericLayoutData