game.ABlock Class Reference

An abstract class of a block implementing most funktions. More...

Inheritance diagram for game.ABlock:

Inheritance graph
[legend]
Collaboration diagram for game.ABlock:

Collaboration graph
[legend]

List of all members.

Public Member Functions

int getCol ()
int getRow ()

Protected Attributes

int row
int col

Package Functions

 ABlock (int row, int col)


Detailed Description

An abstract class of a block implementing most funktions.

Author:
Team Solid Sun

Constructor & Destructor Documentation

game.ABlock.ABlock ( int  row,
int  col 
) [package]

00028                                  {
00029                 this.row = row;
00030                 this.col = col;
00031         }


Member Function Documentation

int game.ABlock.getCol (  ) 

Implements game.IBlock.

Referenced by game.AStone.rotate().

00033                             {
00034                 return this.col;
00035         }

int game.ABlock.getRow (  ) 

Implements game.IBlock.

Referenced by game.AStone.rotate().

00037                             {
00038                 return this.row;
00039         }


Member Data Documentation

int game.ABlock.row [protected]

Referenced by game.Block.coordWithin().

int game.ABlock.col [protected]

Referenced by game.Block.coordWithin().


The documentation for this class was generated from the following file:

Generated on Mon Jul 28 19:03:05 2008 for SolidJavaTetris by  doxygen 1.5.5