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)
| 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. |
no outgoing calls