Uses of Enum Class
sc.fiji.snt.seed.SeedOverlay.ColorMode
Packages that use SeedOverlay.ColorMode
-
Uses of SeedOverlay.ColorMode in sc.fiji.snt
Methods in sc.fiji.snt with parameters of type SeedOverlay.ColorModeModifier and TypeMethodDescriptionstatic ColorSeedOverlayRenderer.colorForSeed(net.imglib2.display.ColorTable table, SeedOverlay.ColorMode mode, SeedPoint s, double low, double high, double depthFalloff, Map<SeedPoint, Integer> seedIndexMap, Map<String, Integer> categoryOrdinals) Dispatches to the per-mode color computation. -
Uses of SeedOverlay.ColorMode in sc.fiji.snt.seed
Methods in sc.fiji.snt.seed that return SeedOverlay.ColorModeModifier and TypeMethodDescriptionSeedOverlay.getColorMode()static SeedOverlay.ColorModeReturns the enum constant of this class with the specified name.static SeedOverlay.ColorMode[]SeedOverlay.ColorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.seed with parameters of type SeedOverlay.ColorModeModifier and TypeMethodDescriptionvoidSeedOverlay.setColorMode(SeedOverlay.ColorMode mode) Sets the rendering color mode.