jmce - 1_02

jmce.swing
Class BitmapFont6x8

java.lang.Object
  extended by jmce.swing.AbstractBitmapFont
      extended by jmce.swing.BitmapFont6x8
All Implemented Interfaces:
BitmapFont

public class BitmapFont6x8
extends AbstractBitmapFont

Bitmap font 6 x 8

Version:
1.00
Author:
Mario Viara

Field Summary
 
Fields inherited from class jmce.swing.AbstractBitmapFont
bitmap, height, width
 
Constructor Summary
BitmapFont6x8()
           
 
Method Summary
 boolean getPixel(int ch, int x, int y)
          Get a pixel from a specified char.
 
Methods inherited from class jmce.swing.AbstractBitmapFont
getBitmap, getHeight, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapFont6x8

public BitmapFont6x8()
Method Detail

getPixel

public boolean getPixel(int ch,
                        int x,
                        int y)
Description copied from interface: BitmapFont
Get a pixel from a specified char.

Specified by:
getPixel in interface BitmapFont
Overrides:
getPixel in class AbstractBitmapFont
Parameters:
ch - - Character 0 - 255
x - - X coordinate of the char.
y - - Y coordinate of the char.

jmce - 1_02