TreeEdge$Typings extension
Properties
-
fromVertex
↔ TreeVertex
-
Gets or sets the LayoutVertex that this edge comes from.
Setting this property does not change any LayoutVertex#destinationEdges collection.
getter/setter pair
-
relativePoint
↔ Point
-
Gets or sets a Point, relative to the parent node,
that may be useful in routing this link.
getter/setter pair
-
toVertex
↔ TreeVertex?
-
Gets or sets the LayoutVertex that this edge goes to.
Setting this property does not change any LayoutVertex#sourceEdges collection.
getter/setter pair
Methods
-
commit()
→ void
-
Commits the position of the Link and routes it.