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

Method getBottom

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

Gets the y value for the last row of the grid. @return the bottommost y value

()

Source from the content-addressed store, hash-verified

181 * @return the bottommost y value
182 */
183 public double getBottom();
184
185 /**
186 * Gets the change in x between grid columns moving from right to left.

Callers 15

recolorImageMethod · 0.95
recolorImageMethod · 0.95
resizeGridMethod · 0.65
resizeGridMethod · 0.65
resizeGridMethod · 0.65
setGridDataMethod · 0.65
recolorImageMethod · 0.65
checkImageMethod · 0.65
setTopRowMethod · 0.65
drawMethod · 0.65
updateInterpolatedMethod · 0.65
getYMinMethod · 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