|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.gui.FontFactory
public class FontFactory
Makes Fonts using Factory Design Pattern so that not too much memory is consumed by Fonts.
Nested Class Summary | |
---|---|
static class |
FontFactory.FontSign
This enum structure represents all fonts to be used in the application. |
Method Summary | |
---|---|
static Font |
getFont(Display display,
FontFactory.FontSign fontSign)
Returns font associated with the fontSign object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Font getFont(Display display, FontFactory.FontSign fontSign)
display
- display associated with the font.fontSign
- FontSign object associated with the font.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |