Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
O
P
R
S
T
W
D
draw(ICanvas)
- Method in class com.WorldLibAndroid.Demo.
BlobWorld
draw(ICanvas)
- Method in class com.WorldLibAndroid.Demo.
ShapeObj
is the blob near the center of area given by the WIDTH and HEIGHT
draw(ICanvas)
- Method in interface com.WorldLibAndroid.
IWorld
With this method the user can draw on the canvas.
drawBitmap(int[], int, int, float, float, int, int, boolean)
- Method in class com.WorldLibAndroid.
CanvasPanel
Treat the specified array of colors as a bitmap, and draw it.
drawBitmap(int[], int, int, float, float, int, int, boolean)
- Method in interface com.WorldLibAndroid.
ICanvas
Treat the specified array of colors as a bitmap, and draw it.
drawCircle(float, float, float, IColor)
- Method in class com.WorldLibAndroid.
CanvasPanel
Draws a filled circle.
drawCircle(float, float, float, IColor)
- Method in interface com.WorldLibAndroid.
ICanvas
Draws a filled circle.
drawDrawable(Drawable)
- Method in class com.WorldLibAndroid.
CanvasPanel
drawDrawable(Drawable)
- Method in interface com.WorldLibAndroid.
ICanvas
Draws the specified drawable image.
drawLine(float, float, float, float, IColor)
- Method in class com.WorldLibAndroid.
CanvasPanel
Draws a line.
drawLine(float, float, float, float, IColor)
- Method in interface com.WorldLibAndroid.
ICanvas
Draws a line.
drawRect(float, float, float, float, IColor)
- Method in class com.WorldLibAndroid.
CanvasPanel
Draws a filled rectangle.
drawRect(float, float, float, float, IColor)
- Method in interface com.WorldLibAndroid.
ICanvas
Draws a filled rectangle.
drawText(String, float, float, IColor)
- Method in class com.WorldLibAndroid.
CanvasPanel
Draws a text.
drawText(String, float, float, IColor)
- Method in interface com.WorldLibAndroid.
ICanvas
Draws a text.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
O
P
R
S
T
W