Class AbstractScatterPlotMatrixModel<Color,O,C>
java.lang.Object
com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixModel<Color,O,C>
- All Implemented Interfaces:
ScatterPlotMatrixModel<Color,
O, C>
- Direct Known Subclasses:
DefaultScatterPlotMatrixModel
public abstract class AbstractScatterPlotMatrixModel<Color,O,C>
extends Object
implements ScatterPlotMatrixModel<Color,O,C>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a listener for receiving interesting events about changes in the model.protected void
void
Remove a listener from the list of listeners that should be notified about changes in the model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.macrofocus.high_d.scatterplotmatrix.ScatterPlotMatrixModel
getAxisCount, getAxisGroupModel, getAxisModel, getColoring, getColorMapping, getFilter, getLocation, getObject, getObjectCount, getProbing, getSelection, getVisual, setLocation
-
Constructor Details
-
AbstractScatterPlotMatrixModel
public AbstractScatterPlotMatrixModel()
-
-
Method Details
-
addScatterPlotMatrixListener
Add a listener for receiving interesting events about changes in the model.- Specified by:
addScatterPlotMatrixListener
in interfaceScatterPlotMatrixModel<Color,
O, C> - Parameters:
listener
- the listener to add.
-
removeScatterPlotMatrixListener
Remove a listener from the list of listeners that should be notified about changes in the model.- Specified by:
removeScatterPlotMatrixListener
in interfaceScatterPlotMatrixModel<Color,
O, C> - Parameters:
listener
- the listener to remove.
-
firedScatterPlotMatrixChanged
protected void firedScatterPlotMatrixChanged()
-