|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.core.MiDevicePoint
This class represents a point in device (pixel) space.
| Field Summary | |
int |
x
|
int |
y
|
| Constructor Summary | |
MiDevicePoint()
Constructs a new MiDevicePoint. |
|
MiDevicePoint(int x,
int y)
Constructs a new MiDevicePoint. |
|
| Method Summary | |
java.lang.String |
toString()
Return text that describes this vector. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int x
public int y
| Constructor Detail |
public MiDevicePoint()
public MiDevicePoint(int x,
int y)
x - the x componenty - the y component| Method Detail |
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||