| java.lang.Object | ||
| android.awt.AwtFactory | ||
| AwtFactory() |
| static | Graphics2D | getAwtGraphics(Canvas c, Paint p) | |||
| Use this method to get acces to AWT drawing primitives and to render into the surface area of a Android widget. | |||||
Methods inherited
from class
java.lang.Object
| c | Canvas of the android widget to draw into |
|---|---|
| p | The default drawing parameters such as font, stroke, foreground and background colors, etc. |