public class VisualizePanelEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
HLINE |
static int |
LINE |
static int |
NONE
No longer used
|
static int |
OVAL |
static int |
POLYGON |
static int |
RECTANGLE |
static int |
VLINE |
Constructor and Description |
---|
VisualizePanelEvent(java.util.ArrayList<java.util.ArrayList<java.lang.Double>> ar,
Instances i,
Instances i2,
int at1,
int at2)
This constructor creates the event with all the parameters set.
|
Modifier and Type | Method and Description |
---|---|
int |
getAttribute1() |
int |
getAttribute2() |
Instances |
getInstances1() |
Instances |
getInstances2() |
java.util.ArrayList<java.util.ArrayList<java.lang.Double>> |
getValues() |
public static int NONE
public static int RECTANGLE
public static int OVAL
public static int POLYGON
public static int LINE
public static int VLINE
public static int HLINE
public VisualizePanelEvent(java.util.ArrayList<java.util.ArrayList<java.lang.Double>> ar, Instances i, Instances i2, int at1, int at2)
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.public java.util.ArrayList<java.util.ArrayList<java.lang.Double>> getValues()
public Instances getInstances1()
public Instances getInstances2()
public int getAttribute1()
public int getAttribute2()