Package struct
Class ScreenData
java.lang.Object
struct.ScreenData
The class dealing with the screen information such as the game screen's image
and the background color.
-
Field Summary
Modifier and TypeFieldDescriptionprivate byte[]
RGB data of the screen in the form of bytes -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Obtains RGB data of the screen in the form of bytes.
-
Field Details
-
displayBytes
private byte[] displayBytesRGB data of the screen in the form of bytes
-
-
Method Details
-
getDisplayBytes
public byte[] getDisplayBytes()Obtains RGB data of the screen in the form of bytes.- Returns:
- the RGB data of the screen in the form of bytes
-