Implement copy action
This commit is contained in:
@@ -12,4 +12,5 @@ public interface Shape {
|
||||
Attributes getAttributes(String key);
|
||||
void addAttributes(Attributes attr);
|
||||
Rectangle getBounds();
|
||||
Shape clone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user