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

Method getValue

src/org/opensourcephysics/display2d/GridData.java:121–121  ·  view source on GitHub ↗

Gets the value of the given component at the given location. @param ix x index @param iy y index @param component @return the value.

(int ix, int iy, int component)

Source from the content-addressed store, hash-verified

119 * @return the value.
120 */
121 public double getValue(int ix, int iy, int component);
122
123 /**
124 * Sets the value of the given component at the given location.

Callers 15

mainMethod · 0.65
stateChangedMethod · 0.65
stateChangedMethod · 0.65
refreshNodeMethod · 0.65
refreshGUIMethod · 0.65
actionPerformedMethod · 0.65
actionPerformedMethod · 0.65
stateChangedMethod · 0.65
postShiftEditMethod · 0.65
stateChangedMethod · 0.65
keyPressedMethod · 0.65

Implementers 3

GridPointDatasrc/org/opensourcephysics/display2d/Gr
ArrayDatasrc/org/opensourcephysics/display2d/Ar
FlatDatasrc/org/opensourcephysics/display2d/Fl

Calls

no outgoing calls

Tested by 1

getFileListMethod · 0.52