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

Method getImage

ij/src/main/java/ij/plugin/frame/Channels.java:199–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 }
198
199 CompositeImage getImage() {
200 ImagePlus imp = WindowManager.getCurrentImage();
201 if (imp==null || !imp.isComposite())
202 return null;
203 else
204 return (CompositeImage)imp;
205 }
206
207 public void itemStateChanged(ItemEvent e) {
208 ImagePlus imp = WindowManager.getCurrentImage();

Callers 2

ChannelsMethod · 0.95
updateMethod · 0.95

Calls 2

getCurrentImageMethod · 0.95
isCompositeMethod · 0.95

Tested by

no test coverage detected