Add delete shape operation
This commit is contained in:
@@ -8,8 +8,8 @@ import java.util.TreeMap;
|
||||
|
||||
public abstract class AbstractShape implements Shape {
|
||||
|
||||
private Map<String, Attributes> attributes = new TreeMap<>();
|
||||
private Rectangle bounds;
|
||||
private final Map<String, Attributes> attributes = new TreeMap<>();
|
||||
private final Rectangle bounds;
|
||||
|
||||
AbstractShape() {
|
||||
this(null);
|
||||
|
||||
Reference in New Issue
Block a user