com.threerings.tudey.util
Interface TudeyContext

All Superinterfaces:
AlContext, com.threerings.crowd.util.CrowdContext, EditorContext, GlContext, com.threerings.presents.util.PresentsContext, com.threerings.whirled.util.WhirledContext
All Known Implementing Classes:
SceneEditor, TudeyTool

public interface TudeyContext
extends GlContext, com.threerings.whirled.util.WhirledContext

Provides access to the required elements of the Tudey system.


Method Summary
 Root getRoot()
          Returns a reference to the UI root.
 
Methods inherited from interface com.threerings.opengl.util.GlContext
getApp, getCameraHandler, getColorPository, getCompositor, getConfigManager, getImageCache, getMessageManager, getRenderer, getResourceManager, getScope, getShaderCache, makeCurrent, setCameraHandler, setRenderer
 
Methods inherited from interface com.threerings.openal.util.AlContext
getClipProvider, getSoundManager
 
Methods inherited from interface com.threerings.whirled.util.WhirledContext
getSceneDirector
 
Methods inherited from interface com.threerings.crowd.util.CrowdContext
clearPlaceView, getChatDirector, getLocationDirector, getMessageManager, getOccupantDirector, setPlaceView
 
Methods inherited from interface com.threerings.presents.util.PresentsContext
getClient, getConfig, getDObjectManager
 

Method Detail

getRoot

Root getRoot()
Returns a reference to the UI root.



Copyright © 2011. All Rights Reserved.