Uses of Class
sigmlanim.JAnimgenConfigData

Packages that use JAnimgenConfigData
sigmlanim Provides classes supporting the conversion of SiGML to CAS data streams, using a JNI interface to the animgen library. 
 

Uses of JAnimgenConfigData in sigmlanim
 

Methods in sigmlanim with parameters of type JAnimgenConfigData
 SiGMLAnimation SiGMLAnimationGenerator.getAnimationData(JAnimgenConfigData JAG_CONFIG_DATA, AnimatedSign[] asigns)
          Returns the SiGMLAnimation data for the given sequence of Gestural-SiGML signs, performed by the given avatar at the given frame rate, using the given avatar configuration base URL and animgen logging regime.
 SiGMLAnimation SiGMLAnimationGenerator.getAnimationForSiGML(JAnimgenConfigData JAG_CONFIG_DATA, java.lang.String SIGML)
          Returns the SiGMLAnimation data for the given SiGML text, performed by the given avatar at the given frame rate, and using the given avatar configuration base URL and animgen logging regime.
 SiGMLAnimation SiGMLAnimationGenerator.getAnimationForSiGMLURL(JAnimgenConfigData JAG_CONFIG_DATA, java.net.URL SIGML_URL)
          Returns the SiGMLAnimation data for the given SiGML URL, performed by the given avatar at the given frame rate, and using the given avatar configuration base URL and animgen logging regime.
 

Constructors in sigmlanim with parameters of type JAnimgenConfigData
JAnimgen(JAnimgenConfigData CFG_DATA, AnimatedSign[] ANIM_SIGNS)
          Constructs a new non-streamed Java animgen wrapper with the given configuration data, and runs an animgen thread using the given signs as input and attaching animations to them.
JAnimgen(JAnimgenConfigData CFG_DATA, StreamedSiGMLSupplierForAnimationGen SIGML_SUPPLIER)
          Constructs a new streamed Java animgen wrapper with the given configuration data, and runs an animgen thread using the given signs stream supplier as its input source.