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

Class builder.LabelToolIcon

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

public class LabelToolIcon
extends ToolIcon
Icon in the ToolBar for Creating a Label.

Constructor Index

 o LabelToolIcon()
Main Constructor.

Method Index

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

Constructors

 o LabelToolIcon
  public LabelToolIcon()
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