public abstract class AbstractTrackMateModelView extends Object implements SelectionChangeListener, TrackMateModelView, ModelChangeListener
Modifier and Type | Field and Description |
---|---|
protected DisplaySettings |
displaySettings |
protected Model |
model
The model displayed by this class.
|
protected SelectionModel |
selectionModel |
Modifier | Constructor and Description |
---|---|
protected |
AbstractTrackMateModelView(Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Modifier and Type | Method and Description |
---|---|
Model |
getModel()
Returns the model displayed in this view.
|
void |
selectionChanged(SelectionChangeEvent event)
This needs to be overridden for concrete implementation to display
selection.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
centerViewOn, clear, getKey, refresh, render
modelChanged
protected final Model model
protected final SelectionModel selectionModel
protected final DisplaySettings displaySettings
protected AbstractTrackMateModelView(Model model, SelectionModel selectionModel, DisplaySettings displaySettings)
public void selectionChanged(SelectionChangeEvent event)
selectionChanged
in interface SelectionChangeListener
event
- the event that characterizes the change.public Model getModel()
TrackMateModelView
getModel
in interface TrackMateModelView
Copyright © 2015–2021 Fiji. All rights reserved.