Modifier and Type | Class and Description |
---|---|
class |
Grid
This class is responsible for drawing a grid on a view
|
class |
Tool
Template class for the implementation of a tool.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
Connection |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Drawable2D> |
ObjectContainer.objects
Contains all geometric objects created in the 2D drawing view.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Drawable2D> |
ObjectContainer.allDrawables()
Returns all 2D drawables in the current project.
|
Modifier and Type | Class and Description |
---|---|
class |
Cutout
Connects two shapes such that the second one forms a cut-out in the first one
|
class |
Edge
Edge object.
|
class |
GShape
General shape class, everything some kind of shape needs to know,
edges, corners, draw2D and draw3D, transform outline from 2D to 3D
correct corner from...
|
class |
Shape |
Modifier and Type | Class and Description |
---|---|
class |
CopyShape
Makes a copy of an existing shape
|
class |
PolygonShape |
class |
Rectangle
Creates a rectangle as a shape
|
class |
SymmetricPolygon
Creates a symmetric polygon as a shape
|
class |
Trapezium
Creates a trapezium as a shape
|
Modifier and Type | Class and Description |
---|---|
private class |
DrawingView2D.Axes2D |
class |
SVGIcon |
Modifier and Type | Field and Description |
---|---|
private Drawable2D |
DrawingView2D.axes |