MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / getInt

Method getInt

src/org/opensourcephysics/controls/Control.java:81–81  ·  view source on GitHub ↗

Gets a stored integer value from the control. GUI controls will usually allow the user to edit the value of the parameter. @param name @return the value of the parameter

(String name)

Source from the content-addressed store, hash-verified

79 * @return the value of the parameter
80 */
81 public int getInt(String name);
82
83 /**
84 * Gets a stored double value from the control. GUI controls will usually allow the

Callers 15

initializeAnimationMethod · 0.65
calculateMethod · 0.65
initializeMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
setGutterMethod · 0.65
getClipMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65
loadObjectMethod · 0.65

Implementers 6

OSPControlTablesrc/org/opensourcephysics/controls/OSP
HiddenControlsrc/org/opensourcephysics/controls/Hid
ShadowControlsrc/org/opensourcephysics/controls/Abs
XMLControlElementsrc/org/opensourcephysics/controls/XML
OSPControlsrc/org/opensourcephysics/controls/OSP
ControlFramesrc/org/opensourcephysics/controls/Con

Calls

no outgoing calls

Tested by

no test coverage detected