|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liquidatom.derbyscore.theme.ThemeFactory
@ThreadSafe public class ThemeFactory
The global reference to the Theme
currently being used when rendering the scoreboard
can be retrieved from this factory.
Method Summary | |
---|---|
Theme |
getCurrent()
Get the current theme used to render the scoreboard. |
static ThemeFactory |
getInstance()
Grab a reference to the ThemeFactory singleton. |
void |
setCurrent(Theme current)
Set the current theme used to render the scoreboard. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ThemeFactory getInstance()
public Theme getCurrent()
public void setCurrent(Theme current)
current
- The current theme to use to render the scoreboard.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |