NodeColorMapper Class Documentation#
Package: sc.fiji.snt.analysis
Class for color coding of NodeStatistics results.
Methods#
Getters Methods#
- getAvailableLuts()#
Gets the available LUTs.
- getColor(double)#
- getColorRGB(double)#
- getColorTable(String)#
Description copied from class: ColorMapper
- static getMetrics()
Gets the list of supported mapping metrics.
- getMinMax()#
Description copied from class: ColorMapper
- getNaNColor()#
- getNodes()#
Gets the collection of nodes being mapped.
- getNodesByColor()#
- isIntegerScale()#
Setters Methods#
- setMinMax(double, double)#
Description copied from class: ColorMapper
- setNaNColor(Color)#
Other Methods#
- static main(String;)
- map(String, ColorTable)#
Maps nodes after the specified measurement. Mapping bounds are automatically determined.
- static unMap(Collection)