类 AttributePanelEvent

java.lang.Object
weka.gui.visualize.AttributePanelEvent

public class AttributePanelEvent extends Object
Class encapsulating a change in the AttributePanel's selected x and y attributes.
版本:
$Revision: 1.4 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
  • 字段详细资料

    • m_xChange

      public boolean m_xChange
      True if the x selection changed
    • m_yChange

      public boolean m_yChange
      True if the y selection changed
    • m_indexVal

      public int m_indexVal
      The index for the new attribute
  • 构造器详细资料

    • AttributePanelEvent

      public AttributePanelEvent(boolean xChange, boolean yChange, int indexVal)
      Constructor
      参数:
      xChange - true if a change occured to the x selection
      yChange - true if a change occured to the y selection
      indexVal - the index of the new attribute