Uses of Interface
de.cau.cs.kieler.kev.mapping.Animation

Packages that use Animation
de.cau.cs.kieler.kev.mapping A generated package from the Ecore-Model for the mapping between SVG graphics and mapping files. 
de.cau.cs.kieler.kev.mapping.animations The class MapAnimations.java applies the animations to the svg document. 
de.cau.cs.kieler.kev.mapping.impl This package contains the generated implementation and the user implemented code of the "de.cau.cs.kieler.kev.mapping" package. 
de.cau.cs.kieler.kev.mapping.util Generated util package of the mapping. 
 

Uses of Animation in de.cau.cs.kieler.kev.mapping
 

Subinterfaces of Animation in de.cau.cs.kieler.kev.mapping
 interface Colorize
          A representation of the model object 'Colorize'.
 interface Move
          A representation of the model object 'Move'.
 interface MovePath
          A representation of the model object 'Move Path'.
 interface MoveTo
          A representation of the model object 'Move To'.
 interface Opacity
          A representation of the model object 'Opacity'.
 interface Rotate
          A representation of the model object 'Rotate'.
 interface Text
          A representation of the model object 'Text'.
 

Methods in de.cau.cs.kieler.kev.mapping that return types with arguments of type Animation
 EList<Animation> SVGElement.getAnimation()
          Returns the value of the 'Animation' containment reference list.
 

Uses of Animation in de.cau.cs.kieler.kev.mapping.animations
 

Methods in de.cau.cs.kieler.kev.mapping.animations that return types with arguments of type Animation
 HashMap<String,ArrayList<Pair<String,Animation>>> MapAnimations.getDefaultKeyToAnimationsMap()
           
 HashMap<String,HashMap<String,ArrayList<Pair<String,Animation>>>> MapAnimations.getJsonKeyToInputValuesToAnimationsMap()
           
 HashMap<String,ArrayList<Pair<String,Animation>>> MapAnimations.getKeyToAnimationsMap()
           
 

Method parameters in de.cau.cs.kieler.kev.mapping.animations with type arguments of type Animation
 void MapAnimations.setDefaultKeyToAnimationsMap(HashMap<String,ArrayList<Pair<String,Animation>>> defaultKeyToAnimationsMap)
           
 void MapAnimations.setJsonKeyToInputValuesToAnimationsMap(HashMap<String,HashMap<String,ArrayList<Pair<String,Animation>>>> jsonKeyToInputValuesToAnimationsMap)
           
 void MapAnimations.setKeyToAnimationsMap(HashMap<String,ArrayList<Pair<String,Animation>>> keyToAnimationsMap)
           
 

Uses of Animation in de.cau.cs.kieler.kev.mapping.impl
 

Classes in de.cau.cs.kieler.kev.mapping.impl that implement Animation
 class AnimationImpl
          An implementation of the model object 'RunnableAnimation'.
 class ColorizeImpl
          An implementation of the model object 'Colorize'.
 class MoveImpl
          An implementation of the model object 'Move'.
 class MovePathImpl
          An implementation of the model object 'Move Path'.
 class MoveToImpl
          An implementation of the model object 'MoveTo'.
 class OpacityImpl
          An implementation of the model object 'Opacity'.
 class RotateImpl
          An implementation of the model object 'Rotate'.
 class TextImpl
          An implementation of the model object 'Text'.
 

Fields in de.cau.cs.kieler.kev.mapping.impl with type parameters of type Animation
protected  EList<Animation> SVGElementImpl.animation
          The cached value of the 'Animation' containment reference list.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return types with arguments of type Animation
 EList<Animation> SVGElementImpl.getAnimation()
           
 

Uses of Animation in de.cau.cs.kieler.kev.mapping.util
 

Methods in de.cau.cs.kieler.kev.mapping.util with parameters of type Animation
 T MappingSwitch.caseAnimation(Animation object)
          Returns the result of interpreting the object as an instance of 'Animation'.