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

Method setZ

ij/src/main/java/ij/plugin/frame/SyncWindows.java:124–130  ·  view source on GitHub ↗
(ImageWindow source, int slice)

Source from the content-addressed store, hash-verified

122 }
123
124 public static void setZ(ImageWindow source, int slice) {
125 SyncWindows syncWindows = instance;
126 if (syncWindows==null || !syncWindows.synced(source))
127 return;
128 DisplayChangeEvent event=new DisplayChangeEvent(source, DisplayChangeEvent.Z, slice);
129 syncWindows.displayChanged(event);
130 }
131
132 public static void setT(ImageWindow source, int frame) {
133 SyncWindows syncWindows = instance;

Callers 4

syncWindowsMethod · 0.95
mouseWheelMovedMethod · 0.95
showSliceMethod · 0.95
setPositionMethod · 0.95

Calls 2

syncedMethod · 0.95
displayChangedMethod · 0.95

Tested by

no test coverage detected