Package | Description |
---|---|
com.googlecode.lanterna.gui.component |
Modifier and Type | Method and Description |
---|---|
static Panel.Orientation |
Panel.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Panel.Orientation[] |
Panel.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Panel(Border border,
Panel.Orientation panelOrientation) |
Panel(Panel.Orientation panelOrientation) |
Panel(String title,
Border border,
Panel.Orientation panelOrientation) |
Panel(String title,
Panel.Orientation panelOrientation) |
Copyright © 2014. All Rights Reserved.