TreeColorMapper Class Documentation#
Package: sc.fiji.snt.analysis
Class for color coding Trees.
Methods#
Getters Methods#
- getAvailableLuts()#
Gets the available LUTs.
- getColor(double)#
- getColorRGB(double)#
- getColorTable(String)#
- static getMetrics()
Gets the list of supported mapping metrics.
- getMinMax()#
- getMultiViewer()#
Assembles a Multi-pane viewer using all the Trees mapped so far.
- getNaNColor()#
- isIntegerScale()#
- isNodeMapping()#
Setters Methods#
- setMinMax(double, double)#
- setNaNColor(Color)#
Other Methods#
- static main(String;)
- map(Tree, String, String)#
Colorizes a tree after the specified measurement. Mapping bounds are automatically determined.
- mapTrees(List, String)#
Colorizes a list of trees, with each tree being assigned a LUT index.
- static unMap(Collection)