| Package | Description |
|---|---|
| com.threerings.media | |
| com.threerings.miso.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BackFrameManager
A
FrameManager extension that uses a volatile off-screen image to do its rendering. |
class |
FlipFrameManager
A
FrameManager extension that uses a flip-buffer (via BufferStrategy to do its
rendering. |
| Modifier and Type | Method and Description |
|---|---|
FrameManager |
MetaMediaManager.getFrameManager()
Returns the frame manager with which we are coordinating.
|
FrameManager |
ManagedJFrame.getFrameManager()
Returns the frame manager managing this frame.
|
FrameManager |
ManagedJApplet.getFrameManager()
Returns the frame manager managing this frame.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedJFrame.init(FrameManager fmgr) |
void |
ManagedJApplet.init(FrameManager fmgr) |
void |
FrameManager.ManagedRoot.init(FrameManager fmgr)
Configures the root with a reference to its frame manager.
|
boolean |
ActiveRepaintManager.paintComponents(Graphics g,
FrameManager fmgr)
Paints the components that have become dirty since the last tick.
|
| Constructor and Description |
|---|
FrameInterval(FrameManager mgr)
Constructor - registers the interval as a frame participant
|
HourglassView(FrameManager fmgr,
JComponent host,
int x,
int y,
Mirage glassImage,
Mirage topImage,
Rectangle topRect,
Mirage botImage,
Rectangle botRect,
MultiFrameImage sandTrickle)
Constructs an hourglass view.
|
HourglassView(FrameManager fmgr,
JComponent host,
int x,
int y,
Mirage glassImage,
Mirage topImage,
Rectangle topRect,
Point topOff,
Mirage botImage,
Rectangle botRect,
Point botOff,
MultiFrameImage sandTrickle)
Constructs an hourglass view.
|
MediaPanel(FrameManager framemgr)
Constructs a media panel.
|
MetaMediaManager(FrameManager framemgr,
MediaHost host) |
TimerView(FrameManager fmgr,
JComponent host,
Rectangle bounds)
Constructs a timer view that fires at the default rate.
|
VirtualMediaPanel(FrameManager framemgr)
Constructs a virtual media panel.
|
| Modifier and Type | Method and Description |
|---|---|
FrameManager |
MisoContext.getFrameManager()
Returns the frame manager that our scene panel will interact with.
|
Copyright © 2015. All rights reserved.