|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uwcse.sim.Offset
Represents an extent in the x and y direction. Used to represent offsets or vectors from an origin point in the simulation.
Field Summary | |
int |
dx
|
int |
dy
|
Constructor Summary | |
Offset(int dx,
int dy)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int dx
public int dy
Constructor Detail |
public Offset(int dx, int dy)
|
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |