Uses of Enum Class
sc.fiji.snt.analysis.curation.CurationHistograms.Side
Packages that use CurationHistograms.Side
Package
Description
Classes for curation of reconstructions, as implemented by the "Curation Assistant".
-
Uses of CurationHistograms.Side in sc.fiji.snt.analysis.curation
Methods in sc.fiji.snt.analysis.curation that return CurationHistograms.SideModifier and TypeMethodDescriptionstatic CurationHistograms.SideReturns the enum constant of this class with the specified name.static CurationHistograms.Side[]CurationHistograms.Side.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.analysis.curation with parameters of type CurationHistograms.SideModifier and TypeMethodDescriptionstatic JButtonCurationHistograms.button(String checkName, Function<Collection<Path>, PlausibilityCheck.Measurements> measureFn, Supplier<Collection<Path>> pathsSnapshot, DoubleSupplier primaryThreshold, DoubleSupplier secondaryThreshold, CurationHistograms.Side side, Component parent) Histogram button supporting both single- and two-threshold checks.static JButtonCurationHistograms.button(String checkName, Function<Collection<Path>, PlausibilityCheck.Measurements> measureFn, Supplier<Collection<Path>> pathsSnapshot, DoubleSupplier threshold, CurationHistograms.Side side, Component parent) Single-sided histogram button (LEFT_FLAGGED or RIGHT_FLAGGED).