public interface Bitmap
The Bitmap
can be used to obtain graphical images in the supported UI toolkits.
For this, look up the toolkit-specific ancestors of the
BitmapImage
available in the classpath.
Modifier and Type | Method and Description |
---|---|
default byte[] |
pixels()
Returns a byte array that contains the pre-multiplied pixels of the binary image.
|
default Size |
size()
Returns
Size of this bitmap instance. |
default Size size()
Size
of this bitmap instance. The size can be empty.default byte[] pixels()