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

Packages that use Text
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.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 Text in de.cau.cs.kieler.kev.mapping
 

Methods in de.cau.cs.kieler.kev.mapping that return Text
 Text MappingFactory.createText()
          Returns a new object of class 'Text'.
 

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

Classes in de.cau.cs.kieler.kev.mapping.impl that implement Text
 class TextImpl
          An implementation of the model object 'Text'.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return Text
 Text MappingFactoryImpl.createText()
           
 

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

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