edu.gatech.cs2335.lemmings.engine
Class MapSettings

java.lang.Object
  extended byedu.gatech.cs2335.lemmings.engine.MapSettings

public class MapSettings
extends java.lang.Object

Map Settings, thanks to PMD, a Singleton class Holds Physics Constants

Author:
Jose Caban

Field Summary
static java.awt.Color TRANSPARENT
          TRANSPARENT Color
 
Method Summary
static MapSettings getInstance()
          Method getInstance
static int getPassableColor()
          Method getPassableColor
static int getUnbreakableColor()
          Method getUnbreakableColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSPARENT

public static final java.awt.Color TRANSPARENT
TRANSPARENT Color

Method Detail

getUnbreakableColor

public static int getUnbreakableColor()
Method getUnbreakableColor

Returns:
int

getPassableColor

public static int getPassableColor()
Method getPassableColor

Returns:
int

getInstance

public static MapSettings getInstance()
Method getInstance

Returns:
mapsettings