org.stellarium.ui.render
Class STextureFactory

java.lang.Object
  extended by org.stellarium.ui.render.STextureFactory

public class STextureFactory
extends java.lang.Object


Constructor Summary
STextureFactory()
           
 
Method Summary
static STexture createTexture(boolean fullpath, java.lang.String textureName, int loadType, boolean mipmap)
           
static STexture createTexture(java.lang.String textureName)
           
static STexture createTexture(java.lang.String textureName, int loadType)
           
static STexture createTexture(java.lang.String textureName, int loadType, boolean mipmap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STextureFactory

public STextureFactory()
Method Detail

createTexture

public static STexture createTexture(java.lang.String textureName)
                              throws StellariumException
Throws:
StellariumException

createTexture

public static STexture createTexture(java.lang.String textureName,
                                     int loadType,
                                     boolean mipmap)
                              throws StellariumException
Throws:
StellariumException

createTexture

public static STexture createTexture(java.lang.String textureName,
                                     int loadType)
                              throws StellariumException
Throws:
StellariumException

createTexture

public static STexture createTexture(boolean fullpath,
                                     java.lang.String textureName,
                                     int loadType,
                                     boolean mipmap)
                              throws StellariumException
Throws:
StellariumException