Serialized Form


Package footfall.displays

Class footfall.displays.Display extends javax.swing.JPanel implements Serializable

Serialized Fields

enabled

boolean enabled

Class footfall.displays.DisplayFootFall extends Display implements Serializable

Class footfall.displays.DisplaySound extends Display implements Serializable

Serialized Fields

g3

java.awt.Graphics g3

bufferedimage

java.awt.image.BufferedImage bufferedimage

dimension

java.awt.Dimension dimension

historyBuf

float[] historyBuf

historyCounter

int historyCounter

darkC

java.awt.Color darkC

midC

java.awt.Color midC

lightC

java.awt.Color lightC


Package footfall.streams

Class footfall.streams.FootFallStream extends java.applet.Applet implements Serializable

Serialized Fields

displayfootfall

DisplayFootFall displayfootfall

thread

java.lang.Thread thread

threadDead

boolean threadDead

padwidth

int padwidth

padheight

int padheight

maxPressure

float maxPressure

startTime

long startTime

framesPerSecond

int framesPerSecond

framesPerSecondMin

int framesPerSecondMin

framesPerSecondMax

int framesPerSecondMax

Class footfall.streams.FootFallStreamFile extends FootFallStream implements Serializable

Serialized Fields

frameNames

java.util.Vector frameNames

frameData

java.util.Vector frameData

baseFrame

int baseFrame

currentFrame

int currentFrame

Class footfall.streams.FootFallStreamGen extends FootFallStream implements Serializable

Serialized Fields

leftfoot

FootModel leftfoot

rightfoot

FootModel rightfoot

footData

float[][] footData

currentFrame

int currentFrame