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 SummaryFieldsModifier and TypeFieldDescriptionprivate byte[]RGB data of the screen in the form of bytes
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]Obtains RGB data of the screen in the form of bytes.
- 
Field Details- 
displayBytesprivate byte[] displayBytesRGB data of the screen in the form of bytes
 
- 
- 
Method Details- 
getDisplayBytespublic 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
 
 
-