Package weka.gui.treevisualizer


package weka.gui.treevisualizer
  • Class
    Description
    This class maintains a list that contains all the colornames from the dotty standard and what color (in RGB) they represent
    This class is used in conjunction with the Node class to form a tree structure.
    This class contains a color name and the rgb values of that color
    This class records all the data about a particular node for displaying.
    This is an interface for classes that wish to take a node structure and arrange them
    This class will place the Nodes of a tree.
    This class will place the Nodes of a tree.
    This class will parse a dotty file and construct a tree structure from it with Edge's and Node's
    An event containing the user selection from the tree display
    Interface implemented by classes that wish to recieve user selection events from a tree displayer.
    Class for displaying a Node structure in Swing.