Uses of Class
weka.gui.visualize.VisualizePanelEvent

Packages that use VisualizePanelEvent
weka.classifiers.trees   
weka.gui.visualize   
 

Uses of VisualizePanelEvent in weka.classifiers.trees
 

Methods in weka.classifiers.trees with parameters of type VisualizePanelEvent
 void UserClassifier.userDataEvent(VisualizePanelEvent e)
          This receives shapes from the data view.
 

Uses of VisualizePanelEvent in weka.gui.visualize
 

Methods in weka.gui.visualize with parameters of type VisualizePanelEvent
 void VisualizePanelListener.userDataEvent(VisualizePanelEvent e)
          This method receives an object containing the shapes, instances inside and outside these shapes and the attributes these shapes were created in.