|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.swfm.mica.core.MiDeviceVector
This class represents a vector (directional distance) in device (pixel) space.
| Field Summary | |
int |
x
|
int |
y
|
| Constructor Summary | |
MiDeviceVector()
Constructs a new MiDeviceVector. |
|
MiDeviceVector(int x,
int y)
Constructs a new MiDeviceVector. |
|
| Method Summary | |
void |
add(MiDeviceVector other)
Adds the components of the given vector to this. |
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 MiDeviceVector()
public MiDeviceVector(int x,
int y)
x - the x componenty - the y component| Method Detail |
public void add(MiDeviceVector other)
other - the vector to add to this onepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||