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