public class TrackBranchAnalysis extends AbstractTMAction
Modifier and Type | Class and Description |
---|---|
static class |
TrackBranchAnalysis.Factory |
logger
Constructor and Description |
---|
TrackBranchAnalysis() |
Modifier and Type | Method and Description |
---|---|
static BranchTableView |
createBranchTable(Model model,
SelectionModel selectionModel) |
void |
execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent)
Executes this action within an application specified by the parameters.
|
setLogger
public void execute(TrackMate trackmate, SelectionModel selectionModel, DisplaySettings displaySettings, Frame parent)
TrackMateAction
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.public static final BranchTableView createBranchTable(Model model, SelectionModel selectionModel)
Copyright © 2015–2021 Fiji. All rights reserved.