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

Method toString

ij/src/main/java/ij/ImagePlus.java:3603–3605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3601 }
3602
3603 public String toString() {
3604 return "img[\""+getTitle()+"\" ("+getID()+"), "+getBitDepth()+"-bit, "+width+"x"+height+"x"+getNChannels()+"x"+getNSlices()+"x"+getNFrames()+"]";
3605 }
3606
3607 public void setIJMenuBar(boolean b) {
3608 setIJMenuBar = b;

Callers 1

d2sMethod · 0.45

Calls 6

getTitleMethod · 0.95
getIDMethod · 0.95
getBitDepthMethod · 0.95
getNChannelsMethod · 0.95
getNSlicesMethod · 0.95
getNFramesMethod · 0.95

Tested by

no test coverage detected