Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Method and Description |
---|---|
Direction |
Separator.getDirection()
Returns the direction of the line drawn for this separator
|
Direction |
ScrollBar.getDirection()
Returns the direction of this
ScrollBar |
static Direction |
Direction.valueOf(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.
|
Constructor and Description |
---|
LinearLayout(Direction direction)
Standard constructor that creates a
LinearLayout with a specified direction to position the components on |
ScrollBar(Direction direction)
Creates a new
ScrollBar with a specified direction |
Separator(Direction direction)
Creates a new
Separator for a specific direction, which will decide whether to draw a horizontal line or
a vertical line |
Copyright © 2016. All rights reserved.