Uses of Class
jexer.effect.WindowWipeOutEffect.Direction
-
Packages that use WindowWipeOutEffect.Direction Package Description jexer.effect Desktop and window effects. -
-
Uses of WindowWipeOutEffect.Direction in jexer.effect
Methods in jexer.effect that return WindowWipeOutEffect.Direction Modifier and Type Method Description static WindowWipeOutEffect.DirectionWindowWipeOutEffect.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WindowWipeOutEffect.Direction[]WindowWipeOutEffect.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jexer.effect with parameters of type WindowWipeOutEffect.Direction Constructor Description WindowWipeOutEffect(TWindow window, WindowWipeOutEffect.Direction direction)Public contructor.
-