http://www.eteks.com

com.eteks.tools.awt
クラス GridBagConstraints2

java.lang.Object
  |
  +--java.awt.GridBagConstraints
        |
        +--com.eteks.tools.awt.GridBagConstraints2
すべての実装インタフェース:
java.lang.Cloneable, java.io.Serializable

public class GridBagConstraints2
extends java.awt.GridBagConstraints

Same as GridBagConstraints with a simpler class constructor (this constructor exists only in Java2).

導入されたバージョン:
PJA1.1
バージョン:
1.1
作成者:
Emmanuel Puybaret
関連項目:
直列化された形式

クラス java.awt.GridBagConstraints から継承したフィールド
anchor, BOTH, CENTER, EAST, fill, gridheight, gridwidth, gridx, gridy, HORIZONTAL, insets, ipadx, ipady, NONE, NORTH, NORTHEAST, NORTHWEST, RELATIVE, REMAINDER, SOUTH, SOUTHEAST, SOUTHWEST, VERTICAL, weightx, weighty, WEST
 
コンストラクタの概要
GridBagConstraints2(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, java.awt.Insets insets, int ipadx, int ipady)
           
 
クラス java.awt.GridBagConstraints から継承したメソッド
clone
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GridBagConstraints2

public GridBagConstraints2(int gridx,
                           int gridy,
                           int gridwidth,
                           int gridheight,
                           double weightx,
                           double weighty,
                           int anchor,
                           int fill,
                           java.awt.Insets insets,
                           int ipadx,
                           int ipady)

© 1997-2001 eTeks - All rights reserved