MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getPlotObjectDeepClone

Method getPlotObjectDeepClone

ij/src/main/java/ij/gui/Plot.java:1630–1632  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

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 */

Callers 1

addObjectFromPlotMethod · 0.80

Calls 2

deepCloneMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected