Specifies custom data for the ReverseEdgesStage.
Inheritance Hierarchy
Members
Show:
Constructors
Properties
Gets or sets the sub-data that influences the placement of the ports.
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.
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.
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
Gets or sets a mapping from edges to an object representing their target edge group.
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
Methods
combineWith
(data: LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel>): LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel>Combines this instance with the given layout data.
combineWith
(data: LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel>): LayoutData<TNode, TEdge, TNodeLabel, TEdgeLabel>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