| Package | Description |
|---|---|
| com.threerings.media |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedJApplet
When using the
FrameManager in an Applet, one must use this top-level class. |
class |
ManagedJFrame
When using the
FrameManager, one must use this top-level frame class. |
| Modifier and Type | Method and Description |
|---|---|
FrameManager.ManagedRoot |
FrameManager.getManagedRoot()
Returns the managed root on which this frame manager is operating.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameManager |
FrameManager.newInstance(FrameManager.ManagedRoot root)
Creates a frame manager that will try to use a high resolution timer for timing but will
fall back to
MillisTimer, which is available on every platform, but returns
inaccurate time stamps on many platforms. |
static FrameManager |
FrameManager.newInstance(FrameManager.ManagedRoot root,
MediaTimer timer)
Constructs a frame manager that will do its rendering to the supplied root and use the
supplied media timer for timing information.
|
Copyright © 2015. All rights reserved.