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

Method Menus

ij/src/main/java/ij/Menus.java:114–120  ·  view source on GitHub ↗
(ImageJ ijInstance, Applet appletInstance)

Source from the content-addressed store, hash-verified

112 public static int setMenuBarCount;
113
114 Menus(ImageJ ijInstance, Applet appletInstance) {
115 ij = ijInstance;
116 String title = ij!=null?ij.getTitle():null;
117 applet = appletInstance;
118 instance = this;
119 fontSize = Prefs.getInt(Prefs.MENU_SIZE, defaultFontSize);
120 }
121
122 @AstroImageJ(reason = """
123 Disable IJ zoom in favor of AIJ zoom

Callers

nothing calls this directly

Calls 2

getIntMethod · 0.95
getTitleMethod · 0.65

Tested by

no test coverage detected