org.stellarium.ui.components
Class LoadingBar
java.lang.Object
org.stellarium.ui.components.LoadingBar
-
public class LoadingBar
- extends java.lang.Object
Class which is used to display loading bar
Constructor Summary |
LoadingBar(Projector prj, float fontSize, java.lang.String fontName,
java.lang.String splash_tex, int screenw, int screenh, java.lang.String extraTextString, float extraTextSize,
float extraTextPosx, float extraTextPosy, StelCore core)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
private java.lang.String message
prj
private Projector prj
splashx
private int splashx
splashy
private int splashy
barx
private int barx
bary
private int bary
width
private int width
height
private int height
barwidth
private int barwidth
barheight
private int barheight
_barfont
private SFontIfc _barfont
splash
private STexture splash
extraText
private java.lang.String extraText
extraTextPos
private javax.vecmath.Vector2d extraTextPos
_extraTextFontIfc
private SFontIfc _extraTextFontIfc
val
private float val
core
private StelCore core
LoadingBar
public LoadingBar(Projector prj,
float fontSize,
java.lang.String fontName,
java.lang.String splash_tex,
int screenw,
int screenh,
java.lang.String extraTextString,
float extraTextSize,
float extraTextPosx,
float extraTextPosy,
StelCore core)
throws StellariumException
- Throws:
StellariumException
setPercentage
public void setPercentage(float val)
-
draw
public void draw()
-
setMessage
public void setMessage(java.lang.String message)
-