Serialized Form
|
Package com.genuts.gameui |
baseTime
long baseTime
currentFrame
int currentFrame
frameCount
int frameCount
collisionManager
CollisionManager collisionManager
- Collision manager for this playfield
displayManager
DisplayManager displayManager
- Display manager for this playfield
sprites
SpriteVector sprites
- List of sprites in this playfield.
tickables
TickableVector 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