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

Method getInsets

ij/src/main/java/ij/gui/GenericDialog.java:1245–1251  ·  view source on GitHub ↗
(int top, int left, int bottom, int right)

Source from the content-addressed store, hash-verified

1243 }
1244
1245 Insets getInsets(int top, int left, int bottom, int right) {
1246 if (customInsets) {
1247 customInsets = false;
1248 return new Insets(topInset, leftInset, bottomInset, 0);
1249 } else
1250 return new Insets(top, left, bottom, right);
1251 }
1252
1253 /** Add an Object implementing the DialogListener interface. This object will
1254 * be notified by its dialogItemChanged method of input to the dialog. The first

Callers 10

addNumericFieldMethod · 0.95
addStringFieldMethod · 0.95
addCheckboxMethod · 0.95
addCheckboxGroupMethod · 0.95
addRadioButtonGroupMethod · 0.95
addChoiceMethod · 0.95
addMessageMethod · 0.95
addTextAreasMethod · 0.95
addSliderMethod · 0.95
addPanelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected