Java weka.gui.treevisualizer TreeVisualizer fields, constructors, methods, implement or subclass

Example usage for Java weka.gui.treevisualizer TreeVisualizer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.gui.treevisualizer TreeVisualizer.

The text is from its open source code.

Constructor

TreeVisualizer(TreeDisplayListener tdl, String dot, NodePlace p)
Constructs Displayer to display a tree provided in a dot format.
TreeVisualizer(TreeDisplayListener tdl, Node n, NodePlace p)
Constructs Displayer with the specified Node as the top of the tree, and uses the NodePlacer to place the Nodes.

Method

voidfitToScreen()
Fits the tree to the current screen size.