()
| 2341 | } |
| 2342 | |
| 2343 | public void redrawGrid(){ |
| 2344 | if (ip != null) { |
| 2345 | ip.setColor(Color.black); |
| 2346 | drawAxesTicksGridNumbers(steps); |
| 2347 | ip.setColor(Color.black); |
| 2348 | } |
| 2349 | } |
| 2350 | |
| 2351 | /** Gets the initial plot limits (i.e., x&y ranges). For compatibility with previous versions of ImageJ, |
| 2352 | * only the first PlotObject (with numeric data) is used to determine the limits. */ |
no test coverage detected