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

Method createWindow

ij/src/main/java/ij/gui/ProfilePlot.java:116–120  ·  view source on GitHub ↗

Displays this profile plot in a window.

()

Source from the content-addressed store, hash-verified

114
115 /** Displays this profile plot in a window. */
116 public void createWindow() {
117 Plot plot = getPlot();
118 if (plot!=null)
119 plot.show();
120 }
121
122 /** Returns the profile plot as a Plot object. */
123 public Plot getPlot() {

Callers

nothing calls this directly

Calls 2

getPlotMethod · 0.95
showMethod · 0.95

Tested by

no test coverage detected