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.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.
 

Constructors in de.cau.cs.kieler.kiml with parameters of type IDebugCanvas
RecursiveLayouterEngine(IDebugCanvas thedebugCanvas)
          Creates a recursive layouter engine with the given 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.