Uses of Enum
com.googlecode.lanterna.gui2.Direction
Packages that use Direction
-
Uses of Direction in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as DirectionModifier and TypeFieldDescriptionprivate final Direction
LinearLayout.direction
private final Direction
ScrollBar.direction
private final Direction
Separator.direction
Methods in com.googlecode.lanterna.gui2 that return DirectionModifier and TypeMethodDescriptionScrollBar.getDirection()
Returns the direction of thisScrollBar
Separator.getDirection()
Returns the direction of the line drawn for this separatorstatic Direction
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 DirectionModifierConstructorDescriptionLinearLayout
(Direction direction) Standard constructor that creates aLinearLayout
with a specified direction to position the components onCreates a newScrollBar
with a specified directionCreates a newSeparator
for a specific direction, which will decide whether to draw a horizontal line or a vertical line