public class SparseLAPTrackerFactory extends LAPTrackerFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
THIS_INFO_TEXT |
static String |
THIS_NAME |
static String |
THIS_TRACKER_KEY |
| Constructor and Description |
|---|
SparseLAPTrackerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SpotTracker |
create(SpotCollection spots,
Map<String,Object> settings)
Instantiates and returns a new
SpotTracker configured to operate
on the specified SpotCollection, using the specified settins map. |
ImageIcon |
getIcon()
Returns the icon for this action.
|
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.
|
checkSettingsValidity, getDefaultSettings, getErrorMessage, getTrackerConfigurationPanel, marshall, toString, unmarshallclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforbidMultithreadingpublic static final String THIS_TRACKER_KEY
public static final String THIS_NAME
public static final String THIS_INFO_TEXT
public String getInfoText()
TrackMateModulepublic ImageIcon getIcon()
TrackMateModulenull.getIcon in interface TrackMateModulegetIcon in class LAPTrackerFactorynull to be safely ignored.public String getKey()
TrackMateModulepublic String getName()
TrackMateModulepublic SpotTracker create(SpotCollection spots, Map<String,Object> settings)
SpotTrackerFactorySpotTracker configured to operate
on the specified SpotCollection, using the specified settins map.spots - the SpotCollection containing the spots to track.settings - the settings map configuring the tracker.SpotTracker instance.Copyright © 2015–2021 Fiji. All rights reserved.