|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.presents.dobj.DObject
com.threerings.crowd.data.PlaceObject
com.threerings.whirled.data.SceneObject
com.threerings.whirled.spot.data.SpotSceneObject
com.threerings.stage.data.StageSceneObject
public class StageSceneObject
Extends the basic SpotSceneObject with data and services
specific to isometric stage scenes.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.crowd.data.PlaceObject |
|---|
PlaceObject.ManagerCaller |
| Nested classes/interfaces inherited from interface com.threerings.crowd.chat.data.SpeakObject |
|---|
SpeakObject.ListenerOp |
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
|---|
Streamable.Closure |
| Field Summary | |
|---|---|
static String |
LIGHT_LEVEL
The field name of the lightLevel field. |
static String |
LIGHT_SHADE
The field name of the lightShade field. |
float |
lightLevel
The light level in this scene. 0f being fully on, 1f fully shaded. |
int |
lightShade
The color of the light. |
static String |
STAGE_SCENE_SERVICE
The field name of the stageSceneService field. |
StageSceneMarshaller |
stageSceneService
Provides stage scene services. |
| Fields inherited from class com.threerings.whirled.spot.data.SpotSceneObject |
|---|
clusters, CLUSTERS, OCCUPANT_LOCS, occupantLocs |
| Fields inherited from class com.threerings.crowd.data.PlaceObject |
|---|
manager, OCCUPANT_INFO, occupantInfo, occupants, OCCUPANTS, SPEAK_SERVICE, speakService |
| Fields inherited from class com.threerings.presents.dobj.DObject |
|---|
_accessors, _atable, _controller, _deathWish, _listeners, _locattrs, _locks, _oid, _omgr, _scount, _subs, _tcancelled, _tcount, _tevent |
| Constructor Summary | |
|---|---|
StageSceneObject()
|
|
| Method Summary | |
|---|---|
void |
setLightLevel(float value)
Requests that the lightLevel field be set to the
specified value. |
void |
setLightShade(int value)
Requests that the lightShade field be set to the
specified value. |
void |
setStageSceneService(StageSceneMarshaller value)
Requests that the stageSceneService field be set to the
specified value. |
| Methods inherited from class com.threerings.whirled.spot.data.SpotSceneObject |
|---|
addToClusters, addToOccupantLocs, removeFromClusters, removeFromOccupantLocs, setClusters, setOccupantLocs, updateClusters, updateOccupantLocs |
| Methods inherited from class com.threerings.crowd.data.PlaceObject |
|---|
addToOccupantInfo, addToOccupants, applyToListeners, getOccupantInfo, initManagerCaller, removeFromOccupantInfo, removeFromOccupants, setOccupantInfo, setSpeakService, shouldBroadcast, updateOccupantInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String STAGE_SCENE_SERVICE
stageSceneService field.
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String LIGHT_LEVEL
lightLevel field.
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public static final String LIGHT_SHADE
lightShade field.
public StageSceneMarshaller stageSceneService
public float lightLevel
public int lightShade
| Constructor Detail |
|---|
public StageSceneObject()
| Method Detail |
|---|
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setStageSceneService(StageSceneMarshaller value)
stageSceneService field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setLightLevel(float value)
lightLevel field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.
@Generated(value="com.threerings.presents.tools.GenDObjectTask") public void setLightShade(int value)
lightShade field be set to the
specified value. The local value will be updated immediately and an
event will be propagated through the system to notify all listeners
that the attribute did change. Proxied copies of this object (on
clients) will apply the value change when they received the
attribute changed notification.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||