render
Class TextureReader
java.lang.Object
render.TextureReader
- public class TextureReader
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextureReader
public TextureReader()
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