|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.GridBagConstraints
de.hillenbrand.swing.HGridBagConstraints
public class HGridBagConstraints
These Grid Bag Constraints behave like the super class. The only addition is the set() methods which make modifications easier.
Field Summary | |
---|---|
static java.awt.Insets |
DEFAULT_HORIZONTAL_INSETS
The default horizontal insets are (0, 4, 0, 4). |
static java.awt.Insets |
DEFAULT_INSETS
The default insets are (4, 4, 4, 4). |
static java.awt.Insets |
DEFAULT_VERTICAL_INSETS
The default vertical insets are (4, 0, 4, 0). |
static java.awt.Insets |
ZERO_INSETS
The zero insets are (0, 0, 0, 0). |
Fields inherited from class java.awt.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 Summary | |
---|---|
HGridBagConstraints()
|
Method Summary | |
---|---|
HGridBagConstraints |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int fill)
Sets constraints. |
HGridBagConstraints |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int fill,
java.awt.Insets insets)
Sets constraints. |
HGridBagConstraints |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int fill,
int anchor)
Sets constraints. |
HGridBagConstraints |
set(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int fill,
int anchor,
java.awt.Insets insets)
Sets constraints. |
Methods inherited from class java.awt.GridBagConstraints |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.Insets ZERO_INSETS
public static final java.awt.Insets DEFAULT_INSETS
public static final java.awt.Insets DEFAULT_HORIZONTAL_INSETS
public static final java.awt.Insets DEFAULT_VERTICAL_INSETS
Constructor Detail |
---|
public HGridBagConstraints()
Method Detail |
---|
public HGridBagConstraints set(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill)
gridx
- gridy
- gridwidth
- gridheight
- weightx
- weighty
- fill
-
public HGridBagConstraints set(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill, java.awt.Insets insets)
gridx
- gridy
- gridwidth
- gridheight
- weightx
- weighty
- fill
- insets
-
public HGridBagConstraints set(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill, int anchor)
gridx
- gridy
- gridwidth
- gridheight
- weightx
- weighty
- fill
- anchor
-
public HGridBagConstraints set(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int fill, int anchor, java.awt.Insets insets)
gridx
- gridy
- gridwidth
- gridheight
- weightx
- weighty
- fill
- anchor
- insets
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |