public class Point
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
x
The x position or width.
|
double |
y
The y position or height.
|
Constructor and Description |
---|
Point()
Default constructor.
|
Point(double x,
double y)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty()
Returns whether the point is empty.
|
Copyright © 2008 Actuate Corp. All rights reserved.