- Game - Class in net.percederberg.tetris
-
The Tetris game.
- Game() - Constructor for class net.percederberg.tetris.Game
-
Creates a new Tetris game.
- Game(int, int) - Constructor for class net.percederberg.tetris.Game
-
Creates a new Tetris game.
- getBoardHeight() - Method in class net.percederberg.tetris.SquareBoard
-
Returns the board height (in squares).
- getBoardWidth() - Method in class net.percederberg.tetris.SquareBoard
-
Returns the board width (in squares).
- getColor(String, String) - Static method in class net.percederberg.tetris.Configuration
-
Returns the color configured for the specified key.
- getComponent() - Method in class net.percederberg.tetris.Game
-
Returns a new component that draws the game.
- getComponent() - Method in class net.percederberg.tetris.SquareBoard
-
Returns a graphical component to draw the board.
- getParameterInfo() - Method in class net.percederberg.tetris.Main
-
Returns information about the parameters that are understood by
this applet.
- getRemovedLines() - Method in class net.percederberg.tetris.SquareBoard
-
Returns the number of lines removed since the last clear().
- getRotation() - Method in class net.percederberg.tetris.Figure
-
Returns the current figure rotation (orientation).
- getSquareColor(int, int) - Method in class net.percederberg.tetris.SquareBoard
-
Returns the color of an individual square on the board.
- getValue(String) - Static method in class net.percederberg.tetris.Configuration
-
Returns a configuration parameter value.
- getValue(String, String) - Static method in class net.percederberg.tetris.Configuration
-
Returns a configuration parameter value.