com.threerings.stage.tools.viewer
Class ViewerApp
java.lang.Object
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. |
|
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 |
_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
ViewerApp
public ViewerApp(String[] args)
throws IOException
- Construct and initialize the ViewerApp object.
- Throws:
IOException
run
public void run()
- Run the application.
main
public static void main(String[] args)
- Instantiate the application object and start it running.