Uses of Enum Class
sc.fiji.snt.analysis.sholl.math.ShollStats.DataMode
Packages that use ShollStats.DataMode
Package
Description
GUI customizations (image overlays, plots, etc.) required for Sholl Analysis.
Statistical analysis of Sholl data
-
Uses of ShollStats.DataMode in sc.fiji.snt.analysis.sholl.gui
Constructors in sc.fiji.snt.analysis.sholl.gui with parameters of type ShollStats.DataMode -
Uses of ShollStats.DataMode in sc.fiji.snt.analysis.sholl.math
Methods in sc.fiji.snt.analysis.sholl.math that return ShollStats.DataModeModifier and TypeMethodDescriptionstatic ShollStats.DataModeShollStats.DataMode.fromString(String string) PolarProfileStats.getDataMode()ShollStats.getDataMode()static ShollStats.DataModeReturns the enum constant of this class with the specified name.static ShollStats.DataMode[]ShollStats.DataMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.analysis.sholl.math with parameters of type ShollStats.DataModeModifier and TypeMethodDescriptionvoidPolarProfileStats.setDataMode(ShollStats.DataMode mode) voidShollStats.setDataMode(ShollStats.DataMode mode) Constructors in sc.fiji.snt.analysis.sholl.math with parameters of type ShollStats.DataModeModifierConstructorDescriptionLinearProfileStats(Profile profile, ShollStats.DataMode dataMode) Instantiates the Linear Profile Statistics.NormalizedProfileStats(Profile profile, ShollStats.DataMode dataMode, int normalizationFlag) NormalizedProfileStats(Profile profile, ShollStats.DataMode dataMode, int normalizationFlag, int methodFlag) PolarProfileStats(Profile profile, ShollStats.DataMode dataMode, double angleStepSize) Instantiates a new PolarProfileStats from a Profile with custom angular resolution.