implement resize feature
This commit is contained in:
@@ -8,6 +8,7 @@ import java.awt.*;
|
||||
public interface Shape {
|
||||
void accept(ShapeVisitor visitor);
|
||||
void translate(int dx, int dy);
|
||||
void resize(ResizeHandle handle, int dx, int dy);
|
||||
Attributes getAttributes(String key);
|
||||
void addAttributes(Attributes attr);
|
||||
Rectangle getBounds();
|
||||
|
||||
Reference in New Issue
Block a user