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

Method setC

ij/src/main/java/ij/plugin/frame/SyncWindows.java:116–122  ·  view source on GitHub ↗
(ImageWindow source, int channel)

Source from the content-addressed store, hash-verified

114 }
115
116 public static void setC(ImageWindow source, int channel) {
117 SyncWindows syncWindows = instance;
118 if (syncWindows==null || !syncWindows.synced(source))
119 return;
120 DisplayChangeEvent event=new DisplayChangeEvent(source, DisplayChangeEvent.CHANNEL, channel);
121 syncWindows.displayChanged(event);
122 }
123
124 public static void setZ(ImageWindow source, int slice) {
125 SyncWindows syncWindows = instance;

Callers 3

syncWindowsMethod · 0.95
setPositionMethod · 0.95
showLutMethod · 0.45

Calls 2

syncedMethod · 0.95
displayChangedMethod · 0.95

Tested by

no test coverage detected