sventon subversion web client - http://www.sventon.org |
[show recent changes] | |
Rev: 9986 - svn://svn.freehep.org/svn / sandbox / Plotter / src / plotter / RainbowColorMap.java |
Unified Diff View - RainbowColorMap.java |
/sandbox/Plotter/src/plotter/RainbowColorMap.java @ revision 9985 |
---|
/sandbox/Plotter/src/plotter/RainbowColorMap.java @ revision 9986 |
@@ -81,4 +81,8 @@ if (bin >= red.length) bin = red.length-1; return (red[bin]<<16) + (green[bin]<<8) + blue[bin]; } + public String toString() + { + return "Rainbow"; + } } |
sventon 2.5.1