android.graphics
Class Point
java.lang.Object
android.graphics.Point
public class Point
- extends java.lang.Object
|
Field Summary |
int |
x
|
int |
y
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
x
public int x
y
public int y
Point
public Point()
Point
public Point(int x,
int y)
Point
public Point(Point src)
set
public void set(int x,
int y)
negate
public final void negate()
offset
public final void offset(int dx,
int dy)
equals
public final boolean equals(int x,
int y)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2010. All Rights Reserved.