package jinjieti; public interface Resizable { void resize(double factor); }