Uses of Class
algoanim.interactionsupport.InteractiveElement

Packages that use InteractiveElement
algoanim.animalscript This package contains the generator back-end for AnimalScript
algoanim.interactionsupport   
algoanim.interactionsupport.generators   
algoanim.primitives.generators   
 

Uses of InteractiveElement in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type InteractiveElement
 void AVInteractionTextGenerator.createInteractiveElementCode(InteractiveElement element)
           
 void AnimalJHAVETextInteractionGenerator.createInteractiveElementCode(InteractiveElement element)
           
 

Uses of InteractiveElement in algoanim.interactionsupport
 

Subclasses of InteractiveElement in algoanim.interactionsupport
 class DocumentationLink
           
 class FillInBlanksQuestion
           
 class GroupInfo
           
 class InteractiveQuestion
           
 class MultipleChoiceQuestion
           
 class MultipleSelectionQuestion
           
 class TrueFalseQuestion
           
 

Uses of InteractiveElement in algoanim.interactionsupport.generators
 

Methods in algoanim.interactionsupport.generators with parameters of type InteractiveElement
 void InteractiveElementGenerator.createInteractiveElementCode(InteractiveElement element)
          creates the actual code for representing an interactive element
 

Uses of InteractiveElement in algoanim.primitives.generators
 

Fields in algoanim.primitives.generators with type parameters of type InteractiveElement
 java.util.HashMap<java.lang.String,InteractiveElement> Language.interactiveElements