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

Method setX

src/org/opensourcephysics/display3d/core/Element.java:63–63  ·  view source on GitHub ↗

Set the X coordinate of the element @param x double

(double x)

Source from the content-addressed store, hash-verified

61 * @param x double
62 */
63 public void setX(double x);
64
65 /**
66 * Get the X coordinate of the element

Callers 10

actionPerformedMethod · 0.65
stateChangedMethod · 0.65
mouseDraggedActionMethod · 0.65
mousePressedActionMethod · 0.65
keyPressedMethod · 0.65
undoMethod · 0.65
redoMethod · 0.65
setXComponentMethod · 0.65
addElementMethod · 0.65
setXYMethod · 0.65

Implementers 1

Elementsrc/org/opensourcephysics/display3d/si

Calls

no outgoing calls

Tested by

no test coverage detected