|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stellarium.ui.render.STextureFactory
public class STextureFactory
| 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 |
|---|
public STextureFactory()
| Method Detail |
|---|
public static STexture createTexture(java.lang.String textureName)
throws StellariumException
StellariumException
public static STexture createTexture(java.lang.String textureName,
int loadType,
boolean mipmap)
throws StellariumException
StellariumException
public static STexture createTexture(java.lang.String textureName,
int loadType)
throws StellariumException
StellariumException
public static STexture createTexture(boolean fullpath,
java.lang.String textureName,
int loadType,
boolean mipmap)
throws StellariumException
StellariumException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||