jmce - 1_02

jmce.swing
Class BitmapFont8x14

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

public class BitmapFont8x14
extends AbstractBitmapFont

Bitmap font 8 x 14.

Version:
1.00
Author:
Mario Viara

Field Summary
 
Fields inherited from class jmce.swing.AbstractBitmapFont
bitmap, height, width
 
Constructor Summary
BitmapFont8x14()
           
 
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

BitmapFont8x14

public BitmapFont8x14()

jmce - 1_02