クラス java.awt.GridBagConstraints
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス

クラス java.awt.GridBagConstraints

java.lang.Object
   |
   +----java.awt.GridBagConstraints

public class GridBagConstraints
extends Object
インタフェース Cloneable
GridBagConstrains は、GridBagLayout クラスでレイアウトされるコンポーネントに対して 制約を指定する。
参照:
GridBagLayout

Variable Index

 o BOTH
 o CENTER
 o EAST
 o HORIZONTAL
 o NONE
 o NORTH
 o NORTHEAST
 o NORTHWEST
 o RELATIVE
 o REMAINDER
 o SOUTH
 o SOUTHEAST
 o SOUTHWEST
 o VERTICAL
 o WEST
 o anchor
 o fill
 o gridheight
 o gridwidth
 o gridx
 o gridy
 o insets
 o ipadx
 o ipady
 o weightx
 o weighty

Constructor Index

 o GridBagConstraints()

Method Index

 o clone()
オブジェクトのクローンを作成する。

Variables

 o RELATIVE
  public final static int RELATIVE
 o REMAINDER
  public final static int REMAINDER
 o NONE
  public final static int NONE
 o BOTH
  public final static int BOTH
 o HORIZONTAL
  public final static int HORIZONTAL
 o VERTICAL
  public final static int VERTICAL
 o CENTER
  public final static int CENTER
 o NORTH
  public final static int NORTH
 o NORTHEAST
  public final static int NORTHEAST
 o EAST
  public final static int EAST
 o SOUTHEAST
  public final static int SOUTHEAST
 o SOUTH
  public final static int SOUTH
 o SOUTHWEST
  public final static int SOUTHWEST
 o WEST
  public final static int WEST
 o NORTHWEST
  public final static int NORTHWEST
 o gridx
  public int gridx
 o gridy
  public int gridy
 o gridwidth
  public int gridwidth
 o gridheight
  public int gridheight
 o weightx
  public double weightx
 o weighty
  public double weighty
 o anchor
  public int anchor
 o fill
  public int fill
 o insets
  public Insets insets
 o ipadx
  public int ipadx
 o ipady
  public int ipady

Constructors

 o GridBagConstraints
  public GridBagConstraints()

Methods

 o clone
  public Object clone()
オブジェクトのクローンを作成する。
オーバーライド:
クラス Objectclone

全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス

本マニュアルに関する著作権および商標