Uses of Interface
org.stellarium.ui.render.STexture

Packages that use STexture
org.stellarium   
org.stellarium.astro Astronomical computations 
org.stellarium.landscape Landscape representation 
org.stellarium.telescope   
org.stellarium.ui User Interface 
org.stellarium.ui.components   
org.stellarium.ui.render   
 

Uses of STexture in org.stellarium
 

Fields in org.stellarium declared as STexture
private static STexture StelObjectBase.pointerNebula
           
private static STexture StelObjectBase.pointerPlanet
           
private static STexture StelObjectBase.pointerStar
           
private static STexture StelObjectBase.pointerTelescope
           
 

Uses of STexture in org.stellarium.astro
 

Fields in org.stellarium.astro declared as STexture
protected  STexture Constellation.artTexture
           
private  STexture Nebula.nebTex
          Texture
private  STexture HipStarMgr.starTexture
           
private  STexture Planet.Ring.tex
           
private  STexture MilkyWay.tex
           
(package private)  STexture Planet.texBigHalo
           
(package private) static STexture Nebula.texCircle
          The symbolic circle texture
private  STexture SolarSystem.texEarthShadow
          for lunar eclipses
(package private)  STexture Planet.texHalo
           
(package private)  STexture Planet.texMap
           
 

Methods in org.stellarium.astro that return STexture
 STexture Planet.getMapTexture()
           
 

Uses of STexture in org.stellarium.landscape
 

Fields in org.stellarium.landscape declared as STexture
(package private)  STexture LandscapeOldStyle.fogTex
           
(package private)  STexture LandscapeOldStyle.groundTex
           
private  STexture LandscapeSpherical.mapTex
           
private  STexture LandscapeFishEye.mapTex
           
(package private)  STexture[] LandscapeOldStyle.sideTexs
           
(package private)  STexture LandscapeTexCoord.tex
           
 

Uses of STexture in org.stellarium.telescope
 

Fields in org.stellarium.telescope declared as STexture
(package private)  STexture TelescopeMgr.telescopeTexture
           
 

Uses of STexture in org.stellarium.ui
 

Fields in org.stellarium.ui declared as STexture
protected  STexture StelUI.baseTex
          The standard fill texture
protected  STexture StelUI.flipBaseTex
          The standard fill texture
protected  STexture StelUI.texDown
          Down arrow texture
protected  STexture StelUI.texUp
          Up arrow texture
 

Uses of STexture in org.stellarium.ui.components
 

Fields in org.stellarium.ui.components declared as STexture
private  STexture StdDlgWin.alertIcon
           
private  STexture StdDlgWin.blankIcon
           
protected  STexture StdWin.headerTex
           
private  STexture StelPicture.imageTex
           
private  STexture StdDlgWin.questionIcon
           
protected  STexture FlagButton.specificTex
           
private  STexture LoadingBar.splash
           
private  STexture Painter.tex1
           
 

Methods in org.stellarium.ui.components with parameters of type STexture
 void Painter.drawSquareFill(Vector2i pos, Vector2i sz, SColor c, STexture t)
          Fill the defined square with the given texture and given color
 void StellariumComponent.setTexture(STexture tex)
           
 void Painter.setTexture(STexture tex)
           
 void CallbackComponent.setTexture(STexture tex)
           
 

Constructors in org.stellarium.ui.components with parameters of type STexture
FlagButton(boolean state, STexture tex, java.lang.String specificTexName)
           
FloatIncDec(SFontIfc someFont, STexture texUp, STexture texDown, double someMin, double someMax, double initValue, double someInc)
           
IntIncDec(SFontIfc someFont, STexture texUp, STexture texDown, int someMin, int someMax, int initValue, int someInc)
           
IntIncDecVert(SFontIfc someFont, STexture texUp, STexture texDown, int someMin, int someMax, int initValue, int someInc)
           
MapPicture(STexture imageTex, STexture pointerTex, STexture cityTex)
           
MapPicture(STexture imageTex, STexture pointerTex, STexture cityTex, int xpos, int ypos, int xsize, int ysize)
           
Painter(STexture someTex1, SFontIfc someFont, SColor someBaseColor, SColor someTextColor)
           
StdBtWin(java.lang.String someTitle, STexture someHeaderTex, SFontIfc someWinFont, int headerSize)
           
StdDlgWin(java.lang.String _title, STexture _header_tex, SFontIfc _winfont, int headerSize)
           
StdTransBtWin(java.lang.String _title, int someTimeOut, STexture _header_tex, SFontIfc _winfont, int headerSize)
           
StdWin(java.lang.String someTitle, STexture someHeaderTex, SFontIfc someFont, int headerSize)
           
StelPicture(STexture someImageTex, int xPos, int yPos, int xSize, int ySize)
           
TexturedButton(STexture tex)
           
TimeItem(SFontIfc someFont, STexture texUp, STexture texDown)
           
TimeItem(SFontIfc someFont, STexture texUp, STexture texDown, double someJD)
          Creates a new Time Item.
 

Uses of STexture in org.stellarium.ui.render
 

Classes in org.stellarium.ui.render that implement STexture
(package private)  class STextureGlpng
          Stellarium Texture
(package private)  class STextureJogl
          Stellarium Texture
(package private)  class STextureNoGlpng
          Stellarium Texture

See

Fields in org.stellarium.ui.render declared as STexture
private  STexture Image.imageTex
           
 

Methods in org.stellarium.ui.render that return STexture
static STexture STextureFactory.createTexture(boolean fullpath, java.lang.String textureName, int loadType, boolean mipmap)
           
static STexture STextureFactory.createTexture(java.lang.String textureName)
           
static STexture STextureFactory.createTexture(java.lang.String textureName, int loadType)
           
static STexture STextureFactory.createTexture(java.lang.String textureName, int loadType, boolean mipmap)