Uses of Class
org.stellarium.ui.components.Justification

Packages that use Justification
org.stellarium.ui.components   
 

Uses of Justification in org.stellarium.ui.components
 

Fields in org.stellarium.ui.components declared as Justification
(package private)  Justification LabeledButton.justification
           
 

Methods in org.stellarium.ui.components that return Justification
static Justification Justification.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Justification[] Justification.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.stellarium.ui.components with parameters of type Justification
 void LabeledButton.setJustification(Justification justification)
           
 

Constructors in org.stellarium.ui.components with parameters of type Justification
LabeledButton(java.lang.String someLabel, SFontIfc someFont, Justification j)
           
LabeledButton(java.lang.String someLabel, SFontIfc someFont, Justification j, boolean brigth)