sub_arctic.new_lib
Class line_wb_obj_state

java.lang.Object
  |
  +--sub_arctic.new_lib.wb_obj_state
        |
        +--sub_arctic.new_lib.line_wb_obj_state

public class line_wb_obj_state
extends wb_obj_state

This class provides a class for storing the historical state of line 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.


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

Constructor Detail

line_wb_obj_state

public line_wb_obj_state(long tm,
                         int xv,
                         int yv,
                         int wv,
                         int hv,
                         int oid,
                         int mid)
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