Modifier and Type | Field and Description |
---|---|
private Tool |
CutCADApplet.selectedTool |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tool> |
Toolbar.tools |
Modifier and Type | Method and Description |
---|---|
Tool |
CutCADApplet.getSelectedTool() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Toolbar.addTool(Tool theTool) |
(package private) void |
CutCADApplet.setSelectedTool(Tool theTool) |
void |
ToolbarDelegate.toolWasSelected(Tool theTool)
This method will be called when a new tool was selected in the toolbar.
|
void |
CutCADApplet.toolWasSelected(Tool theTool) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Toolbar.addTools(java.util.List<Tool> theTools) |
Modifier and Type | Class and Description |
---|---|
class |
PolygonTool |
class |
RectangleTool
The DrawTool is used to draw a rectangle-shape.
|
class |
SymmetricPolygonTool
The SymmetricPolygonTool is used to draw a symmetric polygons (same length of sides, same angle).
|
class |
TrapeziumTool
The TrapeziumTool is used to draw a trapezium-shape (different top and bottom length, same side length and vertical symmetric).
|
Modifier and Type | Class and Description |
---|---|
class |
LoadTool |
class |
NewProjectTool |
class |
PrintTool
The PrintTool is used to start the print dialog.
|
class |
SaveTool |
Modifier and Type | Class and Description |
---|---|
class |
ImportSTLTool
The ImportSTLTool is used to import an STL-mesh into the 3D-view.
|
class |
ImportSVGTool
The ImportSVGTool is used to import Shapes from SVG-Files.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeSTLTool
The ChangeSTLTool is used to move and rotate an imported STL mesh in the 3D-view
|
class |
ConnectTool
The ConnectTool is used to create a connection between two edges.
|
class |
CopyTool
The CopyTool is used to create a copy of a Shape.
|
class |
CutoutTool
The CutoutTool is used to set a Shape to be cut out from another Shape
|
class |
DeleteTool
The DeleteTool is used to Delete a Shape, Connection or Cutout
|
class |
SelectTool |