Serialized Form


Package smartlamp

Class smartlamp.LevelBar extends Panel implements Serializable

Serialized Fields

max

int max

current

int current

Class smartlamp.LevelHistory extends Panel implements Serializable

Serialized Fields

max

int max

current

int current

history

int[] history

len

int len

gridLineCount

int gridLineCount

gridOffset

int gridOffset

img

Image img

w

int w

h

int h

phase

int phase

stepSize

int stepSize

alive

boolean alive

lock

Lock lock

cond

Condition cond

Class smartlamp.LevelLamp extends Panel implements Serializable

Serialized Fields

max

int max

current

int current

image

Image image

size

Dimension size

Package tron

Class tron.TronException extends IOException implements Serializable