Class wb.RDRectButton
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class wb.RDRectButton

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----wb.WBButton
                           |
                           +----wb.RDRectButton

public class RDRectButton
extends WBButton
RDRectButton extends WBButton and draw a round rectangle in the small canvas alloted to display the intention of this button

Constructor Index

 o RDRectButton(String, WBDrawPanel)
Creates an instance of RDRectButton with its label string used for display on the status bar
 o RDRectButton(String, WBDrawPanel, boolean)
Creates an instance of RDRectButton with its label string used for display on the status bar

Method Index

 o draw(Graphics)
Overides the parents draw method to draw the required in the rectangular region.

Constructors

 o RDRectButton
  public RDRectButton(String name,
                      WBDrawPanel above)
Creates an instance of RDRectButton with its label string used for display on the status bar
Parameters:
name - String containing the label of this button
above - the WBDrawPanel which holds this button and understands the type "RDRECTS" and displays the label in its status line
 o RDRectButton
  public RDRectButton(String name,
                      WBDrawPanel above,
                      boolean displaytext)
Creates an instance of RDRectButton with its label string used for display on the status bar
Parameters:
name - String containing the label of this button
above - the WBDrawPanel which holds this button and understands the type "RDRECTS" and displays the label in its status line
displaytext - boolean to show the label

Methods

 o draw
  protected void draw(Graphics g)
Overides the parents draw method to draw the required in the rectangular region. In this case it draw a round Rectangle
Parameters:
g - Graphics
Overrides:
draw in class WBButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index