ooo-style formatting and importing.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@670 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2008-10-17 22:07:50 +00:00
parent 1df26e8813
commit 7fdedc30a3
@@ -21,8 +21,12 @@
package com.threerings.flash { package com.threerings.flash {
import flash.display.*; import flash.display.BitmapData;
import flash.events.*;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.TimerEvent;
import flash.utils.Timer; import flash.utils.Timer;
import com.threerings.util.ValueEvent; import com.threerings.util.ValueEvent;
@@ -38,8 +42,8 @@ import com.threerings.util.ValueEvent;
/** /**
* Class that will encode a jpeg in the background and fire an event when it's done. * Class that will encode a jpeg in the background and fire an event when it's done.
*/ */
public class BackgroundJPGEncoder extends EventDispatcher { public class BackgroundJPGEncoder extends EventDispatcher
{
/** /**
* Construct a jpeg encoder. Once started, the encoder will encode a jpeg over the course * Construct a jpeg encoder. Once started, the encoder will encode a jpeg over the course
* of multiple frames, generating an event to deliver the finished jpeg when it is done. * of multiple frames, generating an event to deliver the finished jpeg when it is done.