package javax.baja.gx; public interface ISize { double height(); double width(); }