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

Method getDouble

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

Gets a stored double 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

89 * @return the value of the parameter
90 */
91 public double getDouble(String name);
92
93 /**
94 * Gets the object with the specified property name.

Callers 15

createParticleMethod · 0.95
sliderMovedMethod · 0.65
initializeAnimationMethod · 0.65
initializeMethod · 0.65
calculateMethod · 0.65
calculateMethod · 0.65
loadObjectMethod · 0.65
createObjectMethod · 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