Returns the width of this image in pixels.
()
| 1323 | |
| 1324 | /** Returns the width of this image in pixels. */ |
| 1325 | public int getWidth() { |
| 1326 | return width; |
| 1327 | } |
| 1328 | |
| 1329 | /** Returns the height of this image in pixels. */ |
| 1330 | public int getHeight() { |
no outgoing calls
no test coverage detected