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:
@@ -21,8 +21,12 @@
|
||||
|
||||
package com.threerings.flash {
|
||||
|
||||
import flash.display.*;
|
||||
import flash.events.*;
|
||||
import flash.display.BitmapData;
|
||||
|
||||
import flash.events.Event;
|
||||
import flash.events.EventDispatcher;
|
||||
import flash.events.TimerEvent;
|
||||
|
||||
import flash.utils.Timer;
|
||||
|
||||
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.
|
||||
*/
|
||||
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
|
||||
* of multiple frames, generating an event to deliver the finished jpeg when it is done.
|
||||
|
||||
Reference in New Issue
Block a user