public class VGridLayout extends VLayout
Modifier and Type | Field | Description |
---|---|---|
int |
horizontalSpacing |
horizontalSpacing specifies the number of pixels between the right edge
of one cell and the left edge of its neighboring cell to the right.
|
boolean |
makeColumnsEqualWidth |
makeColumnsEqualWidth specifies whether all columns in the layout will be
forced to have the same width.
|
int |
marginBottom |
marginBottom specifies the number of pixels of vertical margin that will
be placed along the bottom edge of the layout.
|
int |
marginHeight |
marginHeight specifies the number of pixels of vertical margin that will
be placed along the top and bottom edges of the layout.
|
int |
marginLeft |
marginLeft specifies the number of pixels of horizontal margin that will
be placed along the left edge of the layout.
|
int |
marginRight |
marginRight specifies the number of pixels of horizontal margin that will
be placed along the right edge of the layout.
|
int |
marginTop |
marginTop specifies the number of pixels of vertical margin that will be
placed along the top edge of the layout.
|
int |
marginWidth |
marginWidth specifies the number of pixels of horizontal margin that will
be placed along the left and right edges of the layout.
|
int |
numColumns |
numColumns specifies the number of cell columns in the layout.
|
int |
verticalSpacing |
verticalSpacing specifies the number of pixels between the bottom edge of
one cell and the top edge of its neighboring cell underneath.
|
Constructor | Description |
---|---|
VGridLayout() |
|
VGridLayout(int numColumns,
boolean makeColumnsEqualWidth) |
public int numColumns
public boolean makeColumnsEqualWidth
public int marginWidth
public int marginHeight
public int marginLeft
public int marginTop
public int marginRight
public int marginBottom
public int horizontalSpacing
public int verticalSpacing