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