Uses of Class
org.stellarium.ui.fader.Fader

Packages that use Fader
org.stellarium.ui.fader   
 

Uses of Fader in org.stellarium.ui.fader
 

Subclasses of Fader in org.stellarium.ui.fader
(package private)  class BooleanFader
           
 class LinearFader
          Please note that state is updated instantaneously, so if you need to draw something fading in and out, you need to check the interstate value (!
 class ParabolicFader
          Please note that state is updated instantaneously, so if you need to draw something fading in and out, you need to check the interstate value (!
 

Methods in org.stellarium.ui.fader that return Fader
 Fader ParabolicFader.set(boolean s)
          Faders can be used just as bools
 Fader LinearFader.set(boolean s)
          Faders can be used just as bools
abstract  Fader Fader.set(boolean s)
          Switchors can be used just as bools
 Fader BooleanFader.set(boolean s)