Class builder.ButtonToolIcon
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class builder.ButtonToolIcon

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----builder.Moveable
                                   |
                                   +----builder.ToolIcon
                                           |
                                           +----builder.ButtonToolIcon

public class ButtonToolIcon
extends ToolIcon
Icon in the ToolBar for Creating a Button.

Constructor Index

 o ButtonToolIcon()
Main Constructor.

Method Index

 o paint(Graphics)
paint Defines the graphical representation of this Icon.

Constructors

 o ButtonToolIcon
  public ButtonToolIcon()
Main Constructor.

Methods

 o paint
  public void paint(Graphics g)
paint Defines the graphical representation of this Icon.
Parameters:
g - the graphics context.
Overrides:
paint in class ToolIcon

All Packages  Class Hierarchy  This Package  Previous  Next  Index