public class ImagePoint extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
x
The x-coordinate of the according point.
|
double |
y
The x-coordinate of the according point.
|
| Constructor and Description |
|---|
ImagePoint() |
ImagePoint(double x,
double y)
constructs and initializes a point at the specified location in the
coordinate plane
|
public double x
public double y
Copyright © 2013. All Rights Reserved.