Uses of Class
hmi.animation.ConfigList

Packages that use ConfigList
hmi.animation Documentation in the central Hmi Packages LaTeX report. 
 

Uses of ConfigList in hmi.animation
 

Fields in hmi.animation declared as ConfigList
private  ConfigList SkeletonInterpolator.configs
           
 

Methods in hmi.animation that return ConfigList
 ConfigList ConfigList.clone()
          removes configList[index]..configList[index+width-1] from the list
 ConfigList SkeletonInterpolator.getConfigList()
          Gets the Config list
 

Methods in hmi.animation with parameters of type ConfigList
 void SkeletonInterpolator.setConfigList(ConfigList configs)
          Sets the ConfigList, defining the VPartsConfigs to be interpolated.
 

Constructors in hmi.animation with parameters of type ConfigList
SkeletonInterpolator(String[] partIds, ConfigList configs, String configType)
          Creates a new SkeletonInterpolator for a specified ConfigList, VParts, and Config type.