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

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

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

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

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

Methods in de.cau.cs.kieler.kev.mapping.impl that return Opacity
 Opacity MappingFactoryImpl.createOpacity()
           
 

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

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