Package weka.gui.visualize
Class AttributePanelEvent
- java.lang.Object
-
- weka.gui.visualize.AttributePanelEvent
-
public class AttributePanelEvent extends java.lang.ObjectClass encapsulating a change in the AttributePanel's selected x and y attributes.- Version:
- $Revision: 1.4 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
-
Field Summary
Fields Modifier and Type Field Description intm_indexValThe index for the new attributebooleanm_xChangeTrue if the x selection changedbooleanm_yChangeTrue if the y selection changed
-
Constructor Summary
Constructors Constructor Description AttributePanelEvent(boolean xChange, boolean yChange, int indexVal)Constructor
-