Uses of Class
com.googlecode.lanterna.gui2.GridLayout
Packages that use GridLayout
-
Uses of GridLayout in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return GridLayoutModifier and TypeMethodDescriptionGridLayout.setBottomMarginSize(int bottomMarginSize) Sets the bottom margin, i.e. number of empty rows below the last row in the gridGridLayout.setHorizontalSpacing(int horizontalSpacing) Sets the horizontal spacing, i.e. the number of empty columns between each cellGridLayout.setLeftMarginSize(int leftMarginSize) Sets the left margin, i.e. number of empty columns left of the first column in the gridGridLayout.setRightMarginSize(int rightMarginSize) Sets the right margin, i.e. number of empty columns right of the last column in the gridGridLayout.setTopMarginSize(int topMarginSize) Sets the top margin, i.e. number of empty rows above the first row in the gridGridLayout.setVerticalSpacing(int verticalSpacing) Sets the vertical spacing, i.e. the number of empty columns between each row