fhm.edu.fem.app
Class AnimationStartup

java.lang.Object
  extended by fhm.edu.fem.app.AnimationStartup

public class AnimationStartup
extends java.lang.Object

Class Description: This class is starting the animation

Author:
Thomas Woellert (thomas@woellert.net), Stefan Weissbach (weissbst@gmx.de)

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

localLogger

protected static Logger localLogger
Constructor Detail

AnimationStartup

public AnimationStartup(java.io.File inFile,
                        java.lang.String[] args)
Construct a new startup object

Parameters:
inFile, - FEMIN File
args, - the given arguments
Method Detail

abort

public static void abort(boolean printHelpText)
Method called when aborting the program

Parameters:
true - if help-text should be printed, false otherwise

main

public static void main(java.lang.String[] args)
Call this method to start the program

Parameters:
args, - command line arguments

start

protected static void start(java.lang.String[] args)
Separate the given command-line arguments and start the application

Parameters:
args, - the command-line arguments