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

Method getResultsTable

ij/src/main/java/ij/gui/Plot.java:4247–4249  ·  view source on GitHub ↗

Creates a ResultsTable with the plot data. Returns an empty table if no data.

()

Source from the content-addressed store, hash-verified

4245
4246 /** Creates a ResultsTable with the plot data. Returns an empty table if no data. */
4247 public ResultsTable getResultsTable() {
4248 return getResultsTable(true);
4249 }
4250
4251 /** Creates a ResultsTable with the data of the plot. Returns null if no data.
4252 * Does not write the first x column if writeFirstXColumn is false.

Callers 4

showPlotValuesMethod · 0.95
prepareAddFromTableMethod · 0.45
tableWindowExistsMethod · 0.45

Calls 10

addToListsMethod · 0.95
setValueMethod · 0.95
getLastColumnMethod · 0.95
setDecimalPlacesMethod · 0.95
getPrecisionMethod · 0.95
getColumnMethod · 0.95
maxMethod · 0.45
equalsMethod · 0.45
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected