Package | Description |
---|---|
sc.fiji.coloc.algorithms |
Modifier and Type | Method and Description |
---|---|
static Histogram2D.DrawingFlags |
Histogram2D.DrawingFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Histogram2D.DrawingFlags[] |
Histogram2D.DrawingFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Histogram2D.DrawingFlags> |
Histogram2D.getDrawingSettings() |
Constructor and Description |
---|
Histogram2D(String title,
boolean swapChannels,
EnumSet<Histogram2D.DrawingFlags> drawingSettings) |
LiHistogram2D(String title,
boolean swapChannels,
boolean useCh1,
EnumSet<Histogram2D.DrawingFlags> drawingSettings) |
Copyright © 2015–2021 Fiji. All rights reserved.