Serialized Form

Class net.sourceforge.simplegamenet.chess.ChessBishop extends ChessPiece implements Serializable


Class net.sourceforge.simplegamenet.chess.ChessKing extends ChessPiece implements Serializable

Serialized Fields

unmoved

boolean unmoved


Class net.sourceforge.simplegamenet.chess.ChessKnight extends ChessPiece implements Serializable


Class net.sourceforge.simplegamenet.chess.ChessMove extends Object implements Serializable

Serialized Fields

sourceX

int sourceX

sourceY

int sourceY

destinationX

int destinationX

destinationY

int destinationY

chosenPieceType

int chosenPieceType


Class net.sourceforge.simplegamenet.chess.ChessPacket extends Object implements Serializable

Serialized Fields

packetCode

int packetCode

data

Serializable data


Class net.sourceforge.simplegamenet.chess.ChessPanel extends net.sourceforge.simplegamenet.specs.GamePanel implements Serializable

Serialized Fields

chessPlayerClient

ChessPlayerClient chessPlayerClient

chessPlayFieldComponent

ChessPlayFieldComponent chessPlayFieldComponent

piecesImageIcon

ImageIcon piecesImageIcon

squaresImageIcon

ImageIcon squaresImageIcon

playFieldStateLabel

JLabel playFieldStateLabel

playFieldStateValueLabel

JLabel playFieldStateValueLabel

participantAtTurnLabel

JLabel participantAtTurnLabel

participantAtTurnValueLabel

JLabel participantAtTurnValueLabel

lastMoveLabel

JLabel lastMoveLabel

lastMoveValueLabel

JLabel lastMoveValueLabel

offerRemiseButton

JButton offerRemiseButton

yieldButton

JButton yieldButton


Class net.sourceforge.simplegamenet.chess.ChessPawn extends ChessPiece implements Serializable


Class net.sourceforge.simplegamenet.chess.ChessPiece extends Object implements Serializable

Serialized Fields

participantOwnerIndex

int participantOwnerIndex

x

int x

y

int y


Class net.sourceforge.simplegamenet.chess.ChessPlayField extends Object implements Serializable

Serialized Fields

participantsOrder

Integer[] participantsOrder

state

int state

waitingForRemiseOfferAnswer

boolean waitingForRemiseOfferAnswer

participantAtTurnIndex

int participantAtTurnIndex

pieceGrid

ChessPiece[] pieceGrid


Class net.sourceforge.simplegamenet.chess.ChessPlayFieldComponent extends JComponent implements Serializable

Serialized Fields

chessPanel

ChessPanel chessPanel

piecesImage

Image piecesImage

squaresImage

Image squaresImage

chessPlayerClient

ChessPlayerClient chessPlayerClient

pieceTypeGrid

int[][] pieceTypeGrid

pieceOwnerGrid

int[][] pieceOwnerGrid

moveSourceAllowedGrid

boolean[][] moveSourceAllowedGrid

moveDestinationAllowedGrid

boolean[][] moveDestinationAllowedGrid

selectedX

int selectedX

selectedY

int selectedY

reviewedX

int reviewedX

reviewedY

int reviewedY

pieceOwnerSight

int pieceOwnerSight


Class net.sourceforge.simplegamenet.chess.ChessQueen extends ChessPiece implements Serializable


Class net.sourceforge.simplegamenet.chess.ChessRook extends ChessPiece implements Serializable

Serialized Fields

unmoved

boolean unmoved



Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.