com.threerings.miso
Class MisoConfig

java.lang.Object
  extended by com.threerings.miso.MisoConfig

public class MisoConfig
extends Object

Provides access to the Miso configuration.


Field Summary
static Config config
          Provides access to configuration data for this package.
protected static int DEF_FINE_GRAN
           
protected static int DEF_TILE_HEIGHT
           
protected static int DEF_TILE_WIDTH
          Default scene view parameters.
protected static String FINE_GRAN_KEY
          The config key for tile fine coordinate granularity.
protected static String TILE_HEIGHT_KEY
          The config key for tile height in pixels.
protected static String TILE_WIDTH_KEY
          The config key for tile width in pixels.
 
Constructor Summary
MisoConfig()
           
 
Method Summary
static MisoSceneMetrics getSceneMetrics()
          Creates scene metrics with information obtained from the deployed config file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public static Config config
Provides access to configuration data for this package.


TILE_WIDTH_KEY

protected static final String TILE_WIDTH_KEY
The config key for tile width in pixels.

See Also:
Constant Field Values

TILE_HEIGHT_KEY

protected static final String TILE_HEIGHT_KEY
The config key for tile height in pixels.

See Also:
Constant Field Values

FINE_GRAN_KEY

protected static final String FINE_GRAN_KEY
The config key for tile fine coordinate granularity.

See Also:
Constant Field Values

DEF_TILE_WIDTH

protected static final int DEF_TILE_WIDTH
Default scene view parameters.

See Also:
Constant Field Values

DEF_TILE_HEIGHT

protected static final int DEF_TILE_HEIGHT
See Also:
Constant Field Values

DEF_FINE_GRAN

protected static final int DEF_FINE_GRAN
See Also:
Constant Field Values
Constructor Detail

MisoConfig

public MisoConfig()
Method Detail

getSceneMetrics

public static MisoSceneMetrics getSceneMetrics()
Creates scene metrics with information obtained from the deployed config file.