Compounds | |
class | Document |
The Document class manages all node data. More... | |
Defines | |
#define | DRAW_AUTO 0 |
Automatically determine whether to draw a tree or a feature structure based on the data available (if tree data is available, draw a tree, otherwise a structure). | |
#define | DRAW_STRUC 1 |
Draw a structure when initially displaying the data. | |
#define | DRAW_TREE 2 |
Draw a tree when initially displaying the data. |
|
Automatically determine whether to draw a tree or a feature structure based on the data available (if tree data is available, draw a tree, otherwise a structure).
|
|
Draw a structure when initially displaying the data.
|
|
Draw a tree when initially displaying the data.
|