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, unmarshall
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forbidMultithreading
public static final String THIS_TRACKER_KEY
public static final String THIS_NAME
public static final String THIS_INFO_TEXT
public String getInfoText()
TrackMateModule
public ImageIcon getIcon()
TrackMateModule
null
.getIcon
in interface TrackMateModule
getIcon
in class LAPTrackerFactory
null
to be safely ignored.public String getKey()
TrackMateModule
public String getName()
TrackMateModule
public SpotTracker create(SpotCollection spots, Map<String,Object> settings)
SpotTrackerFactory
SpotTracker
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.