Uses of Enum
com.googlecode.lanterna.gui2.LinearLayout.Alignment
Packages that use LinearLayout.Alignment
-
Uses of LinearLayout.Alignment in com.googlecode.lanterna.gui2
Subclasses with type arguments of type LinearLayout.Alignment in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionstatic enumThis enum type will decide the alignment of a component on the counter-axis, meaning the horizontal alignment on verticalLinearLayouts and vertical alignment on horizontalLinearLayouts.Fields in com.googlecode.lanterna.gui2 declared as LinearLayout.AlignmentModifier and TypeFieldDescriptionprivate final LinearLayout.AlignmentLinearLayout.LinearLayoutData.alignmentMethods in com.googlecode.lanterna.gui2 that return LinearLayout.AlignmentModifier and TypeMethodDescriptionstatic LinearLayout.AlignmentReturns 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.AlignmentModifier and TypeMethodDescriptionstatic LayoutDataLinearLayout.createLayoutData(LinearLayout.Alignment alignment) Creates aLayoutDataforLinearLayoutthat assigns a component to a particular alignment on its counter-axis, meaning the horizontal alignment on verticalLinearLayouts and vertical alignment on horizontalLinearLayouts.static LayoutDataLinearLayout.createLayoutData(LinearLayout.Alignment alignment, LinearLayout.GrowPolicy growPolicy) Creates aLayoutDataforLinearLayoutthat assigns a component to a particular alignment on its counter-axis, meaning the horizontal alignment on verticalLinearLayouts and vertical alignment on horizontalLinearLayouts.Constructors in com.googlecode.lanterna.gui2 with parameters of type LinearLayout.AlignmentModifierConstructorDescriptionLinearLayoutData(LinearLayout.Alignment alignment, LinearLayout.GrowPolicy growPolicy)