Oxygen XML Editor 15.2 Author API
 
- java.lang.Object
 
- 
- ro.sync.exml.view.graphics.Point
 
 
- 
@API(type=NOT_EXTENDABLE,
     src=PRIVATE)
public class Point
extends java.lang.Object
A point with X and Y coordinates..
 
 
- 
- 
Field Summary
Fields 
| Modifier and Type | 
Field and Description | 
int | 
x
The 'x' coordinate. 
 | 
int | 
y
The 'y' coordinate. 
 | 
 
- 
Constructor Summary
Constructors 
| Constructor and Description | 
Point(int x,
     int y)
Creates a new Point. 
 | 
 
- 
Method Summary
Methods 
| Modifier and Type | 
Method and Description | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
java.lang.String | 
toString()  | 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
 
 
 
- 
- 
Field Detail
- 
x
public int x
The 'x' coordinate.
 
- 
y
public int y
The 'y' coordinate.
 
 
- 
Method Detail
- 
hashCode
public int hashCode()
- Overrides:
 
hashCode in class java.lang.Object 
- See Also:
 Object.hashCode()
 
 
 
 
 
Oxygen XML Editor 15.2 Author API
 
© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.