Class Rectangle
- java.lang.Object
-
- org.eclipse.birt.report.model.api.util.Rectangle
-
public class Rectangle extends java.lang.Object
Represents the position and size of a rectangle in application units.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Point
getPosition()
Returns the position of the top left corner.Point
getSize()
Returns the rectangle size.
-