All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.draw.DrawPost

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----pinball.player.Post
                   |
                   +----pinball.player.draw.DrawPost

public class DrawPost
extends Post
This is where the picture is displayed to.


Constructor Index

 o DrawPost(Buffer)
Initalize the DrawingBoard.

Method Index

 o canvas(int, int)
Create the canvas drawn to.

Constructors

 o DrawPost
 public DrawPost(Buffer buffer)
Initalize the DrawingBoard.

Parameters:
buffer - the first in the series of infomation buffers.

Methods

 o canvas
 public DrawingCanvas canvas(int x,
                             int y)
Create the canvas drawn to.

Parameters:
x - Width of canvas.
y - Height of canvas.
Returns:
the canvas to drawn on.
Overrides:
canvas in class Post

All Packages  Class Hierarchy  This Package  Previous  Next  Index