A simple default implementation of EllipticalGroupBoundsCalculator.ShapePointProvider that assumes
elliptical node shapes. This implementation will yield a flattened path view of the elliptical bounds of the
nodes.
getShapePoints(LayoutGraph graph,
Node node)
Retrieves the list of points that make up the (convex) hull of the visual representation of the given node.
node - The node to determine the points of the convex hull.
Returns:
A list containing the coordinates of the points that make up a convex hull of the visual representation
of the node or null, if the default (rectangular) shape should be used.