|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzisko.multicastor.program.view.MiscFont
public abstract class MiscFont
Abstrakte Hilfsklasse zum Laden von Schriftarten
Constructor Summary | |
---|---|
MiscFont()
|
Method Summary | |
---|---|
static java.awt.Font |
getFont()
Statische Funktion zum Anfordern der Standardschriftart mit Standardformatierung. |
static java.awt.Font |
getFont(int style,
float size)
Statische Funktion zum Anfordern der Standardschriftart betimmter Formatierung. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MiscFont()
Method Detail |
---|
public static java.awt.Font getFont()
public static java.awt.Font getFont(int style, float size)
style
- 0=normal, 1=bold, 2=italic, 3=bolditalicsize
- die gewuehlte Schriftgrueuee
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |