public class XGridBagConstraints extends GridBagConstraints
XGridBagConstraints
simple extends GridBagConstraints
to
make bean style getters and setters available for all public fields in the GridBagConstraints class.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 |
---|
XGridBagConstraints() |
Modifier and Type | Method and Description |
---|---|
int |
getAnchor() |
int |
getFill() |
int |
getGridheight() |
int |
getGridwidth() |
int |
getGridx() |
int |
getGridy() |
Insets |
getInsets() |
int |
getIpadx() |
int |
getIpady() |
double |
getWeightx() |
double |
getWeighty() |
void |
setAnchor(int anchor) |
void |
setFill(int fill) |
void |
setGridheight(int gridheight) |
void |
setGridwidth(int gridwidth) |
void |
setGridx(int gridx) |
void |
setGridy(int gridy) |
void |
setInsets(Insets insets) |
void |
setIpadx(int ipadx) |
void |
setIpady(int ipady) |
void |
setWeightx(double weightx) |
void |
setWeighty(double weighty) |
clone
public int getAnchor()
public void setAnchor(int anchor)
public int getFill()
public void setFill(int fill)
public int getGridheight()
public void setGridheight(int gridheight)
public int getGridwidth()
public void setGridwidth(int gridwidth)
public int getGridx()
public void setGridx(int gridx)
public int getGridy()
public void setGridy(int gridy)
public Insets getInsets()
public void setInsets(Insets insets)
public int getIpadx()
public void setIpadx(int ipadx)
public int getIpady()
public void setIpady(int ipady)
public double getWeightx()
public void setWeightx(double weightx)
public double getWeighty()
public void setWeighty(double weighty)
Copyright © 2002 - 2013 - Wolf Paulus - wolfpaulus.com. All rights reserved.