public class GBC extends Object
| Constructor and Description |
|---|
GBC() |
| Modifier and Type | Method and Description |
|---|---|
GBC |
anchor(int a) |
GBC |
anchorCenter() |
GBC |
anchorEast() |
GBC |
anchorNorth() |
GBC |
anchorNorthEast() |
GBC |
anchorNorthWest() |
GBC |
anchorSouth() |
GBC |
anchorWest() |
GBC |
at(int x,
int y) |
GridBagConstraints |
build() |
GBC |
colspan(int c) |
GBC |
colspanRelative() |
GBC |
colspanReminder() |
GBC |
copy() |
GBC |
fillBoth() |
GBC |
fillHorizontal() |
GBC |
fillNone() |
GBC |
fillVertical() |
GBC |
insets(Insets i) |
GBC |
insets(int i) |
GBC |
insets(int v,
int h) |
GBC |
insets(int top,
int left,
int bottom,
int right) |
GBC |
ipad(int x,
int y) |
GridBagConstraints |
moveNextColumn() |
GridBagConstraints |
moveNextLine() |
GBC |
nextColumn() |
GBC |
nextLine() |
static GBC |
of() |
static GBC |
of(int x,
int y) |
static GBC |
ofAt(int x,
int y) |
GBC |
reset() |
GBC |
rowspan(int c) |
GBC |
rowspanRelative() |
GBC |
rowspanReminder() |
GBC |
set(GridBagConstraints b) |
GBC |
weight(int x) |
GBC |
weight(int x,
int y) |
GBC |
weightx(int x) |
GBC |
weighty(int y) |
public static GBC of(int x, int y)
public static GBC ofAt(int x, int y)
public GBC ipad(int x, int y)
public GBC weightx(int x)
public GBC weighty(int y)
public GBC weight(int x)
public GBC weight(int x, int y)
public GBC at(int x, int y)
public static GBC of()
public GBC fillNone()
public GBC fillVertical()
public GBC fillHorizontal()
public GBC fillBoth()
public GBC anchorWest()
public GBC anchorEast()
public GBC anchorSouth()
public GBC anchorCenter()
public GBC anchorNorthWest()
public GBC anchorNorthEast()
public GBC anchorNorth()
public GridBagConstraints moveNextColumn()
public GridBagConstraints moveNextLine()
public GBC nextColumn()
public GBC nextLine()
public GBC anchor(int a)
public GBC colspanReminder()
public GBC colspanRelative()
public GBC colspan(int c)
public GBC rowspan(int c)
public GBC rowspanReminder()
public GBC rowspanRelative()
public GBC insets(int v, int h)
public GBC insets(int top, int left, int bottom, int right)
public GBC insets(int i)
public GridBagConstraints build()
public GBC reset()
public GBC copy()
public GBC set(GridBagConstraints b)
Copyright © 2026 vpc open source initiative. All rights reserved.