public class GBC extends Object
| Constructor and Description |
|---|
GBC() |
| Modifier and Type | Method and Description |
|---|---|
GBC |
anchor(int anchor) |
GBC |
anchorE() |
GBC |
anchorN() |
GBC |
anchorNE() |
GBC |
anchorNW() |
GBC |
anchorS() |
GBC |
anchorSE() |
GBC |
anchorSW() |
GBC |
anchorW() |
GridBagConstraints |
build() |
GBC |
fill(int fill) |
GBC |
fillBoth() |
GBC |
fillH() |
GBC |
fillV() |
GBC |
grid(int x,
int y) |
GBC |
insets(Insets insets) |
GBC |
insets(int top,
int left,
int bottom,
int right) |
GBC |
insetsx(int left,
int right) |
GBC |
insetsy(int top,
int bottom) |
GBC |
ipad(int x,
int y) |
static GBC |
of(int gridX,
int gridy) |
GBC |
span(int x,
int y) |
GBC |
weight(double x,
double y) |
public static GBC of(int gridX, int gridy)
public GBC grid(int x, int y)
public GBC span(int x, int y)
public GBC weight(double x, double y)
public GBC ipad(int x, int y)
public GBC insetsx(int left, int right)
public GBC insetsy(int top, int bottom)
public GBC insets(int top, int left, int bottom, int right)
public GBC fill(int fill)
public GBC fillH()
public GBC fillV()
public GBC fillBoth()
public GBC anchorN()
public GBC anchorS()
public GBC anchorW()
public GBC anchorE()
public GBC anchorNW()
public GBC anchorSW()
public GBC anchorNE()
public GBC anchorSE()
public GBC anchor(int anchor)
public GridBagConstraints build()
Copyright © 2021 vpc open source initiative. All rights reserved.