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

Packages that use LayoutServices
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.ui.layout Classes with generic implementations to apply layout to GMF diagrams. 
 

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

Methods in de.cau.cs.kieler.kiml that return LayoutServices
static LayoutServices LayoutServices.getInstance()
          Returns the singleton instance of the layout services class.
 

Methods in de.cau.cs.kieler.kiml with parameters of type LayoutServices
protected static void LayoutServices.createLayoutServices(LayoutServices subclassInstance)
          Sets a layout services instance created by a specific subclass and assigns the singleton instance of the registry.
 

Uses of LayoutServices in de.cau.cs.kieler.kiml.ui.layout
 

Subclasses of LayoutServices in de.cau.cs.kieler.kiml.ui.layout
 class EclipseLayoutServices
          This class is responsible for reading all extension point elements for layout services.