Uses of Interface
de.cau.cs.kieler.synccharts.TextEffect

Packages that use TextEffect
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.util   
 

Uses of TextEffect in de.cau.cs.kieler.synccharts
 

Methods in de.cau.cs.kieler.synccharts that return TextEffect
 TextEffect SyncchartsFactory.createTextEffect()
          Returns a new object of class 'Text Effect'.
 

Uses of TextEffect in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement TextEffect
 class TextEffectImpl
          An implementation of the model object 'Text Effect'.
 

Methods in de.cau.cs.kieler.synccharts.impl that return TextEffect
 TextEffect SyncchartsFactoryImpl.createTextEffect()
           
 

Uses of TextEffect in de.cau.cs.kieler.synccharts.util
 

Methods in de.cau.cs.kieler.synccharts.util with parameters of type TextEffect
 T SyncchartsSwitch.caseTextEffect(TextEffect object)
          Returns the result of interpreting the object as an instance of 'Text Effect'.