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

Method getMode

ij/src/main/java/ij/CompositeImage.java:549–551  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

547 }
548
549 public int getMode() {
550 return mode;
551 }
552
553 public String getModeAsString() {
554 switch (mode) {

Callers 14

copyLutsMethod · 0.95
resetMethod · 0.95
swapStackImagesMethod · 0.95
mergeStacksMethod · 0.95
makeSubhyperstackMethod · 0.95
runMethod · 0.95
runMethod · 0.95
updateMethod · 0.95
itemStateChangedMethod · 0.95
drawInfoMethod · 0.95
getDisplayModeMethod · 0.45
setImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected