Class AbstractParallelCoordinatesMatrixModel<Color,O,C>
java.lang.Object
com.macrofocus.high_d.parallelcoordinatesmatrix.AbstractParallelCoordinatesMatrixModel<Color,O,C>
- All Implemented Interfaces:
ParallelCoordinatesMatrixModel<Color,
O, C>
- Direct Known Subclasses:
DefaultParallelCoordinatesMatrixModel
public abstract class AbstractParallelCoordinatesMatrixModel<Color,O,C>
extends Object
implements ParallelCoordinatesMatrixModel<Color,O,C>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a listener for receiving interesting events about changes in the model.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.parallelcoordinatesmatrix.ParallelCoordinatesMatrixModel
getAxisGroupModel, getAxisHierarchy, getColoring, getColorMapping, getDataFrame, getFilter, getObject, getObjectCount, getProbing, getSelection, getSettings, getVisual
-
Constructor Details
-
AbstractParallelCoordinatesMatrixModel
public AbstractParallelCoordinatesMatrixModel()
-
-
Method Details
-
addParallelCoordinatesMatrixListener
Add a listener for receiving interesting events about changes in the model.- Specified by:
addParallelCoordinatesMatrixListener
in interfaceParallelCoordinatesMatrixModel<Color,
O, C> - Parameters:
listener
- the listener to add.
-
removeParallelCoordinatesMatrixListener
Remove a listener from the list of listeners that should be notified about changes in the model.- Specified by:
removeParallelCoordinatesMatrixListener
in interfaceParallelCoordinatesMatrixModel<Color,
O, C> - Parameters:
listener
- the listener to remove.
-