com.threerings.stage.tools.viewer
Class ViewerApp

java.lang.Object
  extended by com.threerings.stage.tools.viewer.ViewerApp

public class ViewerApp
extends Object

The ViewerApp is a scene viewing application that allows for trying out Stage scenes in a pseudo-runtime environment.


Nested Class Summary
protected  class ViewerApp.ContextImpl
          The implementation of the StageContext interface that provides handles to the config and manager objects that offer commonly used services.
 
Field Summary
protected  com.threerings.media.image.ColorPository _colpos
           
protected  com.threerings.cast.bundle.BundledComponentRepository _crepo
           
protected  ViewerFrame _frame
           
protected  com.threerings.media.FrameManager _framemgr
           
protected  com.threerings.media.image.ImageManager _imgr
           
protected  MessageManager _mesgmgr
           
protected  com.threerings.resource.ResourceManager _rmgr
           
protected  String _target
           
protected  com.threerings.miso.tile.MisoTileManager _tilemgr
           
 
Constructor Summary
ViewerApp(String[] args)
          Construct and initialize the ViewerApp object.
 
Method Summary
static void main(String[] args)
          Instantiate the application object and start it running.
 void run()
          Run the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rmgr

protected com.threerings.resource.ResourceManager _rmgr

_tilemgr

protected com.threerings.miso.tile.MisoTileManager _tilemgr

_imgr

protected com.threerings.media.image.ImageManager _imgr

_crepo

protected com.threerings.cast.bundle.BundledComponentRepository _crepo

_colpos

protected com.threerings.media.image.ColorPository _colpos

_mesgmgr

protected MessageManager _mesgmgr

_framemgr

protected com.threerings.media.FrameManager _framemgr

_frame

protected ViewerFrame _frame

_target

protected String _target
Constructor Detail

ViewerApp

public ViewerApp(String[] args)
          throws IOException
Construct and initialize the ViewerApp object.

Throws:
IOException
Method Detail

run

public void run()
Run the application.


main

public static void main(String[] args)
Instantiate the application object and start it running.