| Package | com.yworks.canvas.geom |
| Interface | public interface IRectangle extends ISize, IPoint |
| Subinterfaces | IMutableRectangle |
| Implementors | ImmutableRectangle |
This interface provides read access to the features of the rectangle only, however this does not
mean that an instance that implements
This interface does not declare any additional methods. It combines the IPoint
interface that describes the upper left corner of the rectangle with
the ISize interface that describes the width and height of the rectangle.