Uses of Class
com.threerings.tudey.client.TudeySceneView

Packages that use TudeySceneView
com.threerings.tudey.client.cursor   
com.threerings.tudey.client.sprite   
com.threerings.tudey.client.util   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.data.actor   
com.threerings.tudey.tools Tudey tools. 
 

Uses of TudeySceneView in com.threerings.tudey.client.cursor
 

Constructors in com.threerings.tudey.client.cursor with parameters of type TudeySceneView
AreaCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.AreaEntry entry)
          Creates a new area cursor.
Cursor(TudeyContext ctx, TudeySceneView view)
          Creates the cursor.
EntryCursor(TudeyContext ctx, TudeySceneView view)
          Creates a new entry cursor.
PathCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PathEntry entry)
          Creates a new path cursor.
PlaceableCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PlaceableEntry entry)
          Creates a new placeable cursor.
SelectionCursor(TudeyContext ctx, TudeySceneView view)
          Creates the cursor.
TileCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.TileEntry entry)
          Creates a new tile cursor.
 

Uses of TudeySceneView in com.threerings.tudey.client.sprite
 

Constructors in com.threerings.tudey.client.sprite with parameters of type TudeySceneView
ActorSprite(TudeyContext ctx, TudeySceneView view, int timestamp, Actor actor)
          Creates a new actor sprite.
AreaSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.AreaEntry entry)
          Creates a new area sprite.
EffectSprite(TudeyContext ctx, TudeySceneView view, Effect effect)
          Creates a new effect sprite.
EntrySprite(TudeyContext ctx, TudeySceneView view)
          Creates a new entry sprite.
GlobalSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.GlobalEntry entry)
          Creates a new global sprite.
PathSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PathEntry entry)
          Creates a new path sprite.
PlaceableSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PlaceableEntry entry)
          Creates a new placeable sprite.
Sprite(TudeyContext ctx, TudeySceneView view)
          Creates a new sprite.
TileSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.TileEntry entry)
          Creates a new tile sprite.
 

Uses of TudeySceneView in com.threerings.tudey.client.util
 

Constructors in com.threerings.tudey.client.util with parameters of type TudeySceneView
SceneMap(TudeyContext ctx, TudeySceneView view)
          Creates a new scene map.
 

Uses of TudeySceneView in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config with parameters of type TudeySceneView
abstract  void ClientActionConfig.execute(TudeyContext ctx, TudeySceneView view, Sprite source)
          Executes the action.
 void ClientActionConfig.ControllerAction.execute(TudeyContext ctx, TudeySceneView view, Sprite source)
           
 void ClientActionConfig.ServerRequest.execute(TudeyContext ctx, TudeySceneView view, Sprite source)
           
 void ClientActionConfig.Compound.execute(TudeyContext ctx, TudeySceneView view, Sprite source)
           
 void ActionConfig.PreExecutable.preExecute(TudeySceneView view, ActorSprite sprite, int timestamp)
          Pre-executes the action on the owning client.
 void ActionConfig.Compound.preExecute(TudeySceneView view, ActorSprite sprite, int timestamp)
           
 

Uses of TudeySceneView in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data with parameters of type TudeySceneView
 EntryCursor TudeySceneModel.Entry.createCursor(TudeyContext ctx, TudeySceneView view)
          Creates a cursor for this entry (or returns null for none).
 EntryCursor TudeySceneModel.TileEntry.createCursor(TudeyContext ctx, TudeySceneView view)
           
 EntryCursor TudeySceneModel.PlaceableEntry.createCursor(TudeyContext ctx, TudeySceneView view)
           
 EntryCursor TudeySceneModel.PathEntry.createCursor(TudeyContext ctx, TudeySceneView view)
           
 EntryCursor TudeySceneModel.AreaEntry.createCursor(TudeyContext ctx, TudeySceneView view)
           
abstract  EntrySprite TudeySceneModel.Entry.createSprite(TudeyContext ctx, TudeySceneView view)
          Creates a sprite for this entry.
 EntrySprite TudeySceneModel.TileEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.GlobalEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.PlaceableEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.PathEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 EntrySprite TudeySceneModel.AreaEntry.createSprite(TudeyContext ctx, TudeySceneView view)
           
 

Uses of TudeySceneView in com.threerings.tudey.data.actor
 

Methods in com.threerings.tudey.data.actor with parameters of type TudeySceneView
 boolean Pawn.isClientControlled(TudeyContext ctx, TudeySceneView view)
           
 boolean Actor.isClientControlled(TudeyContext ctx, TudeySceneView view)
          Checks whether this actor is client controlled.
 ActorAdvancer Actor.maybeCreateAdvancer(TudeyContext ctx, TudeySceneView view, int timestamp)
          Determines whether this actor is controlled by the client and, if so, creates and returns an ActorAdvancer instance to perform client-side prediction.
 

Uses of TudeySceneView in com.threerings.tudey.tools
 

Subclasses of TudeySceneView in com.threerings.tudey.tools
 class ToolSceneView
          Scene view for tools.
 

Methods in com.threerings.tudey.tools that return TudeySceneView
 TudeySceneView SceneEditor.getView()
          Returns a reference to the scene view.
 



Copyright © 2011. All Rights Reserved.