Eclipse suggested cleanup.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2971 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ArcPath.java,v 1.3 2002/12/04 02:45:09 shaper Exp $
|
||||
// $Id: ArcPath.java,v 1.4 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
@@ -9,7 +9,6 @@ import java.awt.Point;
|
||||
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.util.DirectionUtil;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//
|
||||
// $Id: BackgroundTiler.java,v 1.7 2003/11/19 18:27:10 mdb Exp $
|
||||
// $Id: BackgroundTiler.java,v 1.8 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import java.awt.Graphics;
|
||||
import java.awt.Shape;
|
||||
import java.awt.image.BufferedImage;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
//
|
||||
// $Id: BobblePath.java,v 1.4 2003/01/17 23:19:20 ray Exp $
|
||||
// $Id: BobblePath.java,v 1.5 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import java.awt.Color;
|
||||
import java.awt.Graphics2D;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
|
||||
import com.threerings.util.RandomUtil;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,17 +1,14 @@
|
||||
//
|
||||
// $Id: LinePath.java,v 1.12 2003/05/16 02:22:19 ray Exp $
|
||||
// $Id: LinePath.java,v 1.13 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import java.awt.Color;
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.Graphics;
|
||||
import java.awt.Point;
|
||||
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
|
||||
/**
|
||||
* The line path is used to cause a pathable to go from point A to point B
|
||||
* in a certain number of milliseconds.
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
//
|
||||
// $Id: MathUtil.java,v 1.9 2003/04/19 22:28:28 mdb Exp $
|
||||
// $Id: MathUtil.java,v 1.10 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
|
||||
import java.awt.Point;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//
|
||||
// $Id: PathSequence.java,v 1.3 2003/09/25 21:07:20 mdb Exp $
|
||||
// $Id: PathSequence.java,v 1.4 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import java.awt.Graphics2D;
|
||||
import java.awt.Rectangle;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//
|
||||
// $Id: Pathable.java,v 1.5 2002/12/04 02:45:09 shaper Exp $
|
||||
// $Id: Pathable.java,v 1.6 2004/02/25 14:43:17 mdb Exp $
|
||||
|
||||
package com.threerings.media.util;
|
||||
|
||||
import java.awt.Rectangle;
|
||||
import com.threerings.util.DirectionCodes;
|
||||
|
||||
/**
|
||||
* Used in conjunction with a {@link Path}.
|
||||
|
||||
Reference in New Issue
Block a user