Uses of Class
com.googlecode.lanterna.gui2.LinearLayout.Alignment
-
Packages that use LinearLayout.Alignment Package Description com.googlecode.lanterna.gui2 -
-
Uses of LinearLayout.Alignment in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 declared as LinearLayout.Alignment Modifier and Type Field Description private LinearLayout.Alignment
LinearLayout.LinearLayoutData. alignment
Methods in com.googlecode.lanterna.gui2 that return LinearLayout.Alignment Modifier and Type Method Description static LinearLayout.Alignment
LinearLayout.Alignment. valueOf(java.lang.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.Methods in com.googlecode.lanterna.gui2 with parameters of type LinearLayout.Alignment Modifier and Type Method Description static LayoutData
LinearLayout. createLayoutData(LinearLayout.Alignment alignment)
Creates aLayoutData
forLinearLayout
that assigns a component to a particular alignment on its counter-axis, meaning the horizontal alignment on verticalLinearLayout
s and vertical alignment on horizontalLinearLayout
s.static LayoutData
LinearLayout. createLayoutData(LinearLayout.Alignment alignment, LinearLayout.GrowPolicy growPolicy)
Creates aLayoutData
forLinearLayout
that assigns a component to a particular alignment on its counter-axis, meaning the horizontal alignment on verticalLinearLayout
s and vertical alignment on horizontalLinearLayout
s.Constructors in com.googlecode.lanterna.gui2 with parameters of type LinearLayout.Alignment Constructor Description LinearLayoutData(LinearLayout.Alignment alignment, LinearLayout.GrowPolicy growPolicy)
-