Uses of Class
sc.fiji.snt.analysis.ColorMapper
Packages that use ColorMapper
Package
Description
Analysis of
Trees.Classes for handling neuronal reconstructions as graphs
Visualization of reconstructions
-
Uses of ColorMapper in sc.fiji.snt.analysis
Subclasses of ColorMapper in sc.fiji.snt.analysisModifier and TypeClassDescriptionclassA specializedColorMapperfor applying color-coded mappings to 3D annotations.classClass for color coding groups ofTrees.classClass for color coding ofNodeStatisticsresults.classClass for color codingTrees. -
Uses of ColorMapper in sc.fiji.snt.analysis.graph
Subclasses of ColorMapper in sc.fiji.snt.analysis.graphModifier and TypeClassDescriptionclassGraphColorMapper<V,E extends org.jgrapht.graph.DefaultWeightedEdge> A color mapping utility for graph visualization that assigns colors to vertices and edges based on various graph metrics. -
Uses of ColorMapper in sc.fiji.snt.viewer
Subclasses of ColorMapper in sc.fiji.snt.viewerModifier and TypeClassDescriptionclassClass for renderingTrees as 2D plots that can be exported as SVG, PNG or PDF.Methods in sc.fiji.snt.viewer with type parameters of type ColorMapperModifier and TypeMethodDescription<T extends ColorMapper>
voidMultiViewer3D.addColorBarLegend(T colorMapper) <T extends ColorMapper>
voidViewer2D.addColorBarLegend(T colorMapper) Adds a color bar legend (LUT ramp) from aColorMapper.<T extends ColorMapper>
voidViewer3D.addColorBarLegend(T colorMapper) Adds a color bar legend (LUT ramp) from aColorMapper.<T extends ColorMapper>
voidMultiViewer2D.setColorBarLegend(T colorMapper)