Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen.
()
| 1842 | |
| 1843 | /** Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen. */ |
| 1844 | public void update() { |
| 1845 | updateImage(); |
| 1846 | } |
| 1847 | |
| 1848 | /** Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen. |
| 1849 | * If the ImagePlus exist, updates it and its calibration. */ |