public interface TrackMateModelView
Modifier and Type | Method and Description |
---|---|
void |
centerViewOn(Spot spot)
Centers the view on the given spot.
|
void |
clear()
Removes any overlay (for spots or tracks) from this displayer.
|
String |
getKey()
Returns the unique key that identifies this view.
|
Model |
getModel()
Returns the model displayed in this view.
|
void |
refresh()
Refreshes the displayer display with current model.
|
void |
render()
Initializes this displayer and render it according to its concrete
implementation.
|
void render()
void refresh()
void clear()
void centerViewOn(Spot spot)
Model getModel()
String getKey()
Careful: this key must be the same that for the
ViewFactory
that can instantiates this view. This is to
facilitate saving/loading.
Copyright © 2015–2021 Fiji. All rights reserved.