Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
next
Method · 0.95
run
Method · 0.65
saveImage
Method · 0.65
processBasic3DImage
Method · 0.65
saveAsJpeg
Method · 0.65
run
Method · 0.65
clone
Method · 0.65
processBasic3DImage
Method · 0.65
fireActionPerformed
Method · 0.65
getShapeAsArray
Method · 0.65
parsePath
Method · 0.65
drawPixels
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected