Uses of Interface
com.threerings.tudey.util.TudeyContext

Packages that use TudeyContext
com.threerings.tudey.client   
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 TudeyContext in com.threerings.tudey.client
 

Constructors in com.threerings.tudey.client with parameters of type TudeyContext
TudeySceneView(TudeyContext ctx)
          Creates a new scene view for use in the editor.
TudeySceneView(TudeyContext ctx, TudeySceneController ctrl)
          Creates a new scene view.
 

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

Methods in com.threerings.tudey.client.cursor with parameters of type TudeyContext
static Model[] PathCursor.maybeResize(Model[] omodels, int ncount, TudeyContext ctx, Scope parentScope, String name, ColorState colorState)
          Resizes the specified array of models if necessary, adding new models or removing models as required.
 

Constructors in com.threerings.tudey.client.cursor with parameters of type TudeyContext
AreaCursor.Original(TudeyContext ctx, Scope parentScope, AreaConfig.Original config)
          Creates a new implementation.
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.Original(TudeyContext ctx, Scope parentScope, PathConfig.Original config)
          Creates a new implementation.
PathCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PathEntry entry)
          Creates a new path cursor.
PlaceableCursor.Original(TudeyContext ctx, Scope parentScope, PlaceableConfig.Original config)
          Creates a new implementation.
PlaceableCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PlaceableEntry entry)
          Creates a new placeable cursor.
SelectionCursor(TudeyContext ctx, TudeySceneView view)
          Creates the cursor.
TileCursor.Original(TudeyContext ctx, Scope parentScope, TileConfig.Original config)
          Creates a new implementation.
TileCursor(TudeyContext ctx, TudeySceneView view, TudeySceneModel.TileEntry entry)
          Creates a new tile cursor.
 

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

Methods in com.threerings.tudey.client.sprite with parameters of type TudeyContext
static Model[] PathSprite.maybeResize(Model[] omodels, int ncount, TudeyContext ctx, Scene scene, String name, ColorState colorState, Object userObject)
          Resizes the specified array of models if necessary, adding new models or removing models as required.
 

Constructors in com.threerings.tudey.client.sprite with parameters of type TudeyContext
ActorSprite.Acting(TudeyContext ctx, Scope parentScope, ActorSpriteConfig.Moving config)
          Creates a new implementation.
ActorSprite.Moving(TudeyContext ctx, Scope parentScope, ActorSpriteConfig.Moving config)
          Creates a new implementation.
ActorSprite.Original(TudeyContext ctx, Scope parentScope, ActorSpriteConfig config)
          Creates a new implementation.
ActorSprite.StatefulEntry(TudeyContext ctx, Scope parentScope, ActorSpriteConfig.StatefulEntry config)
          Creates a new implementation.
ActorSprite(TudeyContext ctx, TudeySceneView view, int timestamp, Actor actor)
          Creates a new actor sprite.
AreaSprite.Original(TudeyContext ctx, Scope parentScope, AreaConfig.Original config)
          Creates a new implementation.
AreaSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.AreaEntry entry)
          Creates a new area sprite.
EffectSprite.Animator(TudeyContext ctx, Scope parentScope, EffectSpriteConfig.Animator config, Effect effect)
          Creates a new implementation.
EffectSprite.Original(TudeyContext ctx, Scope parentScope, EffectSpriteConfig config, Effect effect)
          Creates a new implementation.
EffectSprite(TudeyContext ctx, TudeySceneView view, Effect effect)
          Creates a new effect sprite.
EntrySprite(TudeyContext ctx, TudeySceneView view)
          Creates a new entry sprite.
GlobalSprite.Camera(TudeyContext ctx, Scope parentScope, SceneGlobalConfig.Camera config)
          Creates a new environment model implementation.
GlobalSprite.EnvironmentModel(TudeyContext ctx, Scope parentScope, SceneGlobalConfig.EnvironmentModel config)
          Creates a new environment model implementation.
GlobalSprite.Implementation(TudeyContext ctx, Scope parentScope)
          Creates a new implementation.
GlobalSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.GlobalEntry entry)
          Creates a new global sprite.
PathSprite.Original(TudeyContext ctx, Scope parentScope, PathConfig.Original config)
          Creates a new implementation.
PathSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PathEntry entry)
          Creates a new path sprite.
PlaceableSprite.ClickableProp(TudeyContext ctx, Scope parentScope, PlaceableConfig.ClickableProp config)
          Creates a new clickable prop implementation.
PlaceableSprite.Marker(TudeyContext ctx, Scope parentScope, PlaceableConfig.Original config)
          Creates a new marker implementation.
PlaceableSprite.Original(TudeyContext ctx, Scope parentScope)
          Creates a new implementation.
PlaceableSprite.Prop(TudeyContext ctx, Scope parentScope, PlaceableConfig.Prop config)
          Creates a new prop implementation.
PlaceableSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.PlaceableEntry entry)
          Creates a new placeable sprite.
Sprite(TudeyContext ctx, TudeySceneView view)
          Creates a new sprite.
TileSprite.Original(TudeyContext ctx, Scope parentScope, TileConfig.Original config)
          Creates a new implementation.
TileSprite(TudeyContext ctx, TudeySceneView view, TudeySceneModel.TileEntry entry)
          Creates a new tile sprite.
 

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

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

Uses of TudeyContext in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config with parameters of type TudeyContext
abstract  EffectSprite.Implementation EffectSpriteConfig.createImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
 EffectSprite.Implementation EffectSpriteConfig.Default.createImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 EffectSprite.Implementation EffectSpriteConfig.Animator.createImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 EffectSprite.Implementation EffectConfig.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
