|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--AccordionTreeDrawer.ColorNode
A class representing a RangeList in a RangeTree.
| Field Summary | |
private RangeInTree |
Data
this will hold the data |
private ColorNode |
lc
left child of the current node |
private ColorNode |
rc
right child of the current node |
| Constructor Summary | |
ColorNode()
empty constructor |
|
ColorNode(RangeInTree d,
ColorNode leftChild,
ColorNode rightChild)
constructor with Data initiated |
|
| Method Summary | |
boolean |
childless()
|
(package private) RangeInTree |
getData()
|
(package private) ColorNode |
getLc()
|
(package private) ColorNode |
getRc()
|
(package private) void |
setData(RangeInTree d)
|
(package private) void |
setLeft(ColorNode O)
|
(package private) void |
setRight(ColorNode O)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private RangeInTree Data
private ColorNode lc
private ColorNode rc
| Constructor Detail |
public ColorNode()
public ColorNode(RangeInTree d,
ColorNode leftChild,
ColorNode rightChild)
| Method Detail |
public boolean childless()
void setData(RangeInTree d)
RangeInTree getData()
ColorNode getLc()
ColorNode getRc()
void setLeft(ColorNode O)
void setRight(ColorNode O)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||