Uses of Interface
de.cau.cs.kieler.kiml.IGraphLayoutEngine

Packages that use IGraphLayoutEngine
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.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.kwebs.client.layout XXX 
 

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

Classes in de.cau.cs.kieler.kiml that implement IGraphLayoutEngine
 class RecursiveGraphLayoutEngine
          Performs layout in a graph with hierarchy by executing a layout algorithm on each level of the hierarchy.
 

Uses of IGraphLayoutEngine in de.cau.cs.kieler.kiml.ui.service
 

Methods in de.cau.cs.kieler.kiml.ui.service that return IGraphLayoutEngine
 IGraphLayoutEngine EclipseLayoutInfoService.getLayoutEngine()
          Returns the active graph layout engine with highest priority.
 

Uses of IGraphLayoutEngine in de.cau.cs.kieler.kwebs.client.layout
 

Classes in de.cau.cs.kieler.kwebs.client.layout that implement IGraphLayoutEngine
 class RemoteGraphLayoutEngine
          This class is used to calculate the layout of a graph using a remote layout service.