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

Method setX

src/org/opensourcephysics/media/core/TPoint.java:135–138  ·  view source on GitHub ↗

Sets the x position in imagespace. @param x the x position

(double x)

Source from the content-addressed store, hash-verified

133 * @param x the x position
134 */
135 @Override
136 public void setX(double x) {
137 setXY(x, y);
138 }
139
140 /**
141 * Sets the y position in imagespace.

Callers

nothing calls this directly

Calls 1

setXYMethod · 0.95

Tested by

no test coverage detected