|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BitmapFont
Interface to rappresent a bitmap font.
Method Summary | |
---|---|
int |
getHeight()
Return the height of the font. |
boolean |
getPixel(int ch,
int x,
int y)
Get a pixel from a specified char. |
int |
getWidth()
Return the width of the font. |
Method Detail |
---|
boolean getPixel(int ch, int x, int y)
ch
- - Character 0 - 255x
- - X coordinate of the char.y
- - Y coordinate of the char.int getWidth()
int getHeight()
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |