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

Method next

ij/src/main/java/ij/astro/gui/nstate/NState.java:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 default STATE next() {
24 var o = ordinal() + 1;
25 if (o >= values0().length) {
26 o = 0;

Callers 13

nextMethod · 0.95
runMethod · 0.65
saveImageMethod · 0.65
processBasic3DImageMethod · 0.65
saveAsJpegMethod · 0.65
runMethod · 0.65
cloneMethod · 0.65
processBasic3DImageMethod · 0.65
fireActionPerformedMethod · 0.65
getShapeAsArrayMethod · 0.65
parsePathMethod · 0.65
drawPixelsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected