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, mouseMoved
public ChangeSTLTool(CutCADApplet application, ObjectContainer container)
application
- the main class of the projectcontainer
- the currently loaded ObjectContainerpublic java.lang.String getIconName()
Tool
getIconName
in class Tool
public void toolWasSelected()
Tool
toolWasSelected
in class Tool
public void toolWasUnselected()
Tool
toolWasUnselected
in class Tool