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

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

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

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

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

Methods in de.cau.cs.kieler.kev.mapping.impl that return Rotate
 Rotate MappingFactoryImpl.createRotate()
           
 

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

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