Modifier and Type | Field and Description |
---|---|
private Transformation |
ShapeButton.transform |
Transformation |
CutCADApplet.transform2D |
(package private) Transformation |
CutCADApplet.transform3D |
Modifier and Type | Method and Description |
---|---|
void |
Tool.draw2D(processing.core.PGraphics p,
Transformation transform)
Will be called by the drawing runloop of the application whenever the screen is redrawn.
|
void |
Grid.draw2D(processing.core.PGraphics context,
Transformation transformation)
Draws the Grid on the passed PGraphics-object view and scales it depending on the transformation.
|
int |
Grid.getScaledGridWidth(Transformation transformation) |
Constructor and Description |
---|
Grid(Transformation t,
processing.core.PGraphics view)
Creates a Grid with a default width of 5mm
|
ShapeButton(SVGIcon icon,
processing.core.PGraphics graphics,
Transformation transform)
Creates a ShapeButton
|
Modifier and Type | Method and Description |
---|---|
void |
TrapeziumTool.draw2D(processing.core.PGraphics p,
Transformation t) |
void |
SymmetricPolygonTool.draw2D(processing.core.PGraphics p,
Transformation t) |
void |
RectangleTool.draw2D(processing.core.PGraphics p,
Transformation t) |
void |
PolygonTool.draw2D(processing.core.PGraphics p,
Transformation t) |
Modifier and Type | Method and Description |
---|---|
void |
ImportSVGTool.draw2D(processing.core.PGraphics p,
Transformation t) |
Modifier and Type | Method and Description |
---|---|
void |
CutoutTool.draw2D(processing.core.PGraphics p,
Transformation t) |
void |
CopyTool.draw2D(processing.core.PGraphics p,
Transformation t) |
void |
ConnectTool.draw2D(processing.core.PGraphics p,
Transformation t) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.draw2D(processing.core.PGraphics p,
Transformation t) |
Modifier and Type | Method and Description |
---|---|
void |
Shape.draw2D(processing.core.PGraphics p,
Transformation transform) |
void |
GShape.draw2D(processing.core.PGraphics p,
Transformation t)
Complete 2D drawing - draw cover and edges
|
void |
Edge.draw2D(processing.core.PGraphics p,
Transformation t)
Draw Box around the edge in 2D if the edge should be either highlighted
or selected
|
void |
Cutout.draw2D(processing.core.PGraphics p,
Transformation t)
Draw cut-out line
|
void |
GShape.draw3D(processing.core.PGraphics p,
Transformation t)
Complete 3D drawing - draw sides, cover and edges
|
void |
Edge.draw3D(processing.core.PGraphics p,
Transformation t)
Draw Box around the edge in 3D if the edge should be either highlighted
or selected
|
Modifier and Type | Field and Description |
---|---|
private Transformation |
DrawingView3D.transform |
private Transformation |
DrawingView2D.transform |
Modifier and Type | Method and Description |
---|---|
Transformation |
DrawingView2D.getTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
DrawingView2D.applyTransformation(Transformation transform) |
void |
SVGIcon.draw2D(processing.core.PGraphics context,
Transformation t) |
void |
DrawingView2D.Axes2D.draw2D(processing.core.PGraphics context,
Transformation transform) |
void |
Drawable2D.draw2D(processing.core.PGraphics p,
Transformation t) |
void |
DrawingView3D.Axes3D.draw3D(processing.core.PGraphics context,
Transformation t) |
void |
Drawable3D.draw3D(processing.core.PGraphics p,
Transformation t) |
Constructor and Description |
---|
DrawingView2D(processing.core.PGraphics context,
DrawingViewFrame frame,
Transformation transform,
CutCADApplet application) |
DrawingView3D(processing.opengl.PGraphics3D context,
DrawingViewFrame frame,
Transformation transform,
processing.core.PApplet application) |