|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfhm.edu.fem.app.AnimationStartup
public class AnimationStartup
Class Description: This class is starting the animation
Field Summary | |
---|---|
protected static Logger |
localLogger
|
Constructor Summary | |
---|---|
AnimationStartup(java.io.File inFile,
java.lang.String[] args)
Construct a new startup object |
Method Summary | |
---|---|
static void |
abort(boolean printHelpText)
Method called when aborting the program |
static void |
main(java.lang.String[] args)
Call this method to start the program |
protected static void |
start(java.lang.String[] args)
Separate the given command-line arguments and start the application |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger localLogger
Constructor Detail |
---|
public AnimationStartup(java.io.File inFile, java.lang.String[] args)
inFile,
- FEMIN Fileargs,
- the given argumentsMethod Detail |
---|
public static void abort(boolean printHelpText)
true
- if help-text should be printed, false otherwisepublic static void main(java.lang.String[] args)
args,
- command line argumentsprotected static void start(java.lang.String[] args)
args,
- the command-line arguments
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |