|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface EllipticalGroupBoundsCalculator.ShapePointProvider
A ShapePointProvider
retrieves the points that lie
on the convex hull (the shape points) of the visual shape of the nodes in the graph.
EllipticalGroupBoundsCalculator.SHAPE_POINT_PROVIDER_DPKEY
Method Summary | |
---|---|
java.util.List |
getShapePoints(LayoutGraph graph,
Node node)
Retrieves the list of points that make up the convex hull of the visual representation of the given node. |
Method Detail |
---|
java.util.List getShapePoints(LayoutGraph graph, Node node)
graph
- the graph in which the given node is containednode
- the node for which the points of the convex hull is retrieved
List
of YPoint
s representing 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 usedYPoint
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |