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, getIconcheckSettingsValidity, getDefaultSettings, getErrorMessage, marshall, toString, unmarshallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforbidMultithreadingpublic static final String THIS2_TRACKER_KEY
public static final String THIS2_NAME
public static final String THIS2_INFO_TEXT
public String getKey()
TrackMateModulegetKey in interface TrackMateModulegetKey in class SparseLAPTrackerFactorypublic String getName()
TrackMateModulegetName in interface TrackMateModulegetName in class SparseLAPTrackerFactorypublic String getInfoText()
TrackMateModulegetInfoText in interface TrackMateModulegetInfoText in class SparseLAPTrackerFactorypublic ConfigurationPanel getTrackerConfigurationPanel(Model model)
SpotTrackerFactorygetTrackerConfigurationPanel in interface SpotTrackerFactorygetTrackerConfigurationPanel in class LAPTrackerFactorymodel - the model that will be modified by the target tracker.Copyright © 2015–2021 Fiji. All rights reserved.