|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.thestump.ghronos.timing.TimingFactory
Used to create timing styles
Field Summary | |
static java.lang.String[] |
STYLES
Holds the name of each TimingStyle available from this factory |
Constructor Summary | |
TimingFactory()
|
Method Summary | |
static TimingStyle |
getTimingStyle(int id)
Gets the requested timing style |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String[] STYLES
Constructor Detail |
public TimingFactory()
Method Detail |
public static TimingStyle getTimingStyle(int id)
id
- The id of the timing style
BadArgumentException
- If id
does not match the ID of
any known TimingStyle class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |