/** objets pouvant etre agrandis */ public interface Transformable { /** agrandit par un facteur réel */ public void enlarge(double factor); }