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
 
Fields inherited from class sub_arctic.new_lib.wb_obj_state
h, mod_id, owner_id, time, w, x, y
 
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
 

Field Detail

text

public java.lang.String text
String value of object
Constructor Detail

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 object
int - yv y position of the object
int - wv width of the object
int - hv height of the object
int - oid id of owner of this object
int - mid id of modifier of this object