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

Method getTitle

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

Returns the title of the image showing the plot (if any) or title of the plot

()

Source from the content-addressed store, hash-verified

435
436 /** Returns the title of the image showing the plot (if any) or title of the plot */
437 public String getTitle() {
438 return imp == null ? title : imp.getTitle();
439 }
440
441 /** Sets the x-axis and y-axis range. Saves the new limits as default (so the 'R' field sets the limits to these).
442 * Updates the image if existing.

Callers 1

makeHighResolutionMethod · 0.95

Calls 1

getTitleMethod · 0.65

Tested by

no test coverage detected