Package | Description |
---|---|
fiji.plugin.trackmate.features | |
fiji.plugin.trackmate.visualization | |
fiji.plugin.trackmate.visualization.table |
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) |
Modifier and Type | Interface and Description |
---|---|
interface |
TrackColorGenerator
Interface for functions that can generate track colors, with a
different color for each vertex and edge.
|
Modifier and Type | Class and Description |
---|---|
class |
ManualEdgeColorGenerator |
class |
ManualEdgePerSpotColorGenerator
Color an edge by the manual color of its target spot.
|
class |
ManualSpotColorGenerator |
class |
ManualSpotPerEdgeColorGenerator
Color a spot by the manual color of its first incoming edges.
|
class |
PerEdgeFeatureColorGenerator |
class |
PerSpotFeatureColorGenerator |
class |
PerTrackFeatureColorGenerator
A
TrackColorGenerator that generate colors based on the whole track
feature. |
class |
SpotColorGenerator |
class |
SpotColorGeneratorPerEdgeFeature |
class |
SpotColorGeneratorPerTrackFeature |
class |
UniformSpotColorGenerator
A dummy spot color generator that always return the default color.
|
class |
UniformTrackColorGenerator
A dummy track color generator that always return the default color.
|
class |
WholeTrackFeatureColorGenerator |
Constructor and Description |
---|
TablePanel(Iterable<O> objects,
List<String> features,
BiFunction<O,String,Double> featureFun,
Map<String,String> featureNames,
Map<String,String> featureShortNames,
Map<String,String> featureUnits,
Map<String,Boolean> isInts,
Map<String,String> infoTexts,
Supplier<FeatureColorGenerator<O>> colorSupplier,
Function<O,String> labelGenerator,
BiConsumer<O,String> labelSetter) |
TablePanel(Iterable<O> objects,
List<String> features,
BiFunction<O,String,Double> featureFun,
Map<String,String> featureNames,
Map<String,String> featureShortNames,
Map<String,String> featureUnits,
Map<String,Boolean> isInts,
Map<String,String> infoTexts,
Supplier<FeatureColorGenerator<O>> colorSupplier,
Function<O,String> labelGenerator,
BiConsumer<O,String> labelSetter,
String manualColorFeature,
BiConsumer<O,Color> colorSetter) |
Copyright © 2015–2021 Fiji. All rights reserved.