Serialized Form


Package hmi.bml.bridge.ui

Class hmi.bml.bridge.ui.BridgeServerUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

realizerBridge

RealizerBridge realizerBridge
The realizerbridge


server

TCPIPRealizerBridgeServer server
The server that this UI has made for the realizerbridge


startButton

JButton startButton

stopButton

JButton stopButton

bmlPortSpinner

JSpinner bmlPortSpinner

feedbackPortSpinner

JSpinner feedbackPortSpinner

stateLabel

JLabel stateLabel

Class hmi.bml.bridge.ui.FeedbackPanel extends JTabbedPane implements Serializable

serialVersionUID: 1L

Serialized Fields

feedbackOutput

JTextArea feedbackOutput
Text area to give output feedback


warningOutput

JTextArea warningOutput

planningOutput

JTextArea planningOutput

Class hmi.bml.bridge.ui.MultiblockTesterUI extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

feedbackPane

FeedbackPanel feedbackPane

logger

org.slf4j.Logger logger

loadPath

String loadPath

specFileName

String specFileName

contentPanel

JPanel contentPanel
main content panel


buttonPanel

JPanel buttonPanel
A panel for adding buttons and such


realizerBridge

RealizerBridge realizerBridge
The realizerbridge


scripts

ArrayList<E> scripts

hasFired

ArrayList<E> hasFired

fireButtons

ArrayList<E> fireButtons

Class hmi.bml.bridge.ui.RealizerBridgeUI extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

loadPath

String loadPath

loadFileName

String loadFileName

demoScripts

ArrayList<E> demoScripts
if there is a bml realizer, a set of demo scripts can be "hard coded" into the UI. If you choose a script from the list, this script is loaded into the bml input box, and parsed / played.


demoScriptNames

ArrayList<E> demoScriptNames
names for the demo scripts, to be used in the drop down list


buttonPanel

JPanel buttonPanel
A panel for adding buttons and such


bmlInput

JTextArea bmlInput
Text area to input BML


demoScriptList

JComboBox demoScriptList
combobox for demo scripts


realizerBridge

RealizerBridge realizerBridge
The realizerbridge


feedbackPane

FeedbackPanel feedbackPane

Package hmi.bml.parser

Class hmi.bml.parser.InvalidSyncRefException extends Exception implements Serializable

serialVersionUID: -1944448719873442719L

Class hmi.bml.parser.MissingSyncPointException extends RuntimeException implements Serializable


Package hmi.elckerlyc

Class hmi.elckerlyc.BehaviourPlanningException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

behaviour

Behaviour behaviour

Class hmi.elckerlyc.PlayException extends Exception implements Serializable

serialVersionUID: 1L


Package hmi.elckerlyc.animationengine.motionunit

Class hmi.elckerlyc.animationengine.motionunit.MUPlayException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

mu

MotionUnit mu

Class hmi.elckerlyc.animationengine.motionunit.TMUPlayException extends PlayException implements Serializable

serialVersionUID: -6983568422653209455L

Serialized Fields

timedMU

TimedMotionUnit timedMU

Package hmi.elckerlyc.audioengine

Class hmi.elckerlyc.audioengine.AudioUnitPlanningException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

au

AudioUnit au

Class hmi.elckerlyc.audioengine.AudioUnitPlayException extends PlayException implements Serializable

serialVersionUID: 1L

Serialized Fields

au

AudioUnit au

Class hmi.elckerlyc.audioengine.WavUnitPlanningException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

wu

WavUnit wu

Class hmi.elckerlyc.audioengine.WavUnitPlayException extends PlayException implements Serializable

serialVersionUID: 1L

Serialized Fields

wu

WavUnit wu

Package hmi.elckerlyc.faceengine.faceunit

Class hmi.elckerlyc.faceengine.faceunit.FUPlayException extends PlayException implements Serializable

serialVersionUID: 1L

Serialized Fields

fu

FaceUnit fu

Class hmi.elckerlyc.faceengine.faceunit.TFUPlayException extends PlayException implements Serializable

serialVersionUID: -6983568422653209455L

Serialized Fields

timedFU

TimedFaceUnit timedFU

Package hmi.elckerlyc.planunit

Class hmi.elckerlyc.planunit.RelativeSyncNotFoundException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

syncId

String syncId

Package hmi.elckerlyc.speechengine

Class hmi.elckerlyc.speechengine.SpeechUnitPlanningException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

su

SpeechUnit su

Class hmi.elckerlyc.speechengine.SpeechUnitPlayException extends PlayException implements Serializable

serialVersionUID: 1L

Serialized Fields

su

SpeechUnit su

Package hmi.environment

Class hmi.environment.VirtualHumanUI extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

contentPanel

JPanel contentPanel

buttonPanel

JPanel buttonPanel
A panel for adding buttons and such


voiceList

JComboBox voiceList
combobox for voice selection


reloadGestureBinding

JButton reloadGestureBinding
The button to reload the gesturebinding


killVH

JButton killVH
The button to kill the virtualhuman


theVH

HmiVirtualHuman theVH
The spec for which this UI works


demoEnv

ElckerlycDemoEnvironment demoEnv
The demo environment in which the VH resides


Package hmi.faceanimation.converters.ui

Class hmi.faceanimation.converters.ui.EmotionConverterFrame extends JFrame implements Serializable

serialVersionUID: -469752997219652755L

Serialized Fields

emotionPanel

EmotionPanel emotionPanel

emotionConverter

EmotionConverter emotionConverter

faceController

FaceController faceController

Class hmi.faceanimation.converters.ui.EmotionPanel extends JPanel implements Serializable

serialVersionUID: 8365008904970611946L

Serialized Fields

emotionConverter

EmotionConverter emotionConverter

mpeg4Config

MPEG4Configuration mpeg4Config

faceController

FaceController faceController

Class hmi.faceanimation.converters.ui.EmotionWheelPanel extends JPanel implements Serializable

serialVersionUID: 322877579547536179L

Serialized Fields

image

BufferedImage image

center_x

int center_x

center_y

int center_y

radius

int radius

angle

float angle

activation

float activation

activationListeners

ArrayList<E> activationListeners

angleListeners

ArrayList<E> angleListeners

parameterListeners

ArrayList<E> parameterListeners

Class hmi.faceanimation.converters.ui.FACSConverterFrame extends JFrame implements Serializable

serialVersionUID: -633623737546748897L

Serialized Fields

facsConverter

FACSConverter facsConverter

mpeg4Config

MPEG4Configuration mpeg4Config

faceController

FaceController faceController

facsConfig

FACSConfiguration facsConfig

logger

org.slf4j.Logger logger

Class hmi.faceanimation.converters.ui.FACSPanel extends JPanel implements Serializable

serialVersionUID: 3118834458010380447L

Serialized Fields

config

FACSConfiguration config

configListeners

ArrayList<E> configListeners

sliders

AUSlider[] sliders

numAus

int numAus

Package hmi.graphics.jogl

Class hmi.graphics.jogl.FirstOpenGL extends JFrame implements Serializable

serialVersionUID: 0L


Package hmi.physics.assembler

Class hmi.physics.assembler.BodyDensities.BodyDensityMap extends HashMap<String,Float> implements Serializable

serialVersionUID: -6072973192095638022L

Class hmi.physics.assembler.JointLimits.JointAxisMap extends HashMap<String,String> implements Serializable

serialVersionUID: -6072973192095638022L

Class hmi.physics.assembler.JointLimits.JointLimitMaxXFemale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMaxXMale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMaxYFemale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMaxYMale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMaxZFemale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMaxZMale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMinXFemale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMinXMale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMinYFemale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMinYMale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMinZFemale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L

Class hmi.physics.assembler.JointLimits.JointLimitMinZMale extends HashMap<String,Float> implements Serializable

serialVersionUID: -7869849989299889772L


Package hmi.physics.controller

Class hmi.physics.controller.RuntimeNoSuchMethodException extends RuntimeException implements Serializable

serialVersionUID: 383464391887640774L

Serialized Fields

noSMExeption

NoSuchMethodException noSMExeption

Class hmi.physics.controller.RuntimeScriptException extends RuntimeException implements Serializable

serialVersionUID: -6769448758588682886L

Serialized Fields

scriptExeption

ScriptException scriptExeption

Package hmi.util

Class hmi.util.ClockLabel extends JLabel implements Serializable

Serialized Fields

clock

SystemClock clock

prevTime

double prevTime

Class hmi.util.ClockPanel extends JPanel implements Serializable

Serialized Fields

clock

SystemClock clock

timeLabel

JLabel timeLabel

prevTime

double prevTime

Class hmi.util.FilterSet extends LinkedHashSet<E> implements Serializable

serialVersionUID: 0L


Package hmi.xml

Class hmi.xml.XMLScanException extends RuntimeException implements Serializable

serialVersionUID: 0L

Serialized Fields

line

int line

tokenLine

int tokenLine

charPos

int charPos

tokenCharPos

int tokenCharPos

currentTokenString

String currentTokenString

url

String url

file

String file