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
-
brGraphics
- Reference to the Graphics object of ButtonRectangle.
-
buttonRect
- Reference to the ButtonRectangle object associated with thread class.
-
ButtonRun(ButtonRectangle, Graphics)
- The ButtonRun class contructor.
-
run()
- The run method of ButtonRun.
buttonRect
protected ButtonRectangle buttonRect
- Reference to the ButtonRectangle object associated with thread class.
brGraphics
protected Graphics brGraphics
- Reference to the Graphics object of ButtonRectangle.
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.
run
public void run()
- The run method of ButtonRun.
All Packages Class Hierarchy This Package Previous Next Index