Uses of Enum Class
sc.fiji.snt.analysis.growth.GrowthAnalyzer.GrowthPhaseType
Packages that use GrowthAnalyzer.GrowthPhaseType
-
Uses of GrowthAnalyzer.GrowthPhaseType in sc.fiji.snt.analysis
Method parameters in sc.fiji.snt.analysis with type arguments of type GrowthAnalyzer.GrowthPhaseType -
Uses of GrowthAnalyzer.GrowthPhaseType in sc.fiji.snt.analysis.growth
Methods in sc.fiji.snt.analysis.growth that return GrowthAnalyzer.GrowthPhaseTypeModifier and TypeMethodDescriptionGrowthAnalyzer.GrowthPhase.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static GrowthAnalyzer.GrowthPhaseType[]GrowthAnalyzer.GrowthPhaseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in sc.fiji.snt.analysis.growth that return types with arguments of type GrowthAnalyzer.GrowthPhaseTypeModifier and TypeMethodDescriptionGrowthAnalysisResults.getPhaseDistribution()Gets the distribution of growth phase types across all neurites.Methods in sc.fiji.snt.analysis.growth with parameters of type GrowthAnalyzer.GrowthPhaseTypeModifier and TypeMethodDescriptionNeuriteGrowthData.getLongestPhase(GrowthAnalyzer.GrowthPhaseType phaseType) Gets the longest phase of a specific type.doubleNeuriteGrowthData.getPhaseDuration(GrowthAnalyzer.GrowthPhaseType phaseType) Gets the total duration of phases of a specific type.doubleGrowthAnalysisResults.getPhasePercentage(GrowthAnalyzer.GrowthPhaseType phaseType) Gets the percentage of phases that are of a specific type.doubleNeuriteGrowthData.getPhasePercentage(GrowthAnalyzer.GrowthPhaseType phaseType, double frameInterval) Gets the percentage of time spent in a specific phase type.booleanNeuriteGrowthData.hasPhaseType(GrowthAnalyzer.GrowthPhaseType phaseType) Checks if this neurite has any phases of the specified type.Constructors in sc.fiji.snt.analysis.growth with parameters of type GrowthAnalyzer.GrowthPhaseTypeModifierConstructorDescriptionGrowthPhase(int startIndex, int endIndex, double startTime, double endTime, double duration, double averageRate, double lengthChange, GrowthAnalyzer.GrowthPhaseType type) Creates an instance of aGrowthPhaserecord class.