Moved ImageUtil into media.util with the rest of the util classes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1067 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: TileUtil.java,v 1.7 2002/01/18 17:48:11 shaper Exp $
|
||||
// $Id: TileUtil.java,v 1.8 2002/02/24 02:20:43 mdb Exp $
|
||||
|
||||
package com.threerings.cast.util;
|
||||
|
||||
import java.awt.Image;
|
||||
|
||||
import com.threerings.media.ImageUtil;
|
||||
import com.threerings.media.sprite.MultiFrameImage;
|
||||
import com.threerings.media.sprite.Sprite;
|
||||
import com.threerings.media.util.ImageUtil;
|
||||
|
||||
import com.threerings.cast.Log;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ImageManager.java,v 1.12 2002/01/18 17:55:43 shaper Exp $
|
||||
// $Id: ImageManager.java,v 1.13 2002/02/24 02:20:43 mdb Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
@@ -22,6 +22,7 @@ import javax.imageio.stream.MemoryCacheImageInputStream;
|
||||
|
||||
import com.threerings.resource.ResourceManager;
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.util.ImageUtil;
|
||||
|
||||
/**
|
||||
* Provides a single point of access for image retrieval and caching.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: ImageUtil.java,v 1.3 2002/01/18 17:55:43 shaper Exp $
|
||||
// $Id: ImageUtil.java,v 1.4 2002/02/24 02:20:44 mdb Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
package com.threerings.media.util;
|
||||
|
||||
import java.awt.Image;
|
||||
import java.awt.Graphics;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: SwissArmyTileSet.java,v 1.6 2002/01/17 23:43:14 mdb Exp $
|
||||
// $Id: SwissArmyTileSet.java,v 1.7 2002/02/24 02:20:44 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.io.ObjectInputStream;
|
||||
import com.samskivert.util.StringUtil;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.ImageUtil;
|
||||
import com.threerings.media.util.ImageUtil;
|
||||
|
||||
/**
|
||||
* The swiss army tileset supports a diverse variety of tiles in the
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TileSet.java,v 1.24 2002/01/18 17:48:11 shaper Exp $
|
||||
// $Id: TileSet.java,v 1.25 2002/02/24 02:20:44 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
@@ -9,8 +9,8 @@ import java.awt.Transparency;
|
||||
import java.io.IOException;
|
||||
import java.io.Serializable;
|
||||
|
||||
import com.threerings.media.ImageUtil;
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.util.ImageUtil;
|
||||
|
||||
/**
|
||||
* A tileset stores information on a single logical set of tiles. It
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
//
|
||||
// $Id: UniformTileSet.java,v 1.6 2002/01/17 23:43:14 mdb Exp $
|
||||
// $Id: UniformTileSet.java,v 1.7 2002/02/24 02:20:44 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile;
|
||||
|
||||
import java.awt.Image;
|
||||
|
||||
import com.threerings.media.Log;
|
||||
import com.threerings.media.ImageUtil;
|
||||
import com.threerings.media.util.ImageUtil;
|
||||
|
||||
/**
|
||||
* A uniform tileset is one that is composed of tiles that are all the
|
||||
|
||||
Reference in New Issue
Block a user