public interface ViewFactory extends TrackMateModule
Modifier and Type | Method and Description |
---|---|
TrackMateModelView |
create(Model model,
Settings settings,
SelectionModel selectionModel,
DisplaySettings displaySettings)
Returns a new instance of the concrete view.
|
forbidMultithreading, getIcon, getInfoText, getKey, getName
TrackMateModelView create(Model model, Settings settings, SelectionModel selectionModel, DisplaySettings displaySettings)
model
- the model to display in the view.settings
- a Settings
object, which specific implementation might
use to display the model.selectionModel
- the SelectionModel
model to share in the created view.displaySettings
- the display settings to use to paint the view.Copyright © 2015–2021 Fiji. All rights reserved.