abstract  EffectSprite.Implementation EffectConfig.Implementation.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
          Creates a sprite implementation for this configuration.
 EffectSprite.Implementation EffectConfig.Original.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
 EffectSprite.Implementation EffectConfig.Derived.createSpriteImplementation(TudeyContext ctx, Scope scope, Effect effect)
           
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)
           
 AreaCursor.Implementation AreaConfig.getCursorImplementation(TudeyContext ctx, Scope scope, AreaCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
abstract  AreaCursor.Implementation AreaConfig.Implementation.getCursorImplementation(TudeyContext ctx, Scope scope, AreaCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
 AreaCursor.Implementation AreaConfig.Original.getCursorImplementation(TudeyContext ctx, Scope scope, AreaCursor.Implementation impl)
           
 AreaCursor.Implementation AreaConfig.Derived.getCursorImplementation(TudeyContext ctx, Scope scope, AreaCursor.Implementation impl)
           
 PathCursor.Implementation PathConfig.getCursorImplementation(TudeyContext ctx, Scope scope, PathCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
abstract  PathCursor.Implementation PathConfig.Implementation.getCursorImplementation(TudeyContext ctx, Scope scope, PathCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
 PathCursor.Implementation PathConfig.Original.getCursorImplementation(TudeyContext ctx, Scope scope, PathCursor.Implementation impl)
           
 PathCursor.Implementation PathConfig.Derived.getCursorImplementation(TudeyContext ctx, Scope scope, PathCursor.Implementation impl)
           
 PlaceableCursor.Implementation PlaceableConfig.getCursorImplementation(TudeyContext ctx, Scope scope, PlaceableCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
abstract  PlaceableCursor.Implementation PlaceableConfig.Implementation.getCursorImplementation(TudeyContext ctx, Scope scope, PlaceableCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
 PlaceableCursor.Implementation PlaceableConfig.Original.getCursorImplementation(TudeyContext ctx, Scope scope, PlaceableCursor.Implementation impl)
           
 PlaceableCursor.Implementation PlaceableConfig.Derived.getCursorImplementation(TudeyContext ctx, Scope scope, PlaceableCursor.Implementation impl)
           
 TileCursor.Implementation TileConfig.getCursorImplementation(TudeyContext ctx, Scope scope, TileCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
abstract  TileCursor.Implementation TileConfig.Implementation.getCursorImplementation(TudeyContext ctx, Scope scope, TileCursor.Implementation impl)
          Creates or updates a cursor implementation for this configuration.
 TileCursor.Implementation TileConfig.Original.getCursorImplementation(TudeyContext ctx, Scope scope, TileCursor.Implementation impl)
           
 TileCursor.Implementation TileConfig.Derived.getCursorImplementation(TudeyContext ctx, Scope scope, TileCursor.Implementation impl)
           
abstract  ActorSprite.Implementation ActorSpriteConfig.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 ActorSprite.Implementation ActorSpriteConfig.Default.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorSpriteConfig.Moving.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorSpriteConfig.StatefulEntry.getImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  ActorSprite.Implementation ActorConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 ActorSprite.Implementation ActorConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 ActorSprite.Implementation ActorConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, ActorSprite.Implementation impl)
           
 AreaSprite.Implementation AreaConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, AreaSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  AreaSprite.Implementation AreaConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, AreaSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 AreaSprite.Implementation AreaConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, AreaSprite.Implementation impl)
           
 AreaSprite.Implementation AreaConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, AreaSprite.Implementation impl)
           
 GlobalSprite.Implementation SceneGlobalConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, GlobalSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  GlobalSprite.Implementation SceneGlobalConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, GlobalSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 GlobalSprite.Implementation SceneGlobalConfig.EnvironmentModel.getSpriteImplementation(TudeyContext ctx, Scope scope, GlobalSprite.Implementation impl)
           
 GlobalSprite.Implementation SceneGlobalConfig.Camera.getSpriteImplementation(TudeyContext ctx, Scope scope, GlobalSprite.Implementation impl)
           
 GlobalSprite.Implementation SceneGlobalConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, GlobalSprite.Implementation impl)
           
 PathSprite.Implementation PathConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  PathSprite.Implementation PathConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 PathSprite.Implementation PathConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
           
 PathSprite.Implementation PathConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, PathSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  PlaceableSprite.Implementation PlaceableConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 PlaceableSprite.Implementation PlaceableConfig.Prop.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.ClickableProp.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.Marker.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 PlaceableSprite.Implementation PlaceableConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, PlaceableSprite.Implementation impl)
           
 TileSprite.Implementation TileConfig.getSpriteImplementation(TudeyContext ctx, Scope scope, TileSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
abstract  TileSprite.Implementation TileConfig.Implementation.getSpriteImplementation(TudeyContext ctx, Scope scope, TileSprite.Implementation impl)
          Creates or updates a sprite implementation for this configuration.
 TileSprite.Implementation TileConfig.Original.getSpriteImplementation(TudeyContext ctx, Scope scope, TileSprite.Implementation impl)
           
 TileSprite.Implementation TileConfig.Derived.getSpriteImplementation(TudeyContext ctx, Scope scope, TileSprite.Implementation impl)
           
 

Uses of TudeyContext in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data with parameters of type TudeyContext
 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 TudeyContext in com.threerings.tudey.data.actor
 

Methods in com.threerings.tudey.data.actor with parameters of type TudeyContext
 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 TudeyContext in com.threerings.tudey.tools
 

Classes in com.threerings.tudey.tools that implement TudeyContext
 class SceneEditor
          The scene editor application.
 class TudeyTool
          Base class for Tudey tools.
 

Constructors in com.threerings.tudey.tools with parameters of type TudeyContext
ToolSceneView(TudeyContext ctx, ToolSceneController ctrl)
          Creates a new scene view.
 



Copyright © 2011. All Rights Reserved.