-
gridColor
java.awt.Color gridColor
Color of the grid.
Default: Color.red
Property for bean support.
-
nbHorzCells
int nbHorzCells
Number of horizonal cells.
Default: 10
Property for bean support.
-
nbVertCells
int nbVertCells
Number of vertical cells.
Default: 10
Property for bean support.
-
cellSize
int cellSize
Size of cells in pixels (square).
Default: 20
Property for bean support.
-
bgImagePath
java.lang.String bgImagePath
Path of the background image.
Default: null
Property for bean support.
-
bgImagePosX
int bgImagePosX
ULX of the background image with respect to playground.
Default: 0
Property for bean support.
-
bgImagePosY
int bgImagePosY
ULY of the background image with respect to playground.
Default: 0
Property for bean support.
-
bgColor
java.awt.Color bgColor
The color of the background.
Default: black
Property for bean support.
-
simulationPeriod
int simulationPeriod
Simulation period (in ms).
Default: 200
Property for bean support.
-
isRefreshEnabled
boolean isRefreshEnabled
-
simulationPeriodNanos
long simulationPeriodNanos
-
sceneList
java.util.Vector<E> sceneList
-
classList
java.util.Vector<E> classList
-
actOrder
java.util.Vector<E> actOrder
-
paintOrder
java.util.Vector<E> paintOrder
-
gPanel
GGPanel gPanel
-
isGameThreadRunning
boolean isGameThreadRunning
-
isRunning
boolean isRunning
-
isPaused
boolean isPaused
-
isSingleStep
boolean isSingleStep
-
isActEnabled
boolean isActEnabled
-
gotKey
boolean gotKey
-
strategy
java.awt.image.BufferStrategy strategy
-
gameThread
ch.aplu.jgamegrid.GameGrid.GameThread gameThread
-
tileMap
GGTileMap tileMap
-
pgWidth
int pgWidth
-
pgHeight
int pgHeight
-
nbHorzPix
int nbHorzPix
-
nbVertPix
int nbVertPix
-
keyChar
char keyChar
-
keyCode
int keyCode
-
keyModifiers
int keyModifiers
-
keyModifiersText
java.lang.String keyModifiersText
-
keyListeners
java.util.Vector<E> keyListeners
-
mouseListeners
java.util.Vector<E> mouseListeners
-
mouseEventMasks
java.util.ArrayList<E> mouseEventMasks
-
isMouseListenerAdded
boolean isMouseListenerAdded
-
isMouseMotionListenerAdded
boolean isMouseMotionListenerAdded
-
isMouseEnabled
boolean isMouseEnabled
-
actListeners
java.util.Vector<E> actListeners
-
keyCodePressed
int keyCodePressed
-
nbCycles
int nbCycles
-
myFrame
javax.swing.JFrame myFrame
-
speedSlider
javax.swing.JSlider speedSlider
-
stepBtn
javax.swing.JButton stepBtn
-
runBtn
javax.swing.JButton runBtn
-
resetBtn
javax.swing.JButton resetBtn
-
navigationListener
GGNavigationListener navigationListener
-
resetListeners
java.util.ArrayList<E> resetListeners
-
reportSliderChange
boolean reportSliderChange
-
exitListener
GGExitListener exitListener
-
windowStateListener
GGWindowStateListener windowStateListener
-
statusDialog
ModelessOptionPane statusDialog
-
statusHeight
int statusHeight
-
isStatusBarVisible
boolean isStatusBarVisible
-
doubleClickTime
int doubleClickTime
-
doubleClickTimer
javax.swing.Timer doubleClickTimer
-
lastMouseEvent
java.awt.event.MouseEvent lastMouseEvent
-
mouseAdapter
ch.aplu.jgamegrid.GameGrid.MyMouseAdapter mouseAdapter
-
statusBarHeight
int statusBarHeight
-
deferStatusBar
boolean deferStatusBar
-
keyRepeatHandler
ch.aplu.jgamegrid.GameGrid.KeyRepeatHandler keyRepeatHandler
-
keyRepeatListeners
java.util.Vector<E> keyRepeatListeners
-
keyRepeatPeriod
int keyRepeatPeriod
-
snapShotG2D
java.awt.Graphics2D snapShotG2D
-
frameTitle
java.lang.String frameTitle
-
framePos
java.awt.Point framePos
-
frameBgColor
java.awt.Color frameBgColor