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

Method getDx

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

Gets the change in x between grid columns moving from right to left. @return the change in x

()

Source from the content-addressed store, hash-verified

187 * @return the change in x
188 */
189 public double getDx();
190
191 /**
192 * Gets the change in y between grid rows moving from top to bottom.

Callers 14

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