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

Method getTitle

ij/src/main/java/ij/ImagePlus.java:1274–1279  ·  view source on GitHub ↗

Returns the image name.

()

Source from the content-addressed store, hash-verified

1272
1273 /** Returns the image name. */
1274 public String getTitle() {
1275 if (title==null)
1276 return "";
1277 else
1278 return title;
1279 }
1280
1281 /** If the image title is a file name, returns the name
1282 without the extension and with spaces removed,

Callers 15

ImagePlusMethod · 0.95
setImageMethod · 0.95
getShortTitleMethod · 0.95
getStackMethod · 0.95
revertMethod · 0.95
cropMethod · 0.95
cropAndSaveMethod · 0.95
mouseMovedMethod · 0.95
flattenMethod · 0.95
plotHistogramMethod · 0.95
toStringMethod · 0.95
selectWindowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected