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

Packages that use SFontIfc
org.stellarium   
org.stellarium.astro Astronomical computations 
org.stellarium.projector   
org.stellarium.telescope   
org.stellarium.ui User Interface 
org.stellarium.ui.components   
org.stellarium.ui.render   
 

Uses of SFontIfc in org.stellarium
 

Fields in org.stellarium declared as SFontIfc
(package private)  SFontIfc SkyLine.font
           
private  SFontIfc SkyGrid.font
           
 

Methods in org.stellarium with parameters of type SFontIfc
 void StelCore.printGravity(SFontIfc font, float x, float y, java.lang.String str)
          Print the passed String so that it is oriented in the drection of the gravity
 void StelCore.printGravity(SFontIfc font, float x, float y, java.lang.String str, boolean speedOptimize, float xshift, float yshift)
           
 

Uses of SFontIfc in org.stellarium.astro
 

Fields in org.stellarium.astro declared as SFontIfc
private  SFontIfc SolarSystem._planetNameFontIfc
           
private  SFontIfc ConstellationMgr.asterFont
           
(package private) static SFontIfc Nebula.nebulaFontIfc
          Font used for names printing
(package private) static SFontIfc Planet.planetNameFontIfc
           
(package private) static SFontIfc HipStar.starFontIfc
           
 

Methods in org.stellarium.astro with parameters of type SFontIfc
(package private)  void Constellation.drawName(SFontIfc constfont, Projector prj)
          Draw the name
(package private) static void Planet.setFont(SFontIfc f)
           
 

Uses of SFontIfc in org.stellarium.projector
 

Methods in org.stellarium.projector with parameters of type SFontIfc
 void Projector.printGravity180(SFontIfc font, double x, double y, java.lang.String ws, boolean speedOptimize, float xshift, float yshift)
           
 void DefaultProjector.printGravity180(SFontIfc font, double x, double y, java.lang.String ws, boolean speedOptimize, float xshift, float yshift)
           
 void Projector.printGravity180(SFontIfc fontIfc, double x, double y, java.lang.String ws, float xshift, float yshift)
           
 void DefaultProjector.printGravity180(SFontIfc font, double x, double y, java.lang.String ws, float xshift, float yshift)
          Method with speed optimization by default
 

Uses of SFontIfc in org.stellarium.telescope
 

Fields in org.stellarium.telescope declared as SFontIfc
(package private)  SFontIfc TelescopeMgr.telescopeFont
           
 

Uses of SFontIfc in org.stellarium.ui
 

Fields in org.stellarium.ui declared as SFontIfc
protected  SFontIfc StelUI.baseFont
          The standard font
protected  SFontIfc StelUI.courierFont
          The standard fixed size font
private  SFontIfc Cardinals.font
           
protected  SFontIfc StelUI.tuiFont
          The standard tui font - separate from gui so can reload on the fly
 

Methods in org.stellarium.ui that return SFontIfc
 SFontIfc StelUI.getTuiFont()
           
 

Methods in org.stellarium.ui with parameters of type SFontIfc
 void StelUI.setTuiFont(SFontIfc sFontIfc)
           
 

Uses of SFontIfc in org.stellarium.ui.components
 

Fields in org.stellarium.ui.components declared as SFontIfc
private  SFontIfc LoadingBar._barfont
           
private  SFontIfc LoadingBar._extraTextFontIfc
           
private  SFontIfc MapPicture.cityNameFont
           
private  SFontIfc Painter.font
           
 

Methods in org.stellarium.ui.components that return SFontIfc
(package private)  SFontIfc StellariumComponent.getFont()
           
 SFontIfc Painter.getFont()
           
 

Methods in org.stellarium.ui.components with parameters of type SFontIfc
(package private)  void StellariumComponent.setFont(SFontIfc f)
           
 void Painter.setFont(SFontIfc f)
           
 void LabeledButton.setFont(SFontIfc someFont)
           
 void EditBox.setFont(SFontIfc f)
           
(package private)  void CallbackComponent.setFont(SFontIfc f)
           
 

Constructors in org.stellarium.ui.components with parameters of type SFontIfc
EditBox(java.lang.String _label, SFontIfc font)
           
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)
           
LabeledButton(java.lang.String someLabel, SFontIfc someFont)
           
LabeledButton(java.lang.String someLabel, SFontIfc someFont, Justification j)
           
LabeledButton(java.lang.String someLabel, SFontIfc someFont, Justification j, boolean brigth)
           
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)
           
StelLabel(java.lang.String someLabel, SFontIfc someFont)
           
TabContainer(SFontIfc someFont)
           
TextLabel(java.lang.String someLabel, SFontIfc someFont)
           
TimeItem(SFontIfc someFont, STexture texUp, STexture texDown)
           
TimeItem(SFontIfc someFont, STexture texUp, STexture texDown, double someJD)
          Creates a new Time Item.
 

Uses of SFontIfc in org.stellarium.ui.render
 

Classes in org.stellarium.ui.render that implement SFontIfc
 class SFont
          Stellarium Font.
 

Methods in org.stellarium.ui.render that return SFontIfc
static SFontIfc SFontFactory.createFont(float size, java.lang.String fontName)
           
static SFontIfc SFontFactory.createFont(float size, java.lang.String fontName, SColor fontColor)