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.
-
ButtonToolIcon()
- Main Constructor.
-
paint(Graphics)
- paint
Defines the graphical representation of this Icon.
ButtonToolIcon
public ButtonToolIcon()
- Main Constructor.
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