|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sub_arctic.new_lib.wb_obj_state
This class provides the base class for storing the historical state of objects that appear in an historical_whiteboard object. Since this is basically just a helper class that is basically just providing storage, we make all the fields public.
Field Summary | |
int |
h
Height of object |
int |
mod_id
Modifier id |
int |
owner_id
Owner id |
long |
time
Timestamp indicating time that this state is valid at. |
int |
w
Width of object |
int |
x
X position of object |
int |
y
Y position of object |
Constructor Summary | |
wb_obj_state(long tm,
int xv,
int yv,
int wv,
int hv,
int oid,
int mid)
Constructor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public long time
public int x
public int y
public int w
public int h
public int owner_id
public int mod_id
Constructor Detail |
public wb_obj_state(long tm, int xv, int yv, int wv, int hv, int oid, int mid)
long
- tm timestamp that this state is valid at.int
- xv x position of the objectint
- yv y position of the objectint
- wv width of the objectint
- hv height of the object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |