全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス
  クラス java.awt.Insets
java.lang.Object
   |
   +----java.awt.Insets
  -  public class Insets
  -  extends Object
  -  implements Cloneable, Serializable
コンテナのインセットです。このクラスは、コンテナを配置するために使用します。
    -  参照:
    
-  LayoutManager, Container
   
  -   bottom bottom
-   下部からのインセット
  
-   left left
-   左側からのインセット
  
-   right right
-   右側からのインセット
  
-   top top
-   上部からのインセット
   
  -   Insets(int, int, int, int) Insets(int, int, int, int)
-   新しいインセットを、指定する上部、左側、右側、下部のインセットで構築し、初期化する。
   
  -   clone() clone()
-   このオブジェクトと同じクラスの新しいオブジェクトを作成する。
  
-   equals(Object) equals(Object)
-   2 つのインセットオブジェクトが等しいかどうかを調べる。
  
-   toString() toString()
-   このインセットの値を表す String オブジェクトを返す。
   
 top
top
  public int top
  -  上部からのインセットです。
 
 left
left
  public int left
  -  左側からのインセットです。
 
 bottom
bottom
  public int bottom
  -  下部からのインセットです。
 
 right
right
  public int right
  -  右側からのインセットです。
 
   
 Insets
Insets
  public Insets(int top,
                int left,
                int bottom,
                int right)
  -  新しいインセットを、指定する上部、左側、右側、下部のインセットで構築し、初期化します。
   
- 
    -  パラメータ:
    
-  top - 上部からのインセット
    -  left - 左側からのインセット
    -  bottom - 下部からのインセット
    -  right - 右側からのインセット
  
 
   
 equals
equals
  public boolean equals(Object obj)
  -  2 つのインセットオブジェクトが等しいかどうかを調べます。
   
- 
    -  オーバーライド:
    
-  クラス Objectの equals 
  
 
 toString
toString
  public String toString()
  -  このインセットの値を表す String オブジェクトを返します。
  
   
- 
    -  オーバーライド:
    
-  クラス Objectの toString
  
 
 clone
clone
  public Object clone()
  -  このオブジェクトと同じクラスの新しいオブジェクトを作成します。
 
   
- 
    -  オーバーライド:
    
-  クラス Objectの clone
  
 
全パッケージ  クラス階層  このパッケージ  前項目  次項目  インデックス