Package | Description |
---|---|
com.googlecode.lanterna.gui2 |
Modifier and Type | Method and Description |
---|---|
static GridLayout.Alignment |
GridLayout.Alignment.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static LayoutData |
GridLayout.createLayoutData(GridLayout.Alignment horizontalAlignment,
GridLayout.Alignment verticalAlignment)
Creates a layout data object for
GridLayout :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 LayoutData |
GridLayout.createLayoutData(GridLayout.Alignment horizontalAlignment,
GridLayout.Alignment verticalAlignment,
boolean grabExtraHorizontalSpace,
boolean grabExtraVerticalSpace)
Creates a layout data object for
GridLayout :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 LayoutData |
GridLayout.createLayoutData(GridLayout.Alignment horizontalAlignment,
GridLayout.Alignment verticalAlignment,
boolean grabExtraHorizontalSpace,
boolean grabExtraVerticalSpace,
int horizontalSpan,
int verticalSpan)
Creates a layout data object for
GridLayout :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. |
Copyright © 2016. All rights reserved.