()
| 495 | } |
| 496 | |
| 497 | public String toString() { |
| 498 | return "Overlay[size="+size()+" "+(scalableLabels?"scale":"")+" "+Colors.colorToString(getLabelColor())+"]"; |
| 499 | } |
| 500 | |
| 501 | /** Updates overlays created by the particle analyzer |
| 502 | after rows are deleted from the Results table. */ |
no test coverage detected