All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.clients.tv.ButtonRun

java.lang.Object
   |
   +----calypso.clients.tv.ButtonRun

public class ButtonRun
extends Object
implements Runnable
A class that implements the behaviour of a button in a thread.

Author:
Kim Lahti / TCM laboratory / HUT
See Also:
ImageCanvas

Variable Index

 o brGraphics
Reference to the Graphics object of ButtonRectangle.
 o buttonRect
Reference to the ButtonRectangle object associated with thread class.

Constructor Index

 o ButtonRun(ButtonRectangle, Graphics)
The ButtonRun class contructor.

Method Index

 o run()
The run method of ButtonRun.

Variables

 o buttonRect
 protected ButtonRectangle buttonRect
Reference to the ButtonRectangle object associated with thread class.

 o brGraphics
 protected Graphics brGraphics
Reference to the Graphics object of ButtonRectangle.

Constructors

 o ButtonRun
 public ButtonRun(ButtonRectangle buttonRect_,
                  Graphics brGraphics_)
The ButtonRun class contructor.

Parameters:
buttonRect_ - ButtonRectangle associated with ButtonRun thread.
brGraphics_ - Graphics object associated with ButtonRun thread.

Methods

 o run
 public void run()
The run method of ButtonRun.


All Packages  Class Hierarchy  This Package  Previous  Next  Index