Package | Description |
---|---|
fiji.plugin.trackmate.gui.displaysettings | |
fiji.plugin.trackmate.visualization |
Modifier and Type | Field and Description |
---|---|
static Colormap |
Colormap.Jet
An
Colormap that maps a typical "Jet" colormap going
from blue to red to the range [0, 1]. |
static Colormap |
Colormap.Turbo
The TURBO color-map, from Google LLC, Anton Mikhailov.
|
static Colormap |
Colormap.Viridis
An
Colormap that replicates the matplotlib "Viridis"
colormap. |
Modifier and Type | Method and Description |
---|---|
Colormap |
Colormap.clone() |
abstract Colormap |
StyleElements.ColormapElement.get() |
Colormap |
DisplaySettings.getColormap() |
Modifier and Type | Method and Description |
---|---|
static List<Colormap> |
Colormap.getAvailableLUTs() |
static JComboBox<Colormap> |
StyleElements.linkedColormapChooser(StyleElements.ColormapElement element) |
Modifier and Type | Method and Description |
---|---|
abstract void |
StyleElements.ColormapElement.set(Colormap v) |
void |
DisplaySettings.setColormap(Colormap colormap) |
Modifier and Type | Method and Description |
---|---|
static StyleElements.ColormapElement |
StyleElements.colormapElement(String label,
Supplier<Colormap> get,
Consumer<Colormap> set) |
static StyleElements.ColormapElement |
StyleElements.colormapElement(String label,
Supplier<Colormap> get,
Consumer<Colormap> set) |
void |
StyleElements.ColormapElement.onSet(Consumer<Colormap> set) |
Constructor and Description |
---|
PerEdgeFeatureColorGenerator(Model model,
String edgeFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
PerSpotFeatureColorGenerator(Model model,
String spotFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
PerTrackFeatureColorGenerator(Model model,
String trackFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
SpotColorGenerator(String feature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
SpotColorGeneratorPerEdgeFeature(Model model,
String edgeFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
SpotColorGeneratorPerTrackFeature(Model model,
String trackFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
WholeTrackFeatureColorGenerator(Model model,
String trackFeature,
Color missingValueColor,
Color undefinedValueColor,
Colormap colormap,
double min,
double max) |
Copyright © 2015–2021 Fiji. All rights reserved.