All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.clients.tv.ButtonRectangle

java.lang.Object
   |
   +----java.awt.Rectangle
           |
           +----calypso.clients.tv.ButtonRectangle

public class ButtonRectangle
extends Rectangle
A Class that contains a rectangle with a name.

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

Variable Index

 o rectangleName
Variable containing the name of the rectangle.

Constructor Index

 o ButtonRectangle(String, int, int, int, int)
A constructor that creates a rectangle with a name.

Variables

 o rectangleName
 protected String rectangleName
Variable containing the name of the rectangle.

Constructors

 o ButtonRectangle
 public ButtonRectangle(String rectangleName_,
                        int x_,
                        int y_,
                        int w_,
                        int h_)
A constructor that creates a rectangle with a name.

Parameters:
rectangleName_ - The name in the rectangle.
x_ - X-coordinate of the upper left corner of the rectangle.
y_ - Y-coordinate of the upper left corner of the rectangle.
w_ - Width of the rectangle.
h_ - Height of the rectangle.

All Packages  Class Hierarchy  This Package  Previous  Next  Index