Genuts API

Serialized Form


Package com.genuts.gameui

Class com.genuts.gameui.DebugPlayField implements Serializable

Serialized Fields

baseTime

long baseTime

currentFrame

int currentFrame

frameCount

int frameCount

Class com.genuts.gameui.PlayField implements Serializable

Serialized Fields

collisionManager

CollisionManager collisionManager
Collision manager for this playfield


displayManager

DisplayManager displayManager
Display manager for this playfield


sprites

java.util.Vector sprites
List of sprites in this playfield.


tickables

java.util.Vector tickables
List of tickable objects in this playfield.


preferredWidth

int preferredWidth
Preferred width of the playfield.


preferredHeight

int preferredHeight
Preferred height of the playfield.


width

int width
PWidth of the playfield.


height

int height
Height of the playfield.


bgImage

java.awt.Image bgImage
Background image for this playfield


offImage

java.awt.Image offImage
Off screen Image.


offGC

java.awt.Graphics offGC
Off screen Graphics.


xOffset

int xOffset
X offset of the display


yOffset

int yOffset
Y offset of the display


ticks

int ticks
Ticks for this playfield.


running

boolean running
Indicates that this playfield is running.


sleepTime

int sleepTime
Sleep time between 2 ticks.


inPause

boolean inPause
Indicates if this playfield is in pause.


pauseCycle

int pauseCycle
Number of cycle reminding to end the pause.
-1 value indicates that the cycle has ended.
-2 value indicates that there are no cycle pause.


Genuts API

Genuts API