Uses of Package
weka.gui.treevisualizer

Packages that use weka.gui.treevisualizer
weka.classifiers.trees   
weka.gui.treevisualizer   
 

Classes in weka.gui.treevisualizer used by weka.classifiers.trees
TreeDisplayEvent
          An event containing the user selection from the tree display
TreeDisplayListener
          Interface implemented by classes that wish to recieve user selection events from a tree displayer.
TreeVisualizer
          Class for displaying a Node structure in Swing.
 

Classes in weka.gui.treevisualizer used by weka.gui.treevisualizer
Edge
          This class is used in conjunction with the Node class to form a tree structure.
NamedColor
          This class contains a color name and the rgb values of that color
Node
          This class records all the data about a particular node for displaying.
NodePlace
          This is an interface for classes that wish to take a node structure and arrange them
PlaceNode2.Ease
          An inner class used to report information about any tangles found.
PlaceNode2.Group
          Inner class for containing the grouping data.
PlaceNode2.Level
          Inner class for containing the level data.
TreeBuild.InfoObject
          This is an internal class used to keep track of the info for the objects before they are actually created.
TreeDisplayEvent
          An event containing the user selection from the tree display
TreeDisplayListener
          Interface implemented by classes that wish to recieve user selection events from a tree displayer.
TreeVisualizer.EdgeInfo
          Internal Class for containing display information about an Edge.
TreeVisualizer.NodeInfo
          Internal Class for containing display information about a Node.