com.triangularpixels.rebirth.image
Class TextureUtils

java.lang.Object
  extended by com.triangularpixels.rebirth.image.TextureUtils

public class TextureUtils
extends Object


Constructor Summary
TextureUtils()
           
 
Method Summary
static BufferedImage createBufferedImage(int width, int height, TextureFormat format)
           
static TextureFormat findFormat(BufferedImage img)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureUtils

public TextureUtils()
Method Detail

createBufferedImage

public static BufferedImage createBufferedImage(int width,
                                                int height,
                                                TextureFormat format)

findFormat

public static TextureFormat findFormat(BufferedImage img)


Copyright © 2009 TriangularPixels.com. All Rights Reserved.