render
Class TextureReader

java.lang.Object
  extended byrender.TextureReader

public class TextureReader
extends java.lang.Object


Nested Class Summary
static class TextureReader.OTexture
           
 
Constructor Summary
TextureReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.awt.image.BufferedImage readImage(java.lang.String resourceName)
           
static java.awt.image.BufferedImage readImage(java.net.URL fileURL)
           
static TextureReader.OTexture readTexture(java.lang.String filename)
           
static TextureReader.OTexture readTexture(java.net.URL fileURL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureReader

public TextureReader()
Method Detail

readTexture

public static TextureReader.OTexture readTexture(java.lang.String filename)
                                          throws java.io.IOException
Throws:
java.io.IOException

readTexture

public static TextureReader.OTexture readTexture(java.net.URL fileURL)
                                          throws java.io.IOException
Throws:
java.io.IOException

readImage

public static java.awt.image.BufferedImage readImage(java.lang.String resourceName)
                                              throws java.io.IOException
Throws:
java.io.IOException

readImage

public static java.awt.image.BufferedImage readImage(java.net.URL fileURL)
                                              throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception