|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sshtools.terminal.SoftFont
public class SoftFont
Graphics object to draw the extended graphics character set provided by VT terminals.
| Constructor Summary | |
|---|---|
SoftFont()
Construct a new SoftFont |
|
| Method Summary | |
|---|---|
void |
drawChar(java.awt.Graphics g,
char c,
int x,
int y,
int cw,
int ch)
Draw a character at a the supplied position, width and height. |
boolean |
inSoftFont(char c)
Get if the supplied character is valid for this font. |
| 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 - character
public void drawChar(java.awt.Graphics g,
char c,
int x,
int y,
int cw,
int ch)
g - graphics object to draw onc - character to drawx - x positiony - y positioncw - character widthch - character height
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||