Serialized Form
-
Package jadex.bdi.blocksworld
-
Class jadex.bdi.blocksworld.BlockCellRenderer
class BlockCellRenderer extends JLabel implements Serializable -
Class jadex.bdi.blocksworld.BlocksListModel
class BlocksListModel extends DefaultListModel implements Serializable -
Class jadex.bdi.blocksworld.BlocksworldGui
class BlocksworldGui extends JFrame implements Serializable -
Class jadex.bdi.blocksworld.BlocksworldPanel
class BlocksworldPanel extends JPanel implements Serializable-
Serialized Fields
-
blocks
Set<Block> blocks
The known blocks. -
blocksize
int blocksize
The block size (in pixels). -
imaginary
boolean imaginary
The imaginary flag. -
pcl
PropertyChangeListener pcl
The change listener to update the gui. -
table
Table table
The table.
-
-
-
-
Package jadex.bdi.puzzle
-
Class jadex.bdi.puzzle.Board
class Board extends Object implements Serializable-
Serialized Fields
-
hole_pos
Position hole_pos
The hole position. -
moves
ArrayList moves
The moves. -
pcs
PropertyChangeSupport pcs
The helper object for bean events. -
pieces
HashMap pieces
The pieces. -
size
int size
The size.
-
-
-
Class jadex.bdi.puzzle.BoardControlPanel
class BoardControlPanel extends JPanel implements Serializable -
Class jadex.bdi.puzzle.BoardGui
class BoardGui extends JFrame implements Serializable-
Serialized Fields
-
board
IBoard board
The board to visualize.
-
-
-
Class jadex.bdi.puzzle.BoardPanel
class BoardPanel extends JPanel implements Serializable-
Serialized Fields
-
board
IBoard board
The board to visualize. -
ef_image
Image ef_image
The empty field image. -
empty_field
JLabel empty_field
The component to display white pieces. -
last
Move last
The last move (if any). -
listeners
List listeners
The listeners. -
movecnt
int movecnt
The move count (to detect takebacks). -
red_piece
JLabel red_piece
The component to display white pieces. -
rescale
boolean rescale
Indicates if an image rescaling is necessray. -
rp_image
Image rp_image
The red piece image. -
white_piece
JLabel white_piece
The component to display white pieces. -
wp_image
Image wp_image
The white piece image.
-
-
-
Class jadex.bdi.puzzle.JackBoard
class JackBoard extends Object implements Serializable-
Serialized Fields
-
black_piece
Piece black_piece
-
board
int[][] board
The int [][] board represents the game board, with 0 marking the hole, and 4 marking out-of-limit coordinates. Otherwise there are "1" pieces and "-1" pieces. Note that we don't distinguish pieces individually in this representation. -
last
int last
-
moves
ArrayList moves
-
pcs
PropertyChangeSupport pcs
-
the_hole
Position the_hole
-
white_piece
Piece white_piece
-
-
-
Class jadex.bdi.puzzle.Move
class Move extends Object implements Serializable -
Class jadex.bdi.puzzle.Piece
class Piece extends Object implements Serializable-
Serialized Fields
-
is_white
boolean is_white
The piece color (white or black).
-
-
-
Class jadex.bdi.puzzle.Position
class Position extends Object implements Serializable-
Serialized Fields
-
x
int x
The x position. -
y
int y
The y position.
-
-
-
-
Package jadex.quickstart.cleanerworld.gui
-
Class jadex.quickstart.cleanerworld.gui.EnvironmentGui
class EnvironmentGui extends JFrame implements Serializable- serialVersionUID:
- -1451077178653064172L
-
Serialized Fields
-
timer
Timer timer
The repaint timer.
-
-