|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sshtools.sshterm.emulation.SoftFont
Any characters that are not available in standard java fonts may be drawn using the softfont utility. This utility class was derived from the cpi fonts used in linux console drivers.
Font file generated by cpi2fnt
Maintainer: Marcus Meißner
Constructor Summary | |
SoftFont()
Constructor for the SoftFont object |
Method Summary | |
void |
drawChar(java.awt.Graphics g,
char c,
int x,
int y,
int cw,
int ch)
Description of the Method |
boolean |
inSoftFont(char c)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SoftFont()
Method Detail |
public boolean inSoftFont(char c)
c
- Description of the Parameter
public void drawChar(java.awt.Graphics g, char c, int x, int y, int cw, int ch)
g
- Description of the Parameterc
- Description of the Parameterx
- Description of the Parametery
- Description of the Parametercw
- Description of the Parameterch
- Description of the Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |