Add delete shape operation
This commit is contained in:
@@ -14,7 +14,7 @@ public class ShapeDraftman implements ShapeVisitor {
|
||||
|
||||
private static final ColorAttributes DEFAULT_COLOR_ATTRIBUTES =
|
||||
new ColorAttributes(false, true, Color.BLACK, Color.BLACK);
|
||||
private Graphics2D g2d;
|
||||
private final Graphics2D g2d;
|
||||
|
||||
|
||||
public ShapeDraftman(Graphics graph) {
|
||||
|
||||
Reference in New Issue
Block a user