MultiTreeColorMapper Class Documentation#
Package: sc.fiji.snt.analysis
Class for color coding groups of Trees.
After a mapping property and a color table (LUT) are specified, the mapping proceeds as follows: 1) Each Tree in the group is measured for the mapping property; 2) each measurement is mapped to a LUT entry that is used to color each Tree. Mapping limits can be optionally specified
Methods#
Getters Methods#
- getAvailableLuts()#
- getColor(double)#
- getColorRGB(double)#
- getColorTable(String)#
- static getMetrics(String)
Gets the list of supported mapping metrics.
- getMinMax()#
- getMultiViewer()#
Description copied from class: TreeColorMapper
- getNaNColor()#
- static getSingleValueMetrics()
Gets the list of single-value mapping metrics.
- isIntegerScale()#
- isNodeMapping()#
Setters Methods#
- setMinMax(double, double)#
- setNaNColor(Color)#
Other Methods#
- static main(String;)
- map(String, ColorTable)#
Description copied from class: ColorMapper
- mapRootDistanceToCentroid(AllenCompartment, ColorTable)#
- mapTrees(List, String)#
- sortedMappedTrees()#
- static unMap(Collection)