|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.tudey.config.AreaConfig.Implementation
com.threerings.tudey.config.AreaConfig.Derived
public static class AreaConfig.Derived
A derived implementation.
| Field Summary | |
|---|---|
ConfigReference<AreaConfig> |
area
The area reference. |
| Constructor Summary | |
|---|---|
AreaConfig.Derived()
|
|
| 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. |
void |
getUpdateReferences(ConfigReferenceSet refs)
Adds the implementation's update references to the provided set. |
| Methods inherited from class com.threerings.tudey.config.AreaConfig.Implementation |
|---|
invalidate |
| 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 |
|---|
@Editable(nullable=true) public ConfigReference<AreaConfig> area
| Constructor Detail |
|---|
public AreaConfig.Derived()
| Method Detail |
|---|
public void getUpdateReferences(ConfigReferenceSet refs)
AreaConfig.Implementation
getUpdateReferences in class AreaConfig.Implementationpublic AreaConfig.Original getOriginal(ConfigManager cfgmgr)
AreaConfig.Implementation
getOriginal in class AreaConfig.Implementation
public AreaCursor.Implementation getCursorImplementation(TudeyContext ctx,
Scope scope,
AreaCursor.Implementation impl)
AreaConfig.Implementation
getCursorImplementation in class AreaConfig.Implementationscope - 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)
AreaConfig.Implementation
getSpriteImplementation in class AreaConfig.Implementationscope - 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 | |||||||||