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 Direction
LinearLayout. direction
private Direction
ScrollBar. direction
private Direction
Separator. direction
Methods in com.googlecode.lanterna.gui2 that return Direction Modifier and Type Method Description Direction
ScrollBar. getDirection()
Returns the direction of thisScrollBar
Direction
Separator. getDirection()
Returns the direction of the line drawn for this separatorstatic Direction
Direction. 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 aLinearLayout
with a specified direction to position the components onScrollBar(Direction direction)
Creates a newScrollBar
with a specified directionSeparator(Direction direction)
Creates a newSeparator
for a specific direction, which will decide whether to draw a horizontal line or a vertical line
-