Uses of Interface
com.threerings.openal.util.AlContext

Packages that use AlContext
com.threerings.openal   
com.threerings.openal.config OpenAL configurations. 
com.threerings.opengl   
com.threerings.opengl.effect.tools   
com.threerings.opengl.gui.tools   
com.threerings.opengl.model.tools   
com.threerings.opengl.util   
com.threerings.tudey.tools Tudey tools. 
com.threerings.tudey.util   
 

Uses of AlContext in com.threerings.openal
 

Constructors in com.threerings.openal with parameters of type AlContext
SoundClipManager(AlContext ctx)
          Creates a sound clip manager.
Sounder.BaseClip(AlContext ctx, Scope parentScope)
          Creates a new implementation.
Sounder.BaseStream(AlContext ctx, Scope parentScope)
          Creates a new implementation.
Sounder.Clip(AlContext ctx, Scope parentScope, SounderConfig.Clip config)
          Creates a new clip implementation.
Sounder.Compound(AlContext ctx, Scope parentScope, SounderConfig.Compound config)
          Creates a new compound implementation.
Sounder.Conditional(AlContext ctx, Scope parentScope, SounderConfig.Conditional config)
          Creates a new conditional implementation.
Sounder.Implementation(AlContext ctx, Scope parentScope)
          Creates a new implementation.
Sounder.MetaClip(AlContext ctx, Scope parentScope, SounderConfig.MetaClip config)
          Creates a new clip implementation.
Sounder.MetaStream(AlContext ctx, Scope parentScope, SounderConfig.MetaStream config)
          Creates a new stream implementation.
Sounder.Random(AlContext ctx, Scope parentScope, SounderConfig.Random config)
          Creates a new conditional implementation.
Sounder.Scripted(AlContext ctx, Scope parentScope, SounderConfig.Scripted config)
          Creates a new scripted implementation.
Sounder.Sequential(AlContext ctx, Scope parentScope, SounderConfig.Sequential config)
          Creates a new compound implementation.
Sounder.Stream(AlContext ctx, Scope parentScope, SounderConfig.Stream config)
          Creates a new stream implementation.
Sounder.VariableClip(AlContext ctx, Scope parentScope, SounderConfig.VariableClip config)
          Creates a new clip implementation.
Sounder(AlContext ctx, Scope parentScope, Transform3D transform)
          Creates a new sounder with a null configuration.
Sounder(AlContext ctx, Scope parentScope, Transform3D transform, ConfigReference<SounderConfig> ref)
          Creates a new sounder with the referenced configuration.
Sounder(AlContext ctx, Scope parentScope, Transform3D transform, SounderConfig config)
          Creates a new sounder with the given configuration.
 

Uses of AlContext in com.threerings.openal.config
 

Methods in com.threerings.openal.config with parameters of type AlContext
 Sounder.Implementation SounderConfig.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
          Creates or updates sounder implementation for this configuration.
abstract  Sounder.Implementation SounderConfig.Implementation.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
          Creates or updates a sounder implementation for this configuration.
 Sounder.Implementation SounderConfig.Clip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.MetaClip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.VariableClip.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Stream.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.MetaStream.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Conditional.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Compound.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Sequential.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Scripted.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Random.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 Sounder.Implementation SounderConfig.Derived.getSounderImplementation(AlContext ctx, Scope scope, Sounder.Implementation impl)
           
 

Uses of AlContext in com.threerings.opengl
 

Classes in com.threerings.opengl that implement AlContext
 class GlApp
          A base class for OpenGL-based applications.
 class GlCanvasApp
          A base class for applications centered around an OpenGL canvas.
 class GlCanvasTool
          A base class for the OpenGL tool applications.
 class GlDisplayApp
          A base class for applications that use LWJGL's Display class.
 

Uses of AlContext in com.threerings.opengl.effect.tools
 

Classes in com.threerings.opengl.effect.tools that implement AlContext
 class ParticleEditor
          The particle editor application.
 

Uses of AlContext in com.threerings.opengl.gui.tools
 

Classes in com.threerings.opengl.gui.tools that implement AlContext
 class InterfaceTester
          Tool for testing user interfaces.
 

Uses of AlContext in com.threerings.opengl.model.tools
 

Classes in com.threerings.opengl.model.tools that implement AlContext
 class ModelTool
          Base class for tools that view or manipulate a single model (like the model viewer and particle editor).
 class ModelViewer
          A simple model viewer application.
 

Uses of AlContext in com.threerings.opengl.util
 

Subinterfaces of AlContext in com.threerings.opengl.util
 interface GlContext
          Provides access to the various components of the OpenGL rendering system.
 

Classes in com.threerings.opengl.util that implement AlContext
 class GlContextWrapper
          Wraps another GlContext, allowing subclasses to override methods selectively.
 

Uses of AlContext in com.threerings.tudey.tools
 

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

Uses of AlContext in com.threerings.tudey.util
 

Subinterfaces of AlContext in com.threerings.tudey.util
 interface TudeyContext
          Provides access to the required elements of the Tudey system.
 



Copyright © 2011. All Rights Reserved.