Uses of Interface
de.cau.cs.kieler.kiml.util.IDebugCanvas

Packages that use IDebugCanvas
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.ogdf Wrapper classes and layout provider to connect the OGDF to KIML. 
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
 

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

Methods in de.cau.cs.kieler.kiml that return IDebugCanvas
 IDebugCanvas AbstractLayoutProvider.getDebugCanvas()
          Returns the current debug canvas.
 

Methods in de.cau.cs.kieler.kiml with parameters of type IDebugCanvas
 void AbstractLayoutProvider.setDebugCanvas(IDebugCanvas thedebugCanvas)
          Sets the current debug canvas.
 

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

Methods in de.cau.cs.kieler.kiml.ogdf with parameters of type IDebugCanvas
 void OgdfLayouter.setDebugCanvas(IDebugCanvas thecanvas)
          Set the debug canvas.
 

Uses of IDebugCanvas in de.cau.cs.kieler.kiml.ui.util
 

Classes in de.cau.cs.kieler.kiml.ui.util that implement IDebugCanvas
 class DebugCanvas
          A canvas for drawing debug information on the active diagram.