(int i)
| 1628 | } |
| 1629 | |
| 1630 | PlotObject getPlotObjectDeepClone(int i) { |
| 1631 | return allPlotObjects.get(i).deepClone(); |
| 1632 | } |
| 1633 | |
| 1634 | /** Sets the plot range to the initial value determined from minima&maxima or given by setLimits. |
| 1635 | * Updates the image if existing and updateImg is true */ |
no test coverage detected