|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.layout.organic.EllipticalGroupBoundsCalculator.EllipticalShapePointProvider
public static final class EllipticalGroupBoundsCalculator.EllipticalShapePointProvider
This is a default implementation of EllipticalGroupBoundsCalculator.ShapePointProvider
that assumes elliptical node shapes. It will yield a flattened path view of the elliptical bounds of the
nodes.
Constructor Summary | |
---|---|
EllipticalGroupBoundsCalculator.EllipticalShapePointProvider()
Creates a new EllipticalGroupBoundsCalculator.EllipticalShapePointProvider instance. |
Method Summary | |
---|---|
java.util.List |
getShapePoints(LayoutGraph graph,
Node node)
Retrieves a list of points representing the convex hull of the given node assuming an elliptical node shape. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EllipticalGroupBoundsCalculator.EllipticalShapePointProvider()
EllipticalGroupBoundsCalculator.EllipticalShapePointProvider
instance.
Method Detail |
---|
public java.util.List getShapePoints(LayoutGraph graph, Node node)
getShapePoints
in interface EllipticalGroupBoundsCalculator.ShapePointProvider
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
instances representing the convex hull of the elliptical nodeYPoint
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |