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