This is a faster version of getPixel() that does not do bounds checking.
(int x, int y)
| 1902 | |
| 1903 | /** This is a faster version of getPixel() that does not do bounds checking. */ |
| 1904 | public abstract int get(int x, int y); |
| 1905 | |
| 1906 | public abstract int get(int index); |
| 1907 |
no outgoing calls
no test coverage detected