org.tbee.swing.gridbag
Class GridBagConstraints
java.lang.Object
java.awt.GridBagConstraints
org.tbee.swing.gridbag.GridBagConstraints
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class GridBagConstraints
- extends java.awt.GridBagConstraints
- See Also:
- Serialized Form
|
Field Summary |
static java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| 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 |
GridBagConstraints()
|
GridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill,
java.awt.Insets insets,
int ipadx,
int ipady)
|
| 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 |
SOURCECODE_VERSION
public static final java.lang.String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
GridBagConstraints
public GridBagConstraints()
GridBagConstraints
public GridBagConstraints(int gridx,
int gridy,
int gridwidth,
int gridheight,
double weightx,
double weighty,
int anchor,
int fill,
java.awt.Insets insets,
int ipadx,
int ipady)
x
public GridBagConstraints x(int value)
y
public GridBagConstraints y(int value)
width
public GridBagConstraints width(int value)
height
public GridBagConstraints height(int value)
weightX
public GridBagConstraints weightX(double value)
weightY
public GridBagConstraints weightY(double value)
fill
public GridBagConstraints fill(int value)
anchor
public GridBagConstraints anchor(int value)
insets
public GridBagConstraints insets(int top,
int left,
int bottom,
int right)
paddingX
public GridBagConstraints paddingX(int value)
paddingY
public GridBagConstraints paddingY(int value)
top
public GridBagConstraints top(int value)
left
public GridBagConstraints left(int value)
bottom
public GridBagConstraints bottom(int value)
right
public GridBagConstraints right(int value)
nofill
public GridBagConstraints nofill()
fillX
public GridBagConstraints fillX()
fillY
public GridBagConstraints fillY()
fillXY
public GridBagConstraints fillXY()
north
public GridBagConstraints north()
south
public GridBagConstraints south()
east
public GridBagConstraints east()
west
public GridBagConstraints west()
northwest
public GridBagConstraints northwest()
northeast
public GridBagConstraints northeast()
southwest
public GridBagConstraints southwest()
southeast
public GridBagConstraints southeast()
Copyright © 2010. All Rights Reserved.