org.smtose.shadowedhorizons.world
Class LocaleFactory

java.lang.Object
  extended byorg.smtose.shadowedhorizons.world.LocaleFactory

public class LocaleFactory
extends java.lang.Object

A Factory for the creation of Locale objects.

The LocaleFactory class is copyright© 2005 smtose.org (www.smtose.org)

Author:
Gregory Brown, smtose.org

Field Summary
static int GRID_LOCALE
           
static int HEX_LOCALE
           
static int OPEN_LOCALE
           
 
Constructor Summary
LocaleFactory()
           
 
Method Summary
 Locale getObject(int localeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRID_LOCALE

public static final int GRID_LOCALE
See Also:
Constant Field Values

HEX_LOCALE

public static final int HEX_LOCALE
See Also:
Constant Field Values

OPEN_LOCALE

public static final int OPEN_LOCALE
See Also:
Constant Field Values
Constructor Detail

LocaleFactory

public LocaleFactory()
Method Detail

getObject

public Locale getObject(int localeType)