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
()
| 194 | * @return the change in y |
| 195 | */ |
| 196 | public double getDy(); |
| 197 | |
| 198 | /** |
| 199 | * Gets the x coordinate for the given index. |
no outgoing calls
no test coverage detected