|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.expr.SimpleScope
com.threerings.tudey.client.sprite.TileSprite.Implementation
public abstract static class TileSprite.Implementation
The actual sprite implementation.
| Field Summary |
|---|
| Fields inherited from interface com.threerings.expr.Scope |
|---|
EPOCH, NOW |
| Constructor Summary | |
|---|---|
TileSprite.Implementation(Scope parentScope)
Creates a new implementation. |
|
| Method Summary | |
|---|---|
int |
getFloorFlags()
Returns the sprite's floor flags. |
Model |
getModel()
Returns the model for this implementation, or null for none. |
String |
getScopeName()
Returns the name of this scope for purposes of qualification. |
void |
update(TudeySceneModel.TileEntry entry)
Updates the implementation to match the tile state. |
| Methods inherited from class com.threerings.expr.SimpleScope |
|---|
addListener, dispose, get, getParentScope, removeListener, scopeUpdated |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TileSprite.Implementation(Scope parentScope)
| Method Detail |
|---|
public Model getModel()
null for none.
public int getFloorFlags()
public void update(TudeySceneModel.TileEntry entry)
public String getScopeName()
Scopenull
if qualified symbols cannot specifically address this scope.
getScopeName in interface ScopegetScopeName in class SimpleScope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||