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

Method getPlotObjectDesignations

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

Gets an array with human-readable designations of the PlotObjects (curves, labels, ...) in the sequence they were added (the object passed with the constructor is first, even though it is plotted last). Hidden PlotObjects are included.

()

Source from the content-addressed store, hash-verified

1390 * in the sequence they were added (the object passed with the constructor is first,
1391 * even though it is plotted last). Hidden PlotObjects are included. **/
1392 public String[] getPlotObjectDesignations() {
1393 return getPlotObjectDesignations(-1, true);
1394 }
1395
1396 /** Gets an array with human-readable designations of the PlotObjects containing xy data
1397 * in the sequence they were added. Other Plot Objects such as labels, arrows, lines,

Callers 5

showDialogMethod · 0.80
setDialogStyleFieldsMethod · 0.80
makeSourcePlotObjectsMethod · 0.80
suggestColorMethod · 0.80

Calls 7

getNumPlotObjectsMethod · 0.95
replaceAllMethod · 0.80
substringMethod · 0.80
hasFlagMethod · 0.65
lengthMethod · 0.65
trimMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected