public class TreeView
extends java.lang.Object
prefuse.demos.TreeView demo class.prefuse.demos.TreeView| Modifier and Type | Class and Description |
|---|---|
static class |
TreeView.TreePanel
Displays a tree.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LABEL
the constant for "label".
|
static java.lang.String |
TREE
the constant for "tree".
|
static java.lang.String |
TREE_EDGES
the constant for "tree.edges".
|
static java.lang.String |
TREE_NODES
the constant for "tree.nodes".
|
| Constructor and Description |
|---|
TreeView() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
displayError(java.lang.String msg)
Displays the error.
|
java.lang.String |
getDesignVersion()
Get the specific version of Weka the class is designed for.
|
java.lang.String |
getMaxVersion()
Get the maximum version of Weka, exclusive, the class is designed to work
with.
|
java.lang.String |
getMinVersion()
Get the minimum version of Weka, inclusive, the class is designed to work
with.
|
static void |
main(java.lang.String[] argv)
Displays the graph.
|
public static final java.lang.String TREE
public static final java.lang.String TREE_NODES
public static final java.lang.String TREE_EDGES
public static final java.lang.String LABEL
public java.lang.String getMinVersion()
3.5.0public java.lang.String getMaxVersion()
3.6.0public java.lang.String getDesignVersion()
3.5.1protected void displayError(java.lang.String msg)
msg - the error to displaypublic static void main(java.lang.String[] argv)
dotty - the graph in dotty formatname - the name of the graph