Serialized Form
updater
java.lang.Thread updater
- thread for network comms
port
int port
- proxy port
host
java.lang.String host
- host we came from (where proxy is)
socket
java.net.Socket socket
- socket connected to proxy
in
java.io.BufferedReader in
- stream for reading from proxy
out
java.io.PrintWriter out
- stream for writing to proxy
name
java.lang.String name
- visitor name
device
java.lang.String device
- visitor device
equip
java.lang.String equip
- visit dataspace
contentFrame
java.lang.String contentFrame
- frame receiving content update
listFrame
java.lang.String listFrame
- frame receiving list update
visitors
java.util.Vector visitors
- visitor data received from proxy for display
initTime
long initTime
- time of inititialisation as base for trace output
mfu
java.text.MessageFormat mfu
- format for sending user data (name and timestamp) to proxy
map
java.awt.Image map
- background image for display
values (MAP):
- mack mackroom.jpg
- cliffsoffice cliffsoffice.jpg
bi
java.awt.image.BufferedImage bi
- offscreen drawing buffer
big
java.awt.Graphics2D big
- offscreen drawing context
scale
float scale
- pixels per meter (parameter is 10x for netscape bug)
values (SCALE):
mouseX
int mouseX
- mouse x coordinate
initial values (XINITIAL):
- mack (3*scale) + xoffset = (3*18.3) + 62 = 129
mouseY
int mouseY
- mouse y coordinate
initial values (YINITIAL):
- mack yoffset - (int)(scale*-9) = 229 - (int)(18.3*-9) = 405
offsetX
int offsetX
- positioning reference offset from graphics origin (pixels)
values (XOFFSET):
offsetY
int offsetY
- positioning reference offset from graphics origin (pixels)
values (YOFFSET):
sentX
int sentX
- previous mouse x coordinate sent to equip (minimising sending)
sentY
int sentY
- previous mouse y coordinate sent to equip (minimising sending)
lastX
int lastX
- previous mouse x coordinate for orientation
lastY
int lastY
- previous mouse y coordinate for orientation
dragX
int dragX
- previous mouse x coordinate for drag
dragY
int dragY
- previous mouse y coordinate for drag
z
float z
- (fixed) height value
head
int head
- room orientation
values (HEADING):
sentH
int sentH
- last orientation sent to equip
a
float a
- accuracy of our position data
mfp
java.text.MessageFormat mfp
- format for sending position to proxy
mfv
java.text.MessageFormat mfv
- format for position received from proxy
mfc
java.text.MessageFormat mfc
- format for sending orientation to proxy
visitors
java.util.Vector visitors
- visitor data received from proxy for display