layoutNodes abstract method

SkillNodeLayout<NodeType, IdType> layoutNodes(
  1. BoxConstraints constraints,
  2. GraphType graph,
  3. List<NodeDetails<NodeType, IdType>> nodeChildrenDetails
)

Returns information about the size and position of the nodes

Implementation

SkillNodeLayout<NodeType, IdType> layoutNodes(
  BoxConstraints constraints,
  GraphType graph,
  List<NodeDetails<NodeType, IdType>> nodeChildrenDetails,
);