jmce - 1_02

jmce.swing
Class BitmapFont8x8

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

public class BitmapFont8x8
extends AbstractBitmapFont

Bitmap font 8 x 8.

Version:
1.00
Author:
Mario Viara

Field Summary
 
Fields inherited from class jmce.swing.AbstractBitmapFont
bitmap, height, width
 
Constructor Summary
BitmapFont8x8()
           
 
Method Summary
 
Methods inherited from class jmce.swing.AbstractBitmapFont
getBitmap, getHeight, getPixel, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitmapFont8x8

public BitmapFont8x8()

jmce - 1_02