| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.layout.tree.BalloonLayouter.NodeInfo
public static class BalloonLayouter.NodeInfo
Encapsulates information bound to a node while the algorithm calculates a layout.
| Field Summary | |
|---|---|
|  double | distThe distance of the node to its root node. | 
|  double | gapAngleThe angle of the gap to the wedge of the previous child node. | 
|  double | lowerAngleThe lower angle of the subtree wedge rooted at the node. | 
|  double | upperAngleThe 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-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||