|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.config.ManagedConfig
com.threerings.config.ParameterizedConfig
com.threerings.tudey.config.AreaConfig
public class AreaConfig
The configuration of an area.
| Nested Class Summary | |
|---|---|
static class |
AreaConfig.Derived
A derived implementation. |
static class |
AreaConfig.Implementation
Contains the actual implementation of the area. |
static class |
AreaConfig.Original
An original implementation. |
| Field Summary | |
|---|---|
AreaConfig.Implementation |
implementation
The actual area implementation. |
static AreaConfig.Original |
NULL_ORIGINAL
Used when we can't resolve the area's underlying original implementation. |
| Fields inherited from class com.threerings.config.ParameterizedConfig |
|---|
parameters |
| Constructor Summary | |
|---|---|
AreaConfig()
|
|
| Method Summary | |
|---|---|
AreaCursor.Implementation |
getCursorImplementation(TudeyContext ctx,
Scope scope,
AreaCursor.Implementation impl)
Creates or updates a cursor implementation for this configuration. |
AreaConfig.Original |
getOriginal(ConfigManager cfgmgr)
Returns a reference to the config's underlying original implementation. |
AreaSprite.Implementation |
getSpriteImplementation(TudeyContext ctx,
Scope scope,
AreaSprite.Implementation impl)
Creates or updates a sprite implementation for this configuration. |
| Methods inherited from class com.threerings.config.ParameterizedConfig |
|---|
getInstance, getParameter, getReference, validateOuters, validateReferences, wasUpdated |
| Methods inherited from class com.threerings.config.ManagedConfig |
|---|
addListener, configUpdated, getConfigManager, getInstance, getInstance, getInstance, getInstance, getName, init, removeListener, resourceModified, setName, updateFromSource |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AreaConfig.Original NULL_ORIGINAL
@Editable public AreaConfig.Implementation implementation
| Constructor Detail |
|---|
public AreaConfig()
| Method Detail |
|---|
public AreaConfig.Original getOriginal(ConfigManager cfgmgr)
public AreaCursor.Implementation getCursorImplementation(TudeyContext ctx,
Scope scope,
AreaCursor.Implementation impl)
scope - the area's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
public AreaSprite.Implementation getSpriteImplementation(TudeyContext ctx,
Scope scope,
AreaSprite.Implementation impl)
scope - the area's expression scope.impl - an existing implementation to reuse, if possible.
null if no implementation could be created.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||