Package ro.sync.exml.view.graphics
Class Point
- 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..
-
-
Constructor Summary
Constructors Constructor Description Point(int x, int y)
Creates a new Point.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
- See Also:
Object.equals(java.lang.Object)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
- See Also:
Object.hashCode()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- See Also:
Object.toString()
-
-