|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.miso.MisoConfig
public class MisoConfig
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 |
|---|
public static Config config
protected static final String TILE_WIDTH_KEY
protected static final String TILE_HEIGHT_KEY
protected static final String FINE_GRAN_KEY
protected static final int DEF_TILE_WIDTH
protected static final int DEF_TILE_HEIGHT
protected static final int DEF_FINE_GRAN
| Constructor Detail |
|---|
public MisoConfig()
| Method Detail |
|---|
public static MisoSceneMetrics getSceneMetrics()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||