Uses of Enum
com.googlecode.lanterna.gui2.GridLayout.Alignment
Packages that use GridLayout.Alignment
-
Uses of GridLayout.Alignment in com.googlecode.lanterna.gui2
Methods 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.