Package weka.gui.visualize
Class AttributePanelEvent
- java.lang.Object
-
- weka.gui.visualize.AttributePanelEvent
-
public class AttributePanelEvent extends java.lang.Object
Class 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 int
m_indexVal
The index for the new attributeboolean
m_xChange
True if the x selection changedboolean
m_yChange
True if the y selection changed
-
Constructor Summary
Constructors Constructor Description AttributePanelEvent(boolean xChange, boolean yChange, int indexVal)
Constructor
-