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

Method setLocation

ij/src/main/java/ij/plugin/ControlPanel.java:1077–1079  ·  view source on GitHub ↗
(Point p)

Source from the content-addressed store, hash-verified

1075 }
1076
1077 void setLocation(Point p) {
1078 if (p!=null) defaultLocation = p;
1079 }
1080
1081 void close() {
1082 pFrame.dispatchEvent(new WindowEvent(pFrame,WindowEvent.WINDOW_CLOSING));

Callers 15

tearOffMethod · 0.95
runMethod · 0.45
showDialogMethod · 0.45
enlargeMethod · 0.45
shrinkMethod · 0.45
enlarge255Method · 0.45
shrink255Method · 0.45
scaleShapeMethod · 0.45
scaleImageMethod · 0.45
restoreGeometryMethod · 0.45
buildTreePanelMethod · 0.45
setVisibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected