Uses of Class
com.googlecode.lanterna.gui2.Direction
-
Packages that use Direction Package Description com.googlecode.lanterna.gui2 -
-
Uses of Direction in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as Direction Modifier and Type Field Description private DirectionLinearLayout. directionprivate DirectionScrollBar. directionprivate DirectionSeparator. directionMethods in com.googlecode.lanterna.gui2 that return Direction Modifier and Type Method Description DirectionScrollBar. getDirection()Returns the direction of thisScrollBarDirectionSeparator. getDirection()Returns the direction of the line drawn for this separatorstatic DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.googlecode.lanterna.gui2 with parameters of type Direction Constructor Description LinearLayout(Direction direction)Standard constructor that creates aLinearLayoutwith a specified direction to position the components onScrollBar(Direction direction)Creates a newScrollBarwith a specified directionSeparator(Direction direction)Creates a newSeparatorfor a specific direction, which will decide whether to draw a horizontal line or a vertical line
-