com.threerings.tudey.client.cursor
Class AreaCursor.Original

java.lang.Object
  extended by com.threerings.expr.SimpleScope
      extended by com.threerings.tudey.client.cursor.AreaCursor.Implementation
          extended by com.threerings.tudey.client.cursor.AreaCursor.Original
All Implemented Interfaces:
Scope, ScopeUpdateListener, Compositable, Tickable
Enclosing class:
AreaCursor

public static class AreaCursor.Original
extends AreaCursor.Implementation

An original implementation.


Field Summary
 
Fields inherited from interface com.threerings.expr.Scope
EPOCH, NOW
 
Constructor Summary
AreaCursor.Original(TudeyContext ctx, Scope parentScope, AreaConfig.Original config)
          Creates a new implementation.
 
Method Summary
 void composite()
          Adds this object's Dependencys and Enqueueables to the compositor in preparation for rendering.
 Shape getShape()
          Returns a reference to the transformed shape.
 void setConfig(AreaConfig.Original config)
          (Re)configures the implementation.
 void tick(float elapsed)
          Updates the state of this object based on the elapsed time in seconds.
 void update(TudeySceneModel.AreaEntry entry)
          Updates the implementation to match the area state.
 
Methods inherited from class com.threerings.tudey.client.cursor.AreaCursor.Implementation
getScopeName
 
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

AreaCursor.Original

public AreaCursor.Original(TudeyContext ctx,
                           Scope parentScope,
                           AreaConfig.Original config)
Creates a new implementation.

Method Detail

setConfig

public void setConfig(AreaConfig.Original config)
(Re)configures the implementation.


getShape

public Shape getShape()
Description copied from class: AreaCursor.Implementation
Returns a reference to the transformed shape.

Overrides:
getShape in class AreaCursor.Implementation

update

public void update(TudeySceneModel.AreaEntry entry)
Description copied from class: AreaCursor.Implementation
Updates the implementation to match the area state.

Overrides:
update in class AreaCursor.Implementation

tick

public void tick(float elapsed)
Description copied from interface: Tickable
Updates the state of this object based on the elapsed time in seconds.

Specified by:
tick in interface Tickable
Overrides:
tick in class AreaCursor.Implementation

composite

public void composite()
Description copied from interface: Compositable
Adds this object's Dependencys and Enqueueables to the compositor in preparation for rendering.

Specified by:
composite in interface Compositable
Overrides:
composite in class AreaCursor.Implementation


Copyright © 2011. All Rights Reserved.