类 VisualizePanelEvent
java.lang.Object
weka.gui.visualize.VisualizePanelEvent
This event Is fired to a listeners 'userDataEvent' function when
The user on the VisualizePanel clicks submit. It contains the attributes
selected at the time and a FastVector containing the various shapes
that had been drawn into the panel.
- 版本:
- $Revision: 1.4 $
- 作者:
- Malcolm Ware (mfw4@cs.waikato.ac.nz)
-
字段概要
字段 -
构造器概要
构造器构造器说明VisualizePanelEvent
(FastVector ar, Instances i, Instances i2, int at1, int at2) This constructor creates the event with all the parameters set. -
方法概要
修饰符和类型方法说明int
int
-
字段详细资料
-
NONE
public static int NONENo longer used -
RECTANGLE
public static int RECTANGLE -
OVAL
public static int OVAL -
POLYGON
public static int POLYGON -
LINE
public static int LINE -
VLINE
public static int VLINE -
HLINE
public static int HLINE
-
-
构造器详细资料
-
VisualizePanelEvent
This constructor creates the event with all the parameters set.- 参数:
ar
- The list of shapes.i
- The instances that lie in these shapes.i2
- The instances that lie outside these shapes.at1
- The attribute that was along the x axis.at2
- The attribute that was along the y axis.
-
-
方法详细资料
-
getValues
- 返回:
- The list of shapes.
-
getInstances1
- 返回:
- The instances that lie in the shapes.
-
getInstances2
- 返回:
- The instances that lie outside the shapes.
-
getAttribute1
public int getAttribute1()- 返回:
- The x axis attribute.
-
getAttribute2
public int getAttribute2()- 返回:
- The y axis attribute.
-