package javax.baja.gx; public interface IRectGeom extends IGeom { double height(); double width(); double x(); double y(); }