public class Constraints 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 |
|---|
Constraints() |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
alignLeft() |
Constraints |
alignRight() |
Constraints |
fill() |
Constraints |
fillHorizontal() |
Constraints |
fillVertical() |
Constraints |
height(int height) |
Constraints |
next() |
Constraints |
nextLine() |
Constraints |
reset() |
Constraints |
right() |
Constraints |
weight(double weightX) |
Constraints |
weight(double weightX,
double weightY) |
Constraints |
width(int width) |
Constraints |
x(int x) |
Constraints |
y(int y) |
clonepublic Constraints reset()
public Constraints x(int x)
public Constraints next()
public Constraints y(int y)
public Constraints nextLine()
public Constraints width(int width)
public Constraints height(int height)
public Constraints right()
public Constraints fill()
public Constraints fillHorizontal()
public Constraints fillVertical()
public Constraints alignLeft()
public Constraints alignRight()
public Constraints weight(double weightX)
public Constraints weight(double weightX, double weightY)
Copyright © 2013. All Rights Reserved.