Uses of Class
net.ogdf.lib.LayoutModule

Packages that use LayoutModule
de.cau.cs.kieler.kiml.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
net.ogdf.lib   
 

Uses of LayoutModule in de.cau.cs.kieler.kiml.ogdf
 

Methods in de.cau.cs.kieler.kiml.ogdf that return LayoutModule
protected abstract  LayoutModule OgdfLayouter.prepareLayouter(KNode layoutNode)
          Sets the layout specific options and modules depending on the options defined in the node.
protected  LayoutModule PlanarizationLayouter.prepareLayouter(KNode layoutNode)
          Sets the layout specific options and modules depending on the options defined in the node.
 LayoutModule SugiyamaLayouter.prepareLayouter(KNode layoutNode)
          Sets the layout specific options and modules depending on the options defined in the node.
 

Uses of LayoutModule in net.ogdf.lib
 

Subclasses of LayoutModule in net.ogdf.lib
 class PlanarizationLayout
           
 class SugiyamaLayout
           
 class UMLLayoutModule
           
 

Methods in net.ogdf.lib with parameters of type LayoutModule
protected static long LayoutModule.getCPtr(LayoutModule obj)