public class SimpleSparseLAPTrackerFactory extends SparseLAPTrackerFactory
Modifier and Type | Field and Description |
---|---|
static String |
THIS2_INFO_TEXT |
static String |
THIS2_NAME |
static String |
THIS2_TRACKER_KEY |
THIS_INFO_TEXT, THIS_NAME, THIS_TRACKER_KEY
Constructor and Description |
---|
SimpleSparseLAPTrackerFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getInfoText()
Returns a html string containing a descriptive information about this
module.
|
String |
getKey()
Returns a unique identifier of this module.
|
String |
getName()
Returns the human-compliant name of this module.
|
ConfigurationPanel |
getTrackerConfigurationPanel(Model model)
Returns a new GUI panel able to configure the settings suitable for the
target tracker identified by the key parameter.
|
create, getIcon
checkSettingsValidity, getDefaultSettings, getErrorMessage, marshall, toString, unmarshall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forbidMultithreading
public static final String THIS2_TRACKER_KEY
public static final String THIS2_NAME
public static final String THIS2_INFO_TEXT
public String getKey()
TrackMateModule
getKey
in interface TrackMateModule
getKey
in class SparseLAPTrackerFactory
public String getName()
TrackMateModule
getName
in interface TrackMateModule
getName
in class SparseLAPTrackerFactory
public String getInfoText()
TrackMateModule
getInfoText
in interface TrackMateModule
getInfoText
in class SparseLAPTrackerFactory
public ConfigurationPanel getTrackerConfigurationPanel(Model model)
SpotTrackerFactory
getTrackerConfigurationPanel
in interface SpotTrackerFactory
getTrackerConfigurationPanel
in class LAPTrackerFactory
model
- the model that will be modified by the target tracker.Copyright © 2015–2021 Fiji. All rights reserved.