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

Method setScale

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

Sets the the grid data using a lattice model and clears the cellScale flag. The left, right, top, and bottom bounds match the max and min values. @param xmin @param xmax @param ymin @param ymax

(double xmin, double xmax, double ymin, double ymax)

Source from the content-addressed store, hash-verified

56 * @param ymax
57 */
58 public void setScale(double xmin, double xmax, double ymin, double ymax);
59
60 /**
61 * Sets the left, right, bottom, and top bounds of the grid using a cell model and sets the cellScale flag.

Callers 15

resizeGridMethod · 0.65
setAllMethod · 0.65
resizeGridMethod · 0.65
setAllMethod · 0.65
resizeGridMethod · 0.65
setAllMethod · 0.65
stateChangedMethod · 0.65
setAllMethod · 0.65
setAllMethod · 0.65
setAutoscaleZMethod · 0.65
updateMethod · 0.65
setAllMethod · 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 4

TextLayoutTestMethod · 0.52
BinaryLatticeTestMethod · 0.52
GrayscalePlotTestMethod · 0.52
BandedSampleTestMethod · 0.52