In theory this should work (modulo some particularly fiddly bits that I'm going
to have to think about), but it's totally untested. That comes next! git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@115 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -127,6 +127,14 @@ public class MediaPanel extends JComponent
|
||||
return _metamgr.getSpriteManager();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a reference to the region manager used by this media panel.
|
||||
*/
|
||||
public RegionManager getRegionManager ()
|
||||
{
|
||||
return _metamgr.getRegionManager();
|
||||
}
|
||||
|
||||
/**
|
||||
* Pauses the sprites and animations that are currently active on this media panel. Also stops
|
||||
* listening to the frame tick while paused.
|
||||
|
||||
Reference in New Issue
Block a user