Uses of Class
de.cau.cs.kieler.kiml.LayoutTypeData

Packages that use LayoutTypeData
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
 

Uses of LayoutTypeData in de.cau.cs.kieler.kiml
 

Methods in de.cau.cs.kieler.kiml that return LayoutTypeData
 LayoutTypeData LayoutDataService.getTypeData(String id)
          Returns the data instance of the layout type with given identifier.
 LayoutTypeData LayoutDataService.getTypeDataBySuffix(String suffix)
          Returns a layout type data that has the given suffix in its identifier.
 

Methods in de.cau.cs.kieler.kiml that return types with arguments of type LayoutTypeData
 Collection<LayoutTypeData> LayoutDataService.getTypeData()
          Returns a list of layout type identifiers and names.
 

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutTypeData
 void LayoutDataService.Registry.addLayoutType(LayoutTypeData typeData)
          Registers the given layout type.