|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.graphics.Point
public class Point
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface android.os.Parcelable |
|---|
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<Point> |
CREATOR
|
int |
x
|
int |
y
|
| Fields inherited from interface android.os.Parcelable |
|---|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE |
| Constructor Summary | |
|---|---|
Point()
|
|
Point(int x,
int y)
|
|
Point(Point src)
|
|
| Method Summary | |
|---|---|
int |
describeContents()
|
boolean |
equals(int x,
int y)
|
boolean |
equals(Object o)
|
int |
hashCode()
|
void |
negate()
|
void |
offset(int dx,
int dy)
|
void |
readFromParcel(Parcel in)
|
void |
set(int x,
int y)
|
String |
toString()
|
void |
writeToParcel(Parcel out,
int flags)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
public static final Parcelable.Creator<Point> CREATOR
| Constructor Detail |
|---|
public Point()
public Point(int x,
int y)
public Point(Point src)
| Method Detail |
|---|
public void set(int x,
int y)
public final void negate()
public final void offset(int dx,
int dy)
public final boolean equals(int x,
int y)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic int describeContents()
describeContents in interface Parcelable
public void writeToParcel(Parcel out,
int flags)
writeToParcel in interface Parcelablepublic void readFromParcel(Parcel in)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||