public class HyperStackDisplayerFactory extends Object implements ViewFactory
| Constructor and Description |
|---|
HyperStackDisplayerFactory() |
| Modifier and Type | Method and Description |
|---|---|
TrackMateModelView |
create(Model model,
Settings settings,
SelectionModel selectionModel,
DisplaySettings displaySettings)
Returns a new instance of the concrete view.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforbidMultithreadingpublic TrackMateModelView create(Model model, Settings settings, SelectionModel selectionModel, DisplaySettings displaySettings)
ViewFactorycreate in interface ViewFactorymodel - the model to display in the view.settings - a Settings object, which specific implementation might
use to display the model.selectionModel - the SelectionModel model to share in the created view.displaySettings - the display settings to use to paint the view.public String getInfoText()
TrackMateModulegetInfoText in interface TrackMateModulepublic String getName()
TrackMateModulegetName in interface TrackMateModulepublic String getKey()
TrackMateModulegetKey in interface TrackMateModulepublic ImageIcon getIcon()
TrackMateModulenull.getIcon in interface TrackMateModulenull to be safely ignored.Copyright © 2015–2021 Fiji. All rights reserved.