Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Method and Description |
---|---|
static LinearLayout.Alignment |
LinearLayout.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinearLayout.Alignment[] |
LinearLayout.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static LayoutData |
LinearLayout.createLayoutData(LinearLayout.Alignment alignment)
Creates a
LayoutData for LinearLayout that assigns a component to a particular alignment on its
counter-axis, meaning the horizontal alignment on vertical LinearLayout s and vertical alignment on
horizontal LinearLayout s. |
Copyright © 2016. All rights reserved.