|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.willuhn.jameica.gui.util.Font
public class Font
Schrift-Informationen. Wir haben die SWT-Fonts hier nochmal gekapselt, damit wir sie in Properties-Dateien speichern koennen.
| Field Summary | |
|---|---|
static Font |
BOLD
Standard-Schrift, fett gedruckt. |
static Font |
DEFAULT
Standard-Schrift. |
static Font |
H1
Schrift fuer Ueberschriften erster Ordnung. |
static Font |
H2
Schrift fuer Ueberschriften zweiter Ordnung. |
static Font |
H3
Schrift fuer Ueberschriften dritter Ordnung. |
static Font |
ITALIC
Standard-Schrift, kursiv gedruckt. |
static Font |
SMALL
Kleiner Text. |
| Method Summary | |
|---|---|
org.eclipse.swt.graphics.Font |
getSWTFont()
Liefert die Schrift. |
void |
setSWTFont(org.eclipse.swt.graphics.Font newFont)
Speichert einen neuen Font-Wert. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Font H1
public static final Font H2
public static final Font H3
public static final Font SMALL
public static final Font DEFAULT
public static final Font BOLD
public static final Font ITALIC
| Method Detail |
|---|
public final org.eclipse.swt.graphics.Font getSWTFont()
public final void setSWTFont(org.eclipse.swt.graphics.Font newFont)
newFont - die neue Schrift.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||