Serialized Form


Package equip.city

Class equip.city.Ana implements Serializable

Serialized Fields

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

Class equip.city.Content implements Serializable

Class equip.city.Dub implements Serializable

Serialized Fields

map

java.awt.Image map
background image for display

values (MAP):


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):


mouseY

int mouseY
mouse y coordinate

initial values (YINITIAL):


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

Class equip.city.Entry implements Serializable

Class equip.city.Map implements Serializable

Class equip.city.TOC implements Serializable