espresso3d.engine.logo
Class E3DLogoRunner

java.lang.Object
  extended byespresso3d.engine.logo.E3DLogoRunner

public class E3DLogoRunner
extends java.lang.Object

Author:
Curt The master class for E3DLogos. This will determine which logo to display and will run it

Constructor Summary
E3DLogoRunner()
           
 
Method Summary
static void displayEngineLogo(E3DEngine engine)
          When this is called, it will determine which logo to display (randomly) and will display that logo.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DLogoRunner

public E3DLogoRunner()
Method Detail

displayEngineLogo

public static void displayEngineLogo(E3DEngine engine)
                              throws java.lang.Exception
When this is called, it will determine which logo to display (randomly) and will display that logo.

Parameters:
engine -
Throws:
java.lang.Exception