Method Summary |
|
public int | getAnchor() Retrieves the anchor property that corresponds to the anchor attribute of the GridBagLayout class. |
public GridBagConstraints | getConstraints() This method returns a valid reference to an instance of the @see java.awt.GridBagConstraints
class with attribute values set according to the property values contained
within the current instance. |
public int | getFill() Retrieves the value of the Fill property. |
public int | getGridHeight() Returns the GridHeight property that corresponds to the gridheight attribute of the GridBagConstraints class. |
public int | getGridWidth() Returns the GridWidth property that corresponds to the gridwidth attribute of the GridBagConstraints class. |
public int | getIpadx() Retrieves the value of the Ipadx property. |
public int | getIpady() Retrieves the value of the Ipady property. |
public String | getName() Returns the name of the current instance of the GridBagBaseModel. |
public int | getPadding() Retrieves the value of the Padding property. |
public double | getWeightx() Returns the Weightx property that corresponds to the weightx attribute of the GridBagConstraints class. |
public double | getWeighty() Returns the Weighty property that corresponds to the weighty attribute of the GridBagConstraints class. |
public void | setAnchor(int anAnchor) Sets the anchor property that corresponds to the anchor attribute of the GridBagLayout class.
Parameters: anchor - An int corresponding to one of the following anchor constants exposedby the GridBagConstraints class. |
public void | setFill(int aFill) Set the value of the fill property. |
public void | setGridHeight(int aGridheight) Sets the GridHeight property that corresponds to the gridheight attribute of the GridBagConstraints class. |
public void | setGridWidth(int aGridwidth) Sets the GridWidth property that corresponds to the gridwidth attribute of the GridBagConstraints class. |
public void | setIpadx(int aPadx) Sets the value of the Ipadx property. |
public void | setIpady(int anIpady) Sets the value of Ipady property. |
public void | setName(String aName) Sets the name of the current instance of the GridBagBaseModel. |
public void | setPadding(int aPadding) Sets the value of the Padding property. |
public void | setValues(GridBagBaseModel aBaseModel) This method takes the values contained within the specified baseModel parameter
to set the values of the current instance. |
public void | setWeightx(double aWeightx) Sets the Weightx property that corresponds to the weightx attribute of the GridBagConstraints class. |
public void | setWeighty(double aWeighty) Sets the Weighty property that corresponds to the weighty attribute of the GridBagConstraints class. |
public void | validate() |