Class display.SoftFont
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class display.SoftFont

java.lang.Object
   |
   +----display.SoftFont

public class SoftFont
extends Object

Constructor Index

 o SoftFont()

Method Index

 o drawChar(Graphics, char, int, int, int, int)
 o inSoftFont(char)

Constructors

 o SoftFont
  public SoftFont()

Methods

 o inSoftFont
  public boolean inSoftFont(char c)
 o drawChar
  public void drawChar(Graphics g,
                       char c,
                       int x,
                       int y,
                       int cw,
                       int ch)

All Packages  Class Hierarchy  This Package  Previous  Next  Index