FileDocCategorySizeDatePackage
FontCanvas.javaAPI DocJ2ME MIDP 2.0840Thu Nov 07 12:02:18 GMT 2002example.fonts

FontCanvas

public class FontCanvas extends javax.microedition.lcdui.Canvas

Fields Summary
FontTestlet
myTestlet
Constructors Summary
FontCanvas(FontTestlet fontTestlet)
Construct a new canvas

	myTestlet = fontTestlet;
    
Methods Summary
voiddestroy()
Cleanup and destroy.

	// can't really get rid of mTestlet here
    
voidinit()
Initialize self.

	// no setup stuff yet
    
protected voidpaint(javax.microedition.lcdui.Graphics g)

	myTestlet.paint(g);