All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.draw.DrawDrawingCanvas

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----pinball.player.DrawingCanvas
                           |
                           +----pinball.player.draw.DrawDrawingCanvas

public class DrawDrawingCanvas
extends DrawingCanvas
Draws the frame from the camera on the screen.


Constructor Index

 o DrawDrawingCanvas(int, int)
Initalize the DrawingBoard.

Method Index

 o updateFrame(BufferInfo)
Update the image's data.

Constructors

 o DrawDrawingCanvas
 public DrawDrawingCanvas(int w,
                          int h)
Initalize the DrawingBoard.

Parameters:
w - width of the image.
h - height of the image.

Methods

 o updateFrame
 public void updateFrame(BufferInfo buffinfo)
Update the image's data. Draw to the off screen image.

Parameters:
buffinfo - the buffer information that has the image.
Overrides:
updateFrame in class DrawingCanvas

All Packages  Class Hierarchy  This Package  Previous  Next  Index