
Public Member Functions | |
| BaumKnoten (int id) | |
| int | getID () |
| Point2D.Double | getLage () |
| void | setLage (Point2D.Double lage) |
| int | getEbene () |
| void | setEbene (int ebene) |
| int | getAnzahlGeschwister () |
| double | getWinkelStrecke () |
| void | setWinkelStrecke (double winkelStrecke) |
| double | getLinkLimit () |
| void | setLinkLimit (double linkLimit) |
| double | getRechtLimit () |
| void | setRechtLimit (double rechtLimit) |
| TreeNode[] | getPathToRoot (TreeNode arg0, int arg1) |
| daten.BaumKnoten.BaumKnoten | ( | int | id | ) |
constructor sets the id
| id |
| int daten.BaumKnoten.getID | ( | ) |
returns the id
| Point2D.Double daten.BaumKnoten.getLage | ( | ) |
returns the position in the graphics
| void daten.BaumKnoten.setLage | ( | Point2D.Double | lage | ) |
sets the lage
| lage |
| int daten.BaumKnoten.getEbene | ( | ) |
returns the ebene this node refers to
| void daten.BaumKnoten.setEbene | ( | int | ebene | ) |
sets the ebene for this node
| ebene |
| int daten.BaumKnoten.getAnzahlGeschwister | ( | ) |
returns the numer of siblings this node has
| double daten.BaumKnoten.getWinkelStrecke | ( | ) |
returns the angle
| void daten.BaumKnoten.setWinkelStrecke | ( | double | winkelStrecke | ) |
sets the angle
| winkelStrecke |
| double daten.BaumKnoten.getLinkLimit | ( | ) |
returns the left limit used in the radial tree
| void daten.BaumKnoten.setLinkLimit | ( | double | linkLimit | ) |
sets the left limit used in the radial tree
| linkLimit |
| double daten.BaumKnoten.getRechtLimit | ( | ) |
returns the right limit for the radial tree
| void daten.BaumKnoten.setRechtLimit | ( | double | rechtLimit | ) |
sets the the right limit for the radial tree
| rechtLimit |
| TreeNode [] daten.BaumKnoten.getPathToRoot | ( | TreeNode | arg0, | |
| int | arg1 | |||
| ) |
just calls the super method