Method Summary |
|
public Object | clone() |
public Rectangle | getBounds() Returns the bounds which should be used by the corresponding component. |
public int | getXCellAlignment() Returns the alignment for the x direction. |
public int | getXGap() Returns the declared x gap value. |
public int | getXPos() Returns the x position (column number). |
public double | getXStretch() Returns the declared stretch value in x direction. |
public int | getXWeight() Returns the weight for the x direction. |
public int | getYCellAlignment() Returns the alignment for the y direction. |
public int | getYGap() Returns the declared y gap value. |
public int | getYPos() Returns the y position (row number). |
public double | getYStretch() Returns the declared stretch value in y direction. |
public int | getYWeight() Returns the weight for the y direction. |
public void | setBounds(Rectangle bounds) Sets the bounds which should be used for the component. |
public void | setXCellAlignment(int cellAlignment) Sets the alignment for the x direction. |
public void | setXGap(int gap) Sets the given value as x gap. |
public void | setXPos(int pos) Sets the x position to be used. |
public void | setXStretch(double stretch) Sets the given value as stretch value for x direction. |
public void | setXWeight(int weight) Sets the weight value for the x direction. |
public void | setYCellAlignment(int cellAlignment) Sets the alignment for the y direction. |
public void | setYGap(int gap) Sets the given value as y gap. |
public void | setYPos(int pos) Sets the y position to be used. |
public void | setYStretch(double stretch) Sets the given value as stretch value for y direction. |
public void | setYWeight(int weight) Sets the weight value for the y direction. |