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

Method getDy

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

Gets the change in y between grid rows moving from top to bottom. The change in y is usually negative because y values usually decrease as pixel coordinates increase from top to bottom on a computer screen. @return the change in y

()

Source from the content-addressed store, hash-verified

194 * @return the change in y
195 */
196 public double getDy();
197
198 /**
199 * Gets the x coordinate for the given index.

Callers 15

recolorImageMethod · 0.95
recolorImageMethod · 0.95
drawMethod · 0.95
exportGridDataMethod · 0.65
recolorImageMethod · 0.65
checkImageMethod · 0.65
setTopRowMethod · 0.65
recolorImageMethod · 0.65
checkImageMethod · 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

no test coverage detected