public class Grid extends GridBagConstraints
ABOVE_BASELINE, ABOVE_BASELINE_LEADING, ABOVE_BASELINE_TRAILING, anchor, BASELINE, BASELINE_LEADING, BASELINE_TRAILING, BELOW_BASELINE, BELOW_BASELINE_LEADING, BELOW_BASELINE_TRAILING, BOTH, CENTER, EAST, fill, FIRST_LINE_END, FIRST_LINE_START, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, LAST_LINE_END, LAST_LINE_START, LINE_END, LINE_START, NONE, NORTH, NORTHEAST, NORTHWEST, PAGE_END, PAGE_START, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
Grid |
anchor(int anchor) |
Grid |
anchorEast() |
Grid |
anchorNoth() |
Grid |
anchorNothWest() |
Grid |
anchorSouth() |
Grid |
anchorWest() |
static Grid |
at(int c,
int r) |
Grid |
expandH() |
Grid |
expandV() |
Grid |
fillH() |
Grid |
fillRelative() |
Grid |
fillReminder() |
Grid |
fillV() |
Grid |
fillVH() |
Grid |
insets(int top,
int left) |
Grid |
insets(int top,
int left,
int bottom,
int right) |
Grid |
set(int c,
int r) |
Grid |
span(int c,
int r) |
Grid |
weight(int weightx,
int weighty) |
clonepublic static Grid at(int c, int r)
public Grid set(int c, int r)
public Grid expandH()
public Grid expandV()
public Grid span(int c, int r)
public Grid fillVH()
public Grid fillReminder()
public Grid fillRelative()
public Grid fillH()
public Grid fillV()
public Grid insets(int top, int left)
public Grid insets(int top, int left, int bottom, int right)
public Grid anchorNoth()
public Grid anchorNothWest()
public Grid anchorSouth()
public Grid anchorEast()
public Grid anchorWest()
public Grid anchor(int anchor)
public Grid weight(int weightx, int weighty)
Copyright © 2022 vpc open source initiative. All rights reserved.