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

Method setT

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

Source from the content-addressed store, hash-verified

130 }
131
132 public static void setT(ImageWindow source, int frame) {
133 SyncWindows syncWindows = instance;
134 if (syncWindows==null || !syncWindows.synced(source))
135 return;
136 DisplayChangeEvent event = new DisplayChangeEvent(source, DisplayChangeEvent.T, frame);
137 syncWindows.displayChanged(event);
138 }
139
140 private boolean synced(ImageWindow source) {
141 if (source==null || vwins==null)

Callers 2

syncWindowsMethod · 0.95
setPositionMethod · 0.95

Calls 2

syncedMethod · 0.95
displayChangedMethod · 0.95

Tested by

no test coverage detected