public interface TrackMateAction
TrackMate
object to change its content or properties.Modifier and Type | Method and Description |
---|---|
void |
execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent)
Executes this action within an application specified by the parameters.
|
void |
setLogger(Logger logger)
Sets the logger that will receive logs when this action is executed.
|
void execute(TrackMate trackmate, SelectionModel selectionModel, DisplaySettings displaySettings, Frame parent)
trackmate
- the TrackMate
instance to use to execute the action.selectionModel
- the SelectionModel
currently used in the application,displaySettings
- the DisplaySettings
used to render the views in the
application.parent
- the user-interface parent window.void setLogger(Logger logger)
Copyright © 2015–2021 Fiji. All rights reserved.