Uses of Interface
com.WorldLibAndroid.IColor

Packages that use IColor
com.WorldLibAndroid   
 

Uses of IColor in com.WorldLibAndroid
 

Classes in com.WorldLibAndroid that implement IColor
 class Color
          Color class to hold the color of an object.
 

Methods in com.WorldLibAndroid with parameters of type IColor
 void CanvasPanel.drawCircle(float x, float y, float radius, IColor p)
          Draws a filled circle.
 void ICanvas.drawCircle(float x, float y, float radius, IColor p)
          Draws a filled circle.
 void CanvasPanel.drawLine(float x1, float y1, float x2, float y2, IColor p)
          Draws a line.
 void ICanvas.drawLine(float x1, float y1, float x2, float y2, IColor p)
          Draws a line.
 void CanvasPanel.drawRect(float x1, float y1, float x2, float y2, IColor p)
          Draws a filled rectangle.
 void ICanvas.drawRect(float x1, float y1, float x2, float y2, IColor p)
          Draws a filled rectangle.
 void CanvasPanel.drawText(java.lang.String m, float x, float y, IColor p)
          Draws a text.
 void ICanvas.drawText(java.lang.String m, float x, float y, IColor p)
          Draws a text.