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

Method getResultsTable

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

Returns the plot values with simple headings (X, Y, Y1 etc, not the labels) as a ResultsTable. Use plot.getResultsTableWithLabels for a table with data set labels as column headings

()

Source from the content-addressed store, hash-verified

822 /** Returns the plot values with simple headings (X, Y, Y1 etc, not the labels) as a ResultsTable.
823 * Use plot.getResultsTableWithLabels for a table with data set labels as column headings */
824 public ResultsTable getResultsTable() {
825 return plot.getResultsTable(saveXValues);
826 }
827
828 /** creates the data that fills the showList() function values */
829 private String getValuesAsString(){

Callers 3

getValuesAsStringMethod · 0.95
showListMethod · 0.45
saveAsTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected