|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.swing.AbstractBitmapFont
jmce.swing.BitmapFont6x8
public class BitmapFont6x8
Bitmap font 6 x 8
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 |
---|
public BitmapFont6x8()
Method Detail |
---|
public boolean getPixel(int ch, int x, int y)
BitmapFont
getPixel
in interface BitmapFont
getPixel
in class AbstractBitmapFont
ch
- - Character 0 - 255x
- - X coordinate of the char.y
- - Y coordinate of the char.
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |