Uses of Class
de.cau.cs.kieler.kiml.ui.util.DebugCanvas.DrawingMode

Packages that use DebugCanvas.DrawingMode
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
 

Uses of DebugCanvas.DrawingMode in de.cau.cs.kieler.kiml.ui.util
 

Methods in de.cau.cs.kieler.kiml.ui.util that return DebugCanvas.DrawingMode
static DebugCanvas.DrawingMode DebugCanvas.DrawingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DebugCanvas.DrawingMode[] DebugCanvas.DrawingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.cau.cs.kieler.kiml.ui.util with parameters of type DebugCanvas.DrawingMode
DebugCanvas(KNode parentNode, DebugCanvas.DrawingMode drawingMode)
          Constructs a debug canvas.