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 DirectionLinearLayout.directionprivate final DirectionScrollBar.directionprivate final DirectionSeparator.directionMethods in com.googlecode.lanterna.gui2 that return DirectionModifier and TypeMethodDescriptionScrollBar.getDirection()Returns the direction of thisScrollBarSeparator.getDirection()Returns the direction of the line drawn for this separatorstatic DirectionReturns 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 aLinearLayoutwith a specified direction to position the components onCreates a newScrollBarwith a specified directionCreates a newSeparatorfor a specific direction, which will decide whether to draw a horizontal line or a vertical line