|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.layout.tree.BalloonLayouter.NodeInfo
public static class BalloonLayouter.NodeInfo
Encapsulates information bound to a node while the algorithm calculates a layout.
Field Summary | |
---|---|
double |
dist
The distance of the node to its root node. |
double |
gapAngle
The angle of the gap to the wedge of the previous child node. |
double |
lowerAngle
The lower angle of the subtree wedge rooted at the node. |
double |
upperAngle
The upper angle of the subtree wedge rooted at the node. |
Method Summary | |
---|---|
double |
getAngleSum()
Returns the sum of all wedge angles of the subtree rooted at this node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double upperAngle
public double lowerAngle
public double gapAngle
public double dist
Method Detail |
---|
public double getAngleSum()
upperAngle
, lowerAngle
and gapAngle
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |