Uses of Enum Class
sc.fiji.snt.viewer.AbstractBigViewer.BrightnessScope
Packages that use AbstractBigViewer.BrightnessScope
-
Uses of AbstractBigViewer.BrightnessScope in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return AbstractBigViewer.BrightnessScopeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AbstractBigViewer.BrightnessScope[]AbstractBigViewer.BrightnessScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.viewer with parameters of type AbstractBigViewer.BrightnessScopeModifier and TypeMethodDescriptionprotected abstract voidAbstractBigViewer.applyAutoBrightness(AbstractBigViewer.BrightnessScope scope) Recomputes the display range (brightness/contrast) for the source(s) selected byscope, from data percentiles, on a bounded background thread - seeAbstractBigViewer.initBrightnessSafely(bdv.viewer.ViewerState, bdv.viewer.ConverterSetups, java.lang.String).protected voidprotected voidprotected static voidAbstractBigViewer.applyBrightnessScope(AbstractBigViewer.BrightnessScope scope, bdv.viewer.ViewerState state, bdv.viewer.ConverterSetups setups, bdv.viewer.SourceAndConverter<?> currentSource, String label) DispatchesAbstractBigViewer.applyAutoBrightness(BrightnessScope)for a given scope: the singlecurrent source, every currently active source (ViewerState.isSourceActive(bdv.viewer.SourceAndConverter<?>)), or (forALL) the whole scene via the aggregateAbstractBigViewer.initBrightnessSafely(bdv.viewer.ViewerState, bdv.viewer.ConverterSetups, String).