Uses of Record Class
sc.fiji.snt.analysis.growth.GrowthAnalyzer.GrowthPhase
Packages that use GrowthAnalyzer.GrowthPhase
-
Uses of GrowthAnalyzer.GrowthPhase in sc.fiji.snt.analysis
Method parameters in sc.fiji.snt.analysis with type arguments of type GrowthAnalyzer.GrowthPhaseModifier and TypeMethodDescriptionstatic org.jfree.chart.JFreeChartAnalysisUtils.createTimeline(Map<String, List<GrowthAnalyzer.GrowthPhase>> neuritePhases, String timeUnits) Creates a horizontal timeline chart with one row per neurite showing color-coded growth phases in sequence, so that each neurite gets one row with colored segments representing different phases. -
Uses of GrowthAnalyzer.GrowthPhase in sc.fiji.snt.analysis.growth
Methods in sc.fiji.snt.analysis.growth that return types with arguments of type GrowthAnalyzer.GrowthPhaseModifier and TypeMethodDescriptionNeuriteGrowthData.getGrowthPhases()Gets the detected growth phases for this neurite.NeuriteGrowthData.getLongestPhase(GrowthAnalyzer.GrowthPhaseType phaseType) Gets the longest phase of a specific type.GrowthAnalysisResults.getNeuritePhases()Creates a map of neurite phases suitable for timeline visualization.