|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.util.Point
public class Point
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.
Field Summary | |
---|---|
double |
x
The x position or width. |
double |
y
The y position or height. |
Constructor Summary | |
---|---|
Point()
Default constructor. |
|
Point(double x,
double y)
Constructor. |
Method Summary | |
---|---|
boolean |
isEmpty()
Returns whether the point is empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public Point()
public Point(double x, double y)
x
- the x position or widthy
- the y position or widthMethod Detail |
---|
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |