tpp
Class TPPModelEvent

java.lang.Object
  extended by tpp.TPPModelEvent

public class TPPModelEvent
extends java.lang.Object

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

DATA_SET_CHANGED

public static final int DATA_SET_CHANGED
The data set has been changed

See Also:
Constant Field Values

DATA_STRUCTURE_CHANGED

public static final int DATA_STRUCTURE_CHANGED
The structure of the data set has changed (attributes or points have been added or removed)

See Also:
Constant Field Values

DATA_VALUE_CHANGED

public static final int DATA_VALUE_CHANGED
The values of the data set have been changed

See Also:
Constant Field Values

PROJECTION_CHANGED

public static final int PROJECTION_CHANGED
The values of the data set have been changed

See Also:
Constant Field Values

AXIS_SELECTION_CHANGED

public static final int AXIS_SELECTION_CHANGED
The selection of axes have changed

See Also:
Constant Field Values

POINT_SELECTION_CHANGED

public static final int POINT_SELECTION_CHANGED
The selection of points have changed

See Also:
Constant Field Values

COLOR_SCHEME_CHANGED

public static final int COLOR_SCHEME_CHANGED
The color scheme has changed

See Also:
Constant Field Values

RETINAL_ATTRIBUTE_CHANGED

public static final int RETINAL_ATTRIBUTE_CHANGED
The retinal attributes used to draw the point markers has changed

See Also:
Constant Field Values

RECTANGLE_CHANGED

public static final int RECTANGLE_CHANGED
The position or state of selection rectangle has changed

See Also:
Constant Field Values

DECORATION_CHANGED

public static final int DECORATION_CHANGED
Other information used to decorate the visualisation (such as series lines or target markers) has changed

See Also:
Constant Field Values
Constructor Detail

TPPModelEvent

public TPPModelEvent(TPPModel model,
                     int type)
Method Detail

getSource

public TPPModel getSource()

getType

public int getType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object