Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D G H I J L M R S U W

A

activate() - Method in class com.trapezium.bean.HumanBean.HumanBeanBehavior
Enable the HumanBeanBehavior
activateBehavior(BehaviorBean) - Method in class com.trapezium.bean.HumanBean
Activate a specific behavior, add it if it isn't there to activate.
activated - Variable in class com.trapezium.bean.HumanBean.HumanBeanBehavior
 
addModificationPoint(int, int) - Method in class com.trapezium.bean.BehaviorBean
 
addSensorContainingNode(Node) - Method in class com.trapezium.bean.BehaviorBean
Add a sensor containing node
analyzeBehaviors() - Method in class com.trapezium.bean.HumanBean
 
analyzed - Variable in class com.trapezium.bean.HumanBean
Create a set of BehaviorBean objects.
associate(String, String) - Method in class com.trapezium.bean.HumanBean
Create an association between the DEF name of a joint in a file, and the actual joint name.

B

BehaviorBean - class com.trapezium.bean.BehaviorBean.
The BehaviorBean contains the set of DEFs and associated ROUTEs for a particular behavior.
BehaviorBean(ROUTE, Hashtable, Hashtable) - Constructor for class com.trapezium.bean.BehaviorBean
 
bb - Variable in class com.trapezium.bean.HumanBean.HumanBeanBehavior
 
behaviors - Variable in class com.trapezium.bean.HumanBean
 

C

com.trapezium.bean - package com.trapezium.bean
 
createBehavior(ROUTE, BitSet) - Method in class com.trapezium.bean.HumanBean
Create a behavior from a single ROUTE down through all the ROUTEs and DEFs it includes.
createHumanoidRootTokenEnumerator() - Method in class com.trapezium.bean.HumanBean
 
createHumanoidTokenEnumerator() - Method in class com.trapezium.bean.HumanBean
 

D

deactivate() - Method in class com.trapezium.bean.HumanBean.HumanBeanBehavior
Disable the HumanBeanBehavior
deactivateBehavior(BehaviorBean) - Method in class com.trapezium.bean.HumanBean
Deactivate a specific behavior.
defToJoint - Variable in class com.trapezium.bean.BehaviorBean
 
defToJoint - Variable in class com.trapezium.bean.HumanBean
 
defs - Variable in class com.trapezium.bean.BehaviorBean
 

G

generateBehavior(PrintStream) - Method in class com.trapezium.bean.HumanBean
Generate VRML text for behaviors associated with this HumanBean
generateDEF(PrintStream, String, Scene, TokenEnumerator, Hashtable, Hashtable) - Method in class com.trapezium.bean.BehaviorBean
Generate text for a single DEF.
generateDEFs(PrintStream, Hashtable, Hashtable, Scene) - Method in class com.trapezium.bean.BehaviorBean
Generate text for all the DEFs used by this behavior.
generateRoute(PrintStream, Hashtable, ROUTE) - Method in class com.trapezium.bean.BehaviorBean
Generate text for a ROUTE
generateVRML(HumanBean, PrintStream, int, Hashtable, Vector, Hashtable) - Method in class com.trapezium.bean.BehaviorBean
Generate VRML for this, using DEF names from the humanoid if the ROUTE is referring to a Joint.
generateVRML(HumanBean, PrintStream, int, Hashtable, Vector, Hashtable) - Method in class com.trapezium.bean.HumanBean.HumanBeanBehavior
Generate VRML text for a BehaviorBean if it is activated.
generateVRML(String) - Method in class com.trapezium.bean.HumanBean
Generate VRML text for this HumanBean and its associated behaviors
generateVrmlFileName() - Method in class com.trapezium.bean.HumanBean
generate name for the "wrl" file
generateXML(String) - Method in class com.trapezium.bean.HumanBean
Generate XML text for this HumanBean and its associated behaviors
generateXmlFileName() - Method in class com.trapezium.bean.HumanBean
generate name for the "xml" file
getBehaviorAt(int) - Method in class com.trapezium.bean.HumanBean
Get a particular behavior
getBehaviorBean() - Method in class com.trapezium.bean.HumanBean.HumanBeanBehavior
Get the raw BehaviorBean
getContainingDEF(Scene, int) - Method in class com.trapezium.bean.BehaviorBean
Get the DEF that contains another DEF
getHumanoidRootTokenEnumerator() - Method in class com.trapezium.bean.HumanBean
Get the TokenEnumerator used to hold the HumanoidRoot (this is the main body)
getHumanoidTokenEnumerator() - Method in class com.trapezium.bean.HumanBean
Get the TokenEnumerator used to hold the Humanoid
getJointToDef() - Method in class com.trapezium.bean.HumanBean
Get the mapping between Joint and DEF names
getModifiedEndValue(int) - Method in class com.trapezium.bean.BehaviorBean
 
getModifiedStartValue(int) - Method in class com.trapezium.bean.BehaviorBean
 
getName() - Method in class com.trapezium.bean.HumanBean
Get the name of the HumanBean, for now just use sourceURL
getNumberBehaviors() - Method in class com.trapezium.bean.HumanBean
Get the number of behaviors associated with this bean
getNumberRoutes() - Method in class com.trapezium.bean.HumanBean
Get the number of ROUTEs associated with all behaviors for this bean
getROUTEtoSource(String, BitSet) - Method in class com.trapezium.bean.HumanBean
Get a ROUTE that sends to the source DEF parameter.
getScene() - Method in class com.trapezium.bean.HumanBean
Get the Scene the HumanBean was extracted from
getSensorContainingNode(int) - Method in class com.trapezium.bean.BehaviorBean
Get the non-DEFfed node that contains this one, this is used for the case where we have to also generate a sensor node parent, since the sensor only makes sense in the context of its parent.

H

HumanBean - class com.trapezium.bean.HumanBean.
 
HumanBean(String, Scene) - Constructor for class com.trapezium.bean.HumanBean
Class constructor
HumanBean.HumanBeanBehavior - class com.trapezium.bean.HumanBean.HumanBeanBehavior.
The HumanBeanBehavior is just a BehaviorBean and an "activated" flag.
HumanBean.HumanBeanBehavior(BehaviorBean) - Constructor for class com.trapezium.bean.HumanBean.HumanBeanBehavior
Class constructor, by default all HumanBeanBehaviors are activated
humanNodes - Variable in class com.trapezium.bean.HumanBean
 
humanoidRootTokenEnumerator - Variable in class com.trapezium.bean.HumanBean
 
humanoidTokenEnumerator - Variable in class com.trapezium.bean.HumanBean
 

I

isTimeSensor(String) - Method in class com.trapezium.bean.HumanBean
Is a DEF a TimeSensor

J

jointToDef - Variable in class com.trapezium.bean.BehaviorBean
 
jointToDef - Variable in class com.trapezium.bean.HumanBean
 

L

load(String) - Static method in class com.trapezium.bean.HumanBean
Load a serialized HumanBean.

M

modificationPoints - Variable in class com.trapezium.bean.BehaviorBean
 
modificationValue - Variable in class com.trapezium.bean.BehaviorBean
 
mpidx - Variable in class com.trapezium.bean.BehaviorBean
 

R

replaceDEF(String, String, Scene) - Method in class com.trapezium.bean.BehaviorBean
 
routes - Variable in class com.trapezium.bean.BehaviorBean
 
routes - Variable in class com.trapezium.bean.HumanBean
 

S

saveDEF(String) - Method in class com.trapezium.bean.BehaviorBean
Save DEF info, but only for DEFs that aren't joints.
saveROUTE(ROUTE) - Method in class com.trapezium.bean.BehaviorBean
Save ROUTE info.
saveROUTE(ROUTE) - Method in class com.trapezium.bean.HumanBean
Save ROUTE info.
saveSensorParent(BehaviorBean, String) - Method in class com.trapezium.bean.HumanBean
 
scene - Variable in class com.trapezium.bean.HumanBean
 
sensorContainingNodes - Variable in class com.trapezium.bean.BehaviorBean
 
serialize() - Method in class com.trapezium.bean.HumanBean
serialize the Human Bean
sourceFile - Variable in class com.trapezium.bean.HumanBean
 
sourceUrl - Variable in class com.trapezium.bean.HumanBean
 

U

ultimate - Variable in class com.trapezium.bean.BehaviorBean
 

W

writeObject(ObjectOutputStream) - Method in class com.trapezium.bean.BehaviorBean
 
writeObject(ObjectOutputStream) - Method in class com.trapezium.bean.HumanBean
 

A B C D G H I J L M R S U W