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

Method getXValues

ij/src/main/java/ij/gui/PlotWindow.java:909–911  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

907 public void lostOwnership(Clipboard clipboard, Transferable contents) {}
908
909 public float[] getXValues() {
910 return plot.getXValues();
911 }
912
913 public float[] getYValues() {
914 return plot.getYValues();

Callers 3

getPlotValuesMethod · 0.95
saveAsTextMethod · 0.45
copyToClipboardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected