parent
b00da978ff
commit
09619abf33
@ -0,0 +1,5 @@
|
||||
public interface Resizable {
|
||||
void resize(double factor);
|
||||
void resizeWidth(double factor);
|
||||
void resizeHeight(double factor);
|
||||
}
|
||||
Loading…
Reference in new issue