(Color c)
| 632 | } |
| 633 | |
| 634 | private String getColorArgs(Color c) { |
| 635 | return IJ.d2s(c.getRed()/255.0,2)+", "+IJ.d2s(c.getGreen()/255.0,2)+", "+IJ.d2s(c.getBlue()/255.0,2); |
| 636 | } |
| 637 | |
| 638 | public String getText() { |
| 639 | String text = ""; |
no test coverage detected