public class PrintTool extends Tool
application, objectContainer, view
Constructor and Description |
---|
PrintTool(CutCADApplet application,
ObjectContainer container) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStaySelected()
Return whether this tool can be selected for a longer time (such as the drawing tools or select tool)
or whether it is a click-and-forget-tool (such as the save, load or new tool).
|
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.
|
draw2D, getButton, mouseButtonPressed, mouseButtonReleased, mouseMoved, toolWasUnselected
public PrintTool(CutCADApplet application, ObjectContainer container)
application
- The main class of the projectcontainer
- public java.lang.String getIconName()
Tool
getIconName
in class Tool
public void toolWasSelected()
Tool
toolWasSelected
in class Tool
public boolean canStaySelected()
Tool
canStaySelected
in class Tool