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

Method setLocation

ij/src/main/java/ij/gui/ImageWindow.java:803–806  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

801 }
802
803 @Override
804 public void setLocation(int x, int y) {
805 super.setLocation(x, y);
806 }
807
808 public void setSliderHeight(int height) {
809 sliderHeight = height;

Callers 8

setLocationMethod · 0.95
runMethod · 0.95
runMethod · 0.95
arrangeWindowsMethod · 0.95
tileWindowsMethod · 0.95
cascadeWindowsMethod · 0.95
ImageWindowMethod · 0.95
setLocationAndSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected