All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.figures.BorderTool

java.lang.Object
   |
   +----CH.ifa.draw.standard.AbstractTool
           |
           +----CH.ifa.draw.standard.ActionTool
                   |
                   +----CH.ifa.draw.figures.BorderTool

public class BorderTool
extends ActionTool
BorderTool decorates the clicked figure with a BorderDecorator.

See Also:
BorderDecorator

Constructor Index

 o BorderTool(DrawingView)

Method Index

 o action(Figure)
Decorates the clicked figure with a border.

Constructors

 o BorderTool
 public BorderTool(DrawingView view)

Methods

 o action
 public void action(Figure figure)
Decorates the clicked figure with a border.

Overrides:
action in class ActionTool

All Packages  Class Hierarchy  This Package  Previous  Next  Index