Returns the height of this image in pixels.
()
| 1328 | |
| 1329 | /** Returns the height of this image in pixels. */ |
| 1330 | public int getHeight() { |
| 1331 | return height; |
| 1332 | } |
| 1333 | |
| 1334 | /** Returns the size of this image in bytes. */ |
| 1335 | public double getSizeInBytes() { |
no outgoing calls
no test coverage detected