|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.infoglue.deliver.util.graphics.FontSaver
public class FontSaver
| Constructor Summary | |
|---|---|
FontSaver()
|
|
| Method Summary | |
|---|---|
static java.awt.Font |
create(java.lang.String name,
int style,
int size)
Works just like the Font Constructor: Creates a new font with the specified name, style and point size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontSaver()
| Method Detail |
|---|
public static java.awt.Font create(java.lang.String name,
int style,
int size)
name - the font namestyle - the constant style usedsize - the point size of the font
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||