|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttpp.TPPModelEvent
public class TPPModelEvent
An event indicating that a TPPModel has been changed.
Field Summary | |
---|---|
static int |
AXIS_SELECTION_CHANGED
The selection of axes have changed |
static int |
COLOR_SCHEME_CHANGED
The color scheme has changed |
static int |
DATA_SET_CHANGED
The data set has been changed |
static int |
DATA_STRUCTURE_CHANGED
The structure of the data set has changed (attributes or points have been added or removed) |
static int |
DATA_VALUE_CHANGED
The values of the data set have been changed |
static int |
DECORATION_CHANGED
Other information used to decorate the visualisation (such as series lines or target markers) has changed |
static int |
POINT_SELECTION_CHANGED
The selection of points have changed |
static int |
PROJECTION_CHANGED
The values of the data set have been changed |
static int |
RECTANGLE_CHANGED
The position or state of selection rectangle has changed |
static int |
RETINAL_ATTRIBUTE_CHANGED
The retinal attributes used to draw the point markers has changed |
Constructor Summary | |
---|---|
TPPModelEvent(TPPModel model,
int type)
|
Method Summary | |
---|---|
TPPModel |
getSource()
|
int |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DATA_SET_CHANGED
public static final int DATA_STRUCTURE_CHANGED
public static final int DATA_VALUE_CHANGED
public static final int PROJECTION_CHANGED
public static final int AXIS_SELECTION_CHANGED
public static final int POINT_SELECTION_CHANGED
public static final int COLOR_SCHEME_CHANGED
public static final int RETINAL_ATTRIBUTE_CHANGED
public static final int RECTANGLE_CHANGED
public static final int DECORATION_CHANGED
Constructor Detail |
---|
public TPPModelEvent(TPPModel model, int type)
Method Detail |
---|
public TPPModel getSource()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |