Add in @Overrides across the board, clean up the comments around them some, and remove
unneeded imports. I've got partially completed patches for narya & vilya, too, but nenya was the only one that wound up in a decent state after a friday evening puttering at it, killing time waiting on other things to finish. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@572 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -36,7 +36,7 @@ import static com.threerings.media.Log.log;
|
||||
*/
|
||||
public class FlipFrameManager extends FrameManager
|
||||
{
|
||||
// from FrameManager
|
||||
@Override
|
||||
protected void paint (long tickStamp)
|
||||
{
|
||||
// create our buffer strategy if we don't already have one
|
||||
@@ -92,13 +92,13 @@ public class FlipFrameManager extends FrameManager
|
||||
} while (_bufstrat.contentsLost());
|
||||
}
|
||||
|
||||
// from FrameManager
|
||||
@Override
|
||||
protected Graphics2D createGraphics ()
|
||||
{
|
||||
return (Graphics2D)_bufstrat.getDrawGraphics();
|
||||
}
|
||||
|
||||
// from FrameManager
|
||||
@Override
|
||||
protected void restoreFromBack (Rectangle dirty)
|
||||
{
|
||||
// nothing doing
|
||||
|
||||
Reference in New Issue
Block a user