Uses of Class
jexer.effect.WindowWipeInEffect.Direction
-
Packages that use WindowWipeInEffect.Direction Package Description jexer.effect Desktop and window effects. -
-
Uses of WindowWipeInEffect.Direction in jexer.effect
Methods in jexer.effect that return WindowWipeInEffect.Direction Modifier and Type Method Description static WindowWipeInEffect.DirectionWindowWipeInEffect.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WindowWipeInEffect.Direction[]WindowWipeInEffect.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 WindowWipeInEffect.Direction Constructor Description WindowWipeInEffect(TWindow window, WindowWipeInEffect.Direction direction)Public contructor.
-