Modifier and Type | Method and Description |
---|---|
protected DisplaySettings |
TrackMatePlugIn.createDisplaySettings() |
Modifier and Type | Method and Description |
---|---|
protected WizardSequence |
TrackMatePlugIn.createSequence(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings)
Hook for subclassers:
Will create and position the sequence that will be played by the wizard launched by this plugin. |
protected WizardSequence |
ManualTrackingPlugIn.createSequence(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Modifier and Type | Method and Description |
---|---|
static AllSpotsTableView |
ExportAllSpotsStatsAction.createSpotsTable(Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
static TrackTableView |
ExportStatsTablesAction.createTrackTables(Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
void |
TrimNotVisibleAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
TrackMateAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent)
Executes this action within an application specified by the parameters.
|
void |
TrackBranchAnalysis.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
SpotGaussianFitter.SpotGaussianFitterAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
ResetSpotTimeFeatureAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
RecomputeFeatureAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
PlotNSpotsVsTimeAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
MergeFileAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
LabelImgExporter.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame gui) |
void |
IcyTrackExporter.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
ISBIChallengeExporter.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
ExtractTrackStackAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
ExportTracksToXML.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
ExportStatsTablesAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
ExportAllSpotsStatsAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
CloseGapsByLinearInterpolationAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame parent) |
void |
CaptureOverlayAction.execute(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings,
Frame gui) |
Modifier and Type | Field and Description |
---|---|
protected DisplaySettings |
ModelDataset.ds |
Modifier and Type | Method and Description |
---|---|
static FeatureColorGenerator<Spot> |
FeatureUtils.createSpotColorGenerator(Model model,
DisplaySettings displaySettings) |
static FeatureColorGenerator<org.jgrapht.graph.DefaultWeightedEdge> |
FeatureUtils.createTrackColorGenerator(Model model,
DisplaySettings displaySettings) |
static FeatureColorGenerator<Integer> |
FeatureUtils.createWholeTrackColorGenerator(Model model,
DisplaySettings displaySettings) |
Constructor and Description |
---|
EdgeCollectionDataset(Model model,
SelectionModel selectionModel,
DisplaySettings ds,
String xFeature,
List<String> yFeatures,
List<org.jgrapht.graph.DefaultWeightedEdge> edges) |
EdgeFeatureGrapher(List<org.jgrapht.graph.DefaultWeightedEdge> edges,
String xFeature,
List<String> yFeatures,
Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
ModelDataset(Model model,
SelectionModel selectionModel,
DisplaySettings ds,
String xFeature,
List<String> yFeatures) |
SpotCollectionDataset(Model model,
SelectionModel selectionModel,
DisplaySettings ds,
String xFeature,
List<String> yFeatures,
List<Spot> spots) |
SpotFeatureGrapher(List<Spot> spots,
String xFeature,
List<String> yFeatures,
Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
TrackCollectionDataset(Model model,
SelectionModel selectionModel,
DisplaySettings ds,
String xFeature,
List<String> yFeatures,
List<Integer> trackIDs) |
TrackFeatureGrapher(List<Integer> trackIDs,
String xFeature,
List<String> yFeatures,
Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Constructor and Description |
---|
ActionChooserPanel(ActionProvider actionProvider,
TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
ConfigureViewsPanel(DisplaySettings ds,
FeatureDisplaySelector featureSelector,
String spaceUnits,
Action launchTrackSchemeAction,
Action showTrackTablesAction,
Action showSpotTableAction) |
FeatureDisplaySelector(Model model,
Settings settings,
DisplaySettings displaySettings) |
GrapherPanel(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Modifier and Type | Method and Description |
---|---|
DisplaySettings |
DisplaySettings.copy() |
DisplaySettings |
DisplaySettings.copy(String name)
Returns a new display settings, copied from this instance.
|
static DisplaySettings |
DisplaySettings.defaultStyle() |
static DisplaySettings |
DisplaySettingsIO.fromJson(String str) |
static DisplaySettings |
DisplaySettingsIO.readUserDefault() |
Modifier and Type | Method and Description |
---|---|
static JFrame |
ConfigTrackMateDisplaySettings.editor(DisplaySettings ds,
String titleStr,
String frameName) |
static void |
DisplaySettingsIO.saveToUserDefault(DisplaySettings ds) |
static String |
DisplaySettingsIO.toJson(DisplaySettings ds) |
static void |
DisplaySettingsIO.toXML(DisplaySettings ds,
org.jdom2.Element dsel) |
Constructor and Description |
---|
DisplaySettingsPanel(DisplaySettings ds) |
Constructor and Description |
---|
TrackMateWizardSequence(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Constructor and Description |
---|
ActionChooserDescriptor(ActionProvider actionProvider,
TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
ConfigureViewsDescriptor(DisplaySettings ds,
FeatureDisplaySelector featureSelector,
Action launchTrackSchemeAction,
Action showTrackTablesAction,
Action showSpotTableAction,
String spaceUnits) |
GrapherDescriptor(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
SaveDescriptor(TrackMate trackmate,
DisplaySettings displaySettings,
WizardSequence sequence) |
Modifier and Type | Method and Description |
---|---|
DisplaySettings |
TmXmlReader.getDisplaySettings() |
Modifier and Type | Method and Description |
---|---|
void |
TmXmlWriter.appendDisplaySettings(DisplaySettings ds) |
Collection<TrackMateModelView> |
TmXmlReader.getViews(ViewProvider provider,
Model model,
Settings settings,
SelectionModel selectionModel,
DisplaySettings displaySettings)
Returns the collection of views that were saved in this file.
|
Modifier and Type | Field and Description |
---|---|
protected DisplaySettings |
AbstractTrackMateModelView.displaySettings |
Modifier and Type | Method and Description |
---|---|
TrackMateModelView |
ViewFactory.create(Model model,
Settings settings,
SelectionModel selectionModel,
DisplaySettings displaySettings)
Returns a new instance of the concrete view.
|
Constructor and Description |
---|
AbstractTrackMateModelView(Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Modifier and Type | Field and Description |
---|---|
protected DisplaySettings |
TrackOverlay.displaySettings |
protected DisplaySettings |
SpotOverlay.displaySettings |
Modifier and Type | Method and Description |
---|---|
TrackMateModelView |
HyperStackDisplayerFactory.create(Model model,
Settings settings,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
protected SpotOverlay |
HyperStackDisplayer.createSpotOverlay(DisplaySettings displaySettings)
Hook for subclassers.
|
protected TrackOverlay |
HyperStackDisplayer.createTrackOverlay(DisplaySettings displaySettings)
Hook for subclassers.
|
Constructor and Description |
---|
HyperStackDisplayer(Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
HyperStackDisplayer(Model model,
SelectionModel selectionModel,
ij.ImagePlus imp,
DisplaySettings displaySettings) |
SpotOverlay(Model model,
ij.ImagePlus imp,
DisplaySettings displaySettings) |
TrackOverlay(Model model,
ij.ImagePlus imp,
DisplaySettings displaySettings) |
Modifier and Type | Method and Description |
---|---|
static TablePanel<Spot> |
AllSpotsTableView.createSpotTable(Model model,
DisplaySettings ds) |
Constructor and Description |
---|
AllSpotsTableView(Model model,
SelectionModel selectionModel,
DisplaySettings ds) |
TrackTableView(Model model,
SelectionModel selectionModel,
DisplaySettings ds) |
Modifier and Type | Method and Description |
---|---|
TrackMateModelView |
TrackSchemeFactory.create(Model model,
Settings settings,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
Constructor and Description |
---|
TrackScheme(Model model,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
TrackSchemeFrame(TrackScheme trackScheme,
DisplaySettings displaySettings) |
TrackSchemeGraphComponent(JGraphXAdapter graph,
TrackScheme trackScheme,
DisplaySettings ds) |
TrackSchemeStylist(Model model,
JGraphXAdapter graphx,
DisplaySettings displaySettings) |
Copyright © 2015–2021 Fiji. All rights reserved.