Class Point
- java.lang.Object
-
- org.eclipse.birt.report.model.api.util.Point
-
public class Point extends java.lang.Object
Represents a point in application units. Can also represent a rectangle size. In this case, the point represents the position of the bottom right corner relative to the top left corner.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
Returns whether the point is empty.
-