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

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

Methods in de.cau.cs.kieler.kev.mapping that return SVGFile
 SVGFile MappingFactory.createSVGFile()
          Returns a new object of class 'SVG File'.
 

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

Methods in de.cau.cs.kieler.kev.mapping.animations that return SVGFile
 SVGFile MapAnimations.getMappingFile()
          Return the current mapping file of this MapAnimations.
 SVGFile MapAnimations.loadFromFile(String filename)
          Loads an mapping file from disk.
 SVGFile MapAnimations.loadFromResource(String filename)
          Loads an .mapping file from the resource example folder.
 

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

Classes in de.cau.cs.kieler.kev.mapping.impl that implement SVGFile
 class SVGFileImpl
          An implementation of the model object 'SVG File'.
 

Methods in de.cau.cs.kieler.kev.mapping.impl that return SVGFile
 SVGFile MappingFactoryImpl.createSVGFile()
           
 

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

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