Uses of Enum
com.googlecode.lanterna.gui2.LinearLayout.GrowPolicy
Packages that use LinearLayout.GrowPolicy
-
Uses of LinearLayout.GrowPolicy in com.googlecode.lanterna.gui2
Subclasses with type arguments of type LinearLayout.GrowPolicy in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionstatic enumThis enum type will what to do with a component if the container has extra space to offer.Fields in com.googlecode.lanterna.gui2 declared as LinearLayout.GrowPolicyModifier and TypeFieldDescriptionprivate final LinearLayout.GrowPolicyLinearLayout.LinearLayoutData.growPolicyMethods in com.googlecode.lanterna.gui2 that return LinearLayout.GrowPolicyModifier and TypeMethodDescriptionstatic LinearLayout.GrowPolicyReturns the enum constant of this type with the specified name.static LinearLayout.GrowPolicy[]LinearLayout.GrowPolicy.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.GrowPolicyModifier and TypeMethodDescriptionstatic 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.GrowPolicyModifierConstructorDescriptionLinearLayoutData(LinearLayout.Alignment alignment, LinearLayout.GrowPolicy growPolicy)