Uses of Class
jexer.effect.WindowTransitionEffect
-
Packages that use WindowTransitionEffect Package Description jexer.effect Desktop and window effects. -
-
Uses of WindowTransitionEffect in jexer.effect
Subclasses of WindowTransitionEffect in jexer.effect Modifier and Type Class Description classWindowBurnInEffectMake the window look like it was burned in with plasma fire.classWindowBurnOutEffectMake the window look like it was burned out with plasma fire.classWindowFadeOutEffectMake the window fade out using translucence.classWindowWipeInEffectMake the window wipe in from a side.classWindowWipeOutEffectMake the window wipe out from a side.Constructors in jexer.effect with parameters of type WindowTransitionEffect Constructor Description DummyWindow(TWindow window, WindowTransitionEffect windowTransitionEffect)Public constructor.
-