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

Method setY

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

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

(double y)

Source from the content-addressed store, hash-verified

143 * @param y the y position
144 */
145 @Override
146 public void setY(double y) {
147 setXY(x, y);
148 }
149
150 /**
151 * Sets the x and y positions in imagespace.

Callers

nothing calls this directly

Calls 1

setXYMethod · 0.95

Tested by

no test coverage detected