()
| 1837 | } |
| 1838 | |
| 1839 | public boolean isFrozen() { |
| 1840 | return pp.isFrozen; |
| 1841 | } |
| 1842 | |
| 1843 | /** Draws the plot again, ignored if the plot has not been drawn before or the plot is frozen. */ |
| 1844 | public void update() { |
no outgoing calls
no test coverage detected