Package | Description |
---|---|
bactimas.bintree |
Modifier and Type | Method and Description |
---|---|
Node |
Node.getLeftChild() |
Node |
Node.getRightChild() |
Modifier and Type | Method and Description |
---|---|
int |
Node.connect(Node child) |
Constructor and Description |
---|
BTreeVisualizationPane(Node root,
int maxLevel,
int maxFrame,
java.util.LinkedList<java.awt.Color> palette,
double minInt,
double maxInt,
int minStrokeWidth,
int maxStrokeWidth,
double minSize,
double maxSize,
boolean drawLabel,
boolean convertToHours,
java.util.LinkedList<BTreeEvent> events,
java.lang.String onColorLabel,
java.lang.String onWidthLabel,
int fontSize) |