Class AbstractDistributionsModel<Color,Row,Column,Value,Bin>
java.lang.Object
com.macrofocus.high_d.distributions.AbstractDistributionsModel<Color,Row,Column,Value,Bin>
- All Implemented Interfaces:
DistributionsModel<Color,Row, Column, Value, Bin>
- Direct Known Subclasses:
DefaultDistributionsModel
public abstract class AbstractDistributionsModel<Color,Row,Column,Value,Bin>
extends Object
implements DistributionsModel<Color,Row,Column,Value,Bin>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a listener for receiving interesting events about changes in the model.voidRemove 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, waitMethods inherited from interface com.macrofocus.high_d.distributions.DistributionsModel
createDistributionDimension, getAxisCount, getAxisGroupModel, getColoring, getColorMapping, getFilter, getIndex, getLocation, getObject, getObjectCount, getProbing, getSelection, getVisual, removeDistributionDimension, setLocation
-
Constructor Details
-
AbstractDistributionsModel
public AbstractDistributionsModel()
-
-
Method Details
-
addDistributionsListener
Add a listener for receiving interesting events about changes in the model.- Specified by:
addDistributionsListenerin interfaceDistributionsModel<Color,Row, Column, Value, Bin> - Parameters:
listener- the listener to add.
-
removeDistributionsListener
Remove a listener from the list of listeners that should be notified about changes in the model.- Specified by:
removeDistributionsListenerin interfaceDistributionsModel<Color,Row, Column, Value, Bin> - Parameters:
listener- the listener to remove.
-