All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.monpetitcoin.java.PrisonerGame.PrisonerGame. GameController

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----com.monpetitcoin.java.PrisonerGame.PrisonerGame.GameController

private class PrisonerGame. GameController
extends java.awt.Canvas
This inner class is used to display the game parameters:

This is all done in the paint() method.

Version:
1.00, 14 August 2001
Author:
François Suter

Variable Index

 o controllerSize

Constructor Index

 o PrisonerGame.GameController(PrisonerGame, int, int)

Method Index

 o getMinimumSize()
 o getPreferredSize()
 o paint(Graphics)

Variables

 o controllerSize
 private java.awt.Dimension controllerSize

Constructors

 o PrisonerGame.GameController
 public PrisonerGame.GameController(com.monpetitcoin.java.PrisonerGame.PrisonerGame this$0,
                                    int width,
                                    int height)

Methods

 o getPreferredSize
 public java.awt.Dimension getPreferredSize()
Overrides:
getPreferredSize in class java.awt.Component
 o getMinimumSize
 public java.awt.Dimension getMinimumSize()
Overrides:
getMinimumSize in class java.awt.Component
 o paint
 public void paint(java.awt.Graphics g)
Overrides:
paint in class java.awt.Canvas

All Packages  Class Hierarchy  This Package  Previous  Next  Index