public class ChangeSTLTool extends Tool
application, objectContainer, view| Constructor and Description |
|---|
ChangeSTLTool(CutCADApplet application,
ObjectContainer container)
Creates a ChangeSTLTool
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIconName()
Return the name of the SVG for the icon for the tool.
|
void |
toolWasSelected()
Will be called by the application when this tool was selected.
|
void |
toolWasUnselected()
Will be called by the application when another tool was selected.
|
canStaySelected, draw2D, getButton, mouseButtonPressed, mouseButtonReleased, mouseMovedpublic ChangeSTLTool(CutCADApplet application, ObjectContainer container)
application - the main class of the projectcontainer - the currently loaded ObjectContainerpublic java.lang.String getIconName()
ToolgetIconName in class Toolpublic void toolWasSelected()
TooltoolWasSelected in class Toolpublic void toolWasUnselected()
TooltoolWasUnselected in class Tool