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

Method getGuiScale

ij/src/main/java/ij/Prefs.java:804–806  ·  view source on GitHub ↗

Returns the GenericDialog and Command Finder text scale.

()

Source from the content-addressed store, hash-verified

802
803 /** Returns the GenericDialog and Command Finder text scale. */
804 public static double getGuiScale() {
805 return guiScale;
806 }
807
808 /** Returns the custom properties (IJ_Props.txt) file path. */
809 public static String getCustomPropsPath() {

Callers 15

ImageJMethod · 0.95
resizeMethod · 0.95
addMenuBarMethod · 0.95
updateFontMethod · 0.95
showInfoMethod · 0.95
AppearanceOptionsClass · 0.95
showDialogMethod · 0.95
setFontMethod · 0.95
ContrastAdjusterClass · 0.95
ContrastPlotClass · 0.95
MemoryMonitorClass · 0.95
MemoryMonitorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected