mhframework
Class MHFrameworkConstants

java.lang.Object
  extended by mhframework.MHFrameworkConstants

public abstract class MHFrameworkConstants
extends java.lang.Object


Field Summary
static long ANIMATION_DELAY
           
static long TARGET_FPS
           
static java.lang.String VERSION_STRING
           
 
Constructor Summary
MHFrameworkConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_STRING

public static final java.lang.String VERSION_STRING
See Also:
Constant Field Values

TARGET_FPS

public static final long TARGET_FPS
See Also:
Constant Field Values

ANIMATION_DELAY

public static final long ANIMATION_DELAY
See Also:
Constant Field Values
Constructor Detail

MHFrameworkConstants

public MHFrameworkConstants()