(double n)
| 2954 | } |
| 2955 | |
| 2956 | private String d2s(double n) { |
| 2957 | return n==(int)n?Integer.toString((int)n):IJ.d2s(n); |
| 2958 | } |
| 2959 | |
| 2960 | private String getValueAsString(int x, int y) { |
| 2961 | if (win!=null && win instanceof PlotWindow) |
no test coverage detected