sub_arctic.new_lib
Class text_wb_obj_state
java.lang.Object
|
+--sub_arctic.new_lib.wb_obj_state
|
+--sub_arctic.new_lib.text_wb_obj_state
- public class text_wb_obj_state
- extends wb_obj_state
This class provides a class for storing the historical state of text
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 |
java.lang.String |
text
String value of object |
Constructor Summary |
text_wb_obj_state(long tm,
int xv,
int yv,
int wv,
int hv,
int oid,
int mid,
java.lang.String txt)
Constructor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
text
public java.lang.String text
- String value of object
text_wb_obj_state
public text_wb_obj_state(long tm,
int xv,
int yv,
int wv,
int hv,
int oid,
int mid,
java.lang.String txt)
- Constructor.
- Parameters:
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 objectint
- oid id of owner of this objectint
- mid id of modifier of this object