Serialized Form


Package ch.aplu.jcardgame

Class ch.aplu.jcardgame.CardGame extends GameGrid implements Serializable


Package ch.aplu.jgamegrid

Class ch.aplu.jgamegrid.GameGrid extends java.awt.Canvas implements Serializable

serialVersionUID: 24362462L

Serialized Fields

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

useSystemLookAndFeel

boolean useSystemLookAndFeel

statusThread

java.lang.Thread statusThread

statusText

java.lang.String statusText

statusFont

java.awt.Font statusFont

statusColor

java.awt.Color statusColor

Package ch.aplu.util

Class ch.aplu.util.GPane extends javax.swing.JPanel implements Serializable

Serialized Fields

backgroundColor

java.awt.Color backgroundColor
Property for bean support.


penColor

java.awt.Color penColor
Property for bean support.


xmin

double xmin
Property for bean support.


xmax

double xmax
Property for bean support.


ymin

double ymin
Property for bean support.


ymax

double ymax
Property for bean support.


enableFocus

boolean enableFocus

_wWidth

int _wWidth

_wHeight

int _wHeight

_wnd

GWindow _wnd

_title

java.lang.String _title

_userPanel

GPrintable _userPanel

_scale

double _scale

_isPrinting

boolean _isPrinting

_printScreen

boolean _printScreen

_msgDialog

javax.swing.JDialog _msgDialog

_panelMode

int _panelMode

_isFullscreen

boolean _isFullscreen

_isReady

boolean _isReady

_isFirst

boolean _isFirst

waitThread

java.lang.Thread waitThread

_gotKey

boolean _gotKey

_mustNotify

boolean _mustNotify

_keyChar

char _keyChar

_keyCode

int _keyCode

_modifiers

int _modifiers

_modifiersText

java.lang.String _modifiersText

monitor

java.lang.Object monitor

_panelTitle

java.lang.String _panelTitle

_panelPos

java.awt.Point _panelPos

_panelSize

java.awt.Dimension _panelSize

_closingMode

GPanel.ClosingMode _closingMode

_panelRange

double[] _panelRange

_isUndecorated

boolean _isUndecorated

_isSizeRequested

boolean _isSizeRequested

_isTitleRequested

boolean _isTitleRequested

Class ch.aplu.util.GWindow extends javax.swing.JFrame implements Serializable

serialVersionUID: 1772883994005116227L

Serialized Fields

DEFAULT_WIDTH

int DEFAULT_WIDTH

DEFAULT_HEIGHT

int DEFAULT_HEIGHT

DEFAULT_ULX

int DEFAULT_ULX

DEFAULT_ULY

int DEFAULT_ULY

DEFAULT_XMIN

int DEFAULT_XMIN

DEFAULT_XMAX

int DEFAULT_XMAX

DEFAULT_YMIN

int DEFAULT_YMIN

DEFAULT_YMAX

int DEFAULT_YMAX

DEFAULT_BGCOLOR

java.awt.Color DEFAULT_BGCOLOR

DEFAULT_TITLE

java.lang.String DEFAULT_TITLE

_title

java.lang.String _title

_myPane

GPane _myPane

_contentPane

javax.swing.JPanel _contentPane

_panel

java.awt.Component _panel

_bi

java.awt.image.BufferedImage _bi

_offG2D

java.awt.Graphics2D _offG2D

_screenG2D

java.awt.Graphics2D _screenG2D

_doRepaint

boolean _doRepaint

_doAdjust

boolean _doAdjust

_a

double _a

_b

double _b

_c

double _c

_d

double _d

_width

int _width

_height

int _height

_ulx

int _ulx

_uly

int _uly

_bgColor

java.awt.Color _bgColor

_xCurrent

double _xCurrent

_yCurrent

double _yCurrent

_color

java.awt.Color _color

_lineWidth

int _lineWidth

_isFullscreen

boolean _isFullscreen

_isUndecorated

boolean _isUndecorated

_leftInset

int _leftInset

_rightInset

int _rightInset

_topInset

int _topInset

_bottomInset

int _bottomInset

_xPix

int _xPix

_yPix

int _yPix

_xmin

double _xmin

_xmax

double _xmax

_ymin

double _ymin

_ymax

double _ymax

_saveImage

java.awt.image.BufferedImage _saveImage

_saveGraphics

java.awt.Graphics2D _saveGraphics

_reduceSize

int _reduceSize

_emptyBorder

int _emptyBorder

_panelMode

int _panelMode

_doNothingOnClose

boolean _doNothingOnClose

_exitListener

ExitListener _exitListener

_statusDialog

ModelessOptionPane _statusDialog

_closingMode

GPanel.ClosingMode _closingMode

_isDisposed

boolean _isDisposed

Class ch.aplu.util.X11Color extends java.awt.Color implements Serializable