|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.io.FontGenerator
public class FontGenerator
Method Summary | |
---|---|
Font |
getBold()
This method will return a bold font. |
static FontGenerator |
getInstance()
This method will return one instance, for public need. |
Font |
getItalic()
This method will return an italic font with default size. |
Font |
getLink()
This method will return a link font. |
Font |
getNormal()
This method will return a normal font. |
Font |
getSubTitleFont()
This method will return a font for sub-title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FontGenerator getInstance()
public Font getNormal()
public Font getItalic()
public Font getBold()
public Font getLink()
public Font getSubTitleFont()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |