public class DiagramPoint extends Object
Constructor and Description |
---|
DiagramPoint(int x,
int y)
Creates a new point.
|
Modifier and Type | Method and Description |
---|---|
int |
getX()
Gets the value of the
x coordinate. |
int |
getY()
Gets the value of the
y coordinate. |
String |
toString() |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.