Interface | Description |
---|---|
FeatureColorGenerator<K> |
Interface for color generator that can color objects based on a
feature identified by a String.
|
TrackColorGenerator |
Interface for functions that can generate track colors, with a
different color for each vertex and edge.
|
TrackMateModelView | |
ViewFactory |
Class | Description |
---|---|
AbstractTrackMateModelView |
An abstract class for spot displayers, that can overlay detected spots and
tracks on top of the image data.
|
GlasbeyLut | |
ManualEdgeColorGenerator | |
ManualEdgePerSpotColorGenerator |
Color an edge by the manual color of its target spot.
|
ManualSpotColorGenerator | |
ManualSpotPerEdgeColorGenerator |
Color a spot by the manual color of its first incoming edges.
|
PerEdgeFeatureColorGenerator | |
PerSpotFeatureColorGenerator | |
PerTrackFeatureColorGenerator |
A
TrackColorGenerator that generate colors based on the whole track
feature. |
SpotColorGenerator | |
SpotColorGeneratorPerEdgeFeature | |
SpotColorGeneratorPerTrackFeature | |
UniformSpotColorGenerator |
A dummy spot color generator that always return the default color.
|
UniformTrackColorGenerator |
A dummy track color generator that always return the default color.
|
ViewUtils |
A collection of static utilities related to
TrackMateModelView s. |
WholeTrackFeatureColorGenerator |
Copyright © 2015–2021 Fiji. All rights reserved.