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

Method isVisible

ij/src/main/java/ij/plugin/ControlPanel.java:837–839  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

835 /* ************************************************************************** */
836
837 boolean isVisible() {
838 return pFrame.isVisible();
839 }
840
841 void setBounds(int x, int y, int w, int h) {
842 pFrame.setBounds(new Rectangle(x,y,w,h));

Callers 7

setVisibleMethod · 0.95
runMethod · 0.45
runMethod · 0.45
showErrorsMethod · 0.45
runMethod · 0.45
toStringMethod · 0.45
debugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected