All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.standard.AddCompartmentTool
java.lang.Object
|
+----CH.ifa.draw.standard.AbstractTool
|
+----CH.ifa.draw.standard.ActionTool
|
+----CH.ifa.draw.standard.AddCompartmentTool
- public class AddCompartmentTool
- extends ActionTool
A creation tool that adds a compartment to the compartment panel
under the cursor.
-
AddCompartmentTool(DrawingView)
-
-
action(Figure)
- If the figure is
a CompartmentPanel, delegate compartment creation to it.
AddCompartmentTool
public AddCompartmentTool(DrawingView view)
action
public void action(Figure figure)
- If the figure is
a CompartmentPanel, delegate compartment creation to it.
- Overrides:
- action in class ActionTool
All Packages Class Hierarchy This Package Previous Next Index