Uses of Enum
com.googlecode.lanterna.gui2.GridLayout.Alignment
Packages that use GridLayout.Alignment
-
Uses of GridLayout.Alignment in com.googlecode.lanterna.gui2
Subclasses with type arguments of type GridLayout.Alignment in com.googlecode.lanterna.gui2Modifier and TypeClassDescriptionstatic enumThe enum is used to specify where in a grid cell a component should be placed, in the case that the preferred size of the component is smaller than the space in the cell.Fields in com.googlecode.lanterna.gui2 declared as GridLayout.AlignmentModifier and TypeFieldDescription(package private) final GridLayout.AlignmentGridLayout.GridLayoutData.horizontalAlignment(package private) final GridLayout.AlignmentGridLayout.GridLayoutData.verticalAlignmentMethods in com.googlecode.lanterna.gui2 that return GridLayout.AlignmentModifier and TypeMethodDescriptionstatic GridLayout.AlignmentReturns the enum constant of this type with the specified name.static GridLayout.Alignment[]GridLayout.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 GridLayout.AlignmentModifier and TypeMethodDescriptionstatic LayoutDataGridLayout.createLayoutData(GridLayout.Alignment horizontalAlignment, GridLayout.Alignment verticalAlignment) Creates a layout data object forGridLayout:s that specify the horizontal and vertical alignment for the component in case the cell space is larger than the preferred size of the componentstatic LayoutDataGridLayout.createLayoutData(GridLayout.Alignment horizontalAlignment, GridLayout.Alignment verticalAlignment, boolean grabExtraHorizontalSpace, boolean grabExtraVerticalSpace) Creates a layout data object forGridLayout:s that specify the horizontal and vertical alignment for the component in case the cell space is larger than the preferred size of the component.static LayoutDataGridLayout.createLayoutData(GridLayout.Alignment horizontalAlignment, GridLayout.Alignment verticalAlignment, boolean grabExtraHorizontalSpace, boolean grabExtraVerticalSpace, int horizontalSpan, int verticalSpan) Creates a layout data object forGridLayout:s that specify the horizontal and vertical alignment for the component in case the cell space is larger than the preferred size of the component.Constructors in com.googlecode.lanterna.gui2 with parameters of type GridLayout.AlignmentModifierConstructorDescriptionprivateGridLayoutData(GridLayout.Alignment horizontalAlignment, GridLayout.Alignment verticalAlignment, boolean grabExtraHorizontalSpace, boolean grabExtraVerticalSpace, int horizontalSpan, int verticalSpan)