Uses of Class
de.cau.cs.kieler.kiml.util.IDebugCanvas.Color

Packages that use IDebugCanvas.Color
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
 

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

Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type IDebugCanvas.Color
 void DebugCanvas.drawCircle(float x, float y, float d, IDebugCanvas.Color color)
          Draws a non-filled circle on the canvas.
 void DebugCanvas.drawEllipse(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a non-filled ellipse on the canvas.
 void DebugCanvas.drawFilledCircle(float x, float y, float d, IDebugCanvas.Color color)
          Draws a filled circle on the canvas.
 void DebugCanvas.drawFilledEllipse(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a filled ellipse on the canvas.
 void DebugCanvas.drawFilledRectangle(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a filled rectangle on the canvas.
 void DebugCanvas.drawLine(float x1, float y1, float x2, float y2, IDebugCanvas.Color color)
          Draws a line on the canvas.
 void DebugCanvas.drawRectangle(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a non-filled rectangle one the canvas.
 void DebugCanvas.drawString(String string, float x, float y, IDebugCanvas.Color color)
          Draws a string on the canvas.
 

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

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

Methods in de.cau.cs.kieler.kiml.util with parameters of type IDebugCanvas.Color
 void IDebugCanvas.drawCircle(float x, float y, float d, IDebugCanvas.Color color)
          Draws a non-filled circle on the canvas.
 void IDebugCanvas.drawEllipse(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a non-filled ellipse on the canvas.
 void IDebugCanvas.drawFilledCircle(float x, float y, float d, IDebugCanvas.Color color)
          Draws a filled circle on the canvas.
 void IDebugCanvas.drawFilledEllipse(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a filled ellipse on the canvas.
 void IDebugCanvas.drawFilledRectangle(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a filled rectangle on the canvas.
 void IDebugCanvas.drawLine(float x1, float y1, float x2, float y2, IDebugCanvas.Color color)
          Draws a line on the canvas.
 void IDebugCanvas.drawRectangle(float x, float y, float w, float h, IDebugCanvas.Color color)
          Draws a non-filled rectangle one the canvas.
 void IDebugCanvas.drawString(String string, float x, float y, IDebugCanvas.Color color)
          Draws a string on the canvas.