|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecty.layout.IntersectionInfo
public class IntersectionInfo
An info object that describes an intersection between two graph items.
Method Summary | |
---|---|
java.util.List |
getIntersectionPoints()
Returns a list of YPoint s that describe the intersecting area or line. |
java.lang.Object |
getItem1()
Returns the first item that is involved in the intersection. |
java.lang.Object |
getItem2()
Returns the second item that is involved in the intersection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getItem1()
Node
s, Edge
s, LabelLayout
s, LabelLayoutData
s.
public java.lang.Object getItem2()
Node
s, Edge
s, LabelLayout
s, LabelLayoutData
s.
public java.util.List getIntersectionPoints()
YPoint
s that describe the intersecting area or line.
If the list contains two points, the overlap includes all points on the line formed by these points.
In case there are more intersection points, they are sorted to form a convex polygon containing the overlapping
area.
|
© Copyright 2000-2025, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |