TODO(simon): Remove inheritance of BitmapHandler from ValdiImage
| 42 | |
| 43 | // TODO(simon): Remove inheritance of BitmapHandler from ValdiImage |
| 44 | override fun getBitmap(): Bitmap { |
| 45 | throw UnsupportedOperationException() |
| 46 | } |
| 47 | |
| 48 | /** |
| 49 | * Returns the content of the ValdiImage. |
no outgoing calls
no test coverage detected