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

Method PlotWindow

ij/src/main/java/ij/gui/PlotWindow.java:168–172  ·  view source on GitHub ↗

@deprecated replaced by the Plot class.

(String title, String xLabel, String yLabel, float[] xValues, float[] yValues)

Source from the content-addressed store, hash-verified

166 * replaced by the Plot class.
167 */
168 public PlotWindow(String title, String xLabel, String yLabel, float[] xValues, float[] yValues) {
169 super(createImage(title, xLabel, yLabel, xValues, yValues));
170 plot = staticPlot;
171 ((PlotCanvas)getCanvas()).setPlot(plot);
172 }
173
174 /**
175 * @deprecated

Callers

nothing calls this directly

Calls 6

createImageMethod · 0.95
toFloatMethod · 0.95
drawMethod · 0.95
setPlotMethod · 0.45
getCanvasMethod · 0.45
getImagePlusMethod · 0.45

Tested by

no test coverage detected