|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--java.awt.Insets
Insets オブジェクトはコンテナの境界を表現したものです。これは、コンテナが各エッジに残さなければならない空間を指定します。空間は、境界、空白空間、またはタイトルです。
LayoutManager,
Container, 直列化された形式| フィールドの概要 | |
int |
bottom
下部からのインセットです。 |
int |
left
左側からのインセットです。 |
int |
right
右側からのインセットです。 |
int |
top
上部からのインセットです。 |
| コンストラクタの概要 | |
Insets(int top,
int left,
int bottom,
int right)
新しい Insets オブジェクトを、指定された top、left、bottom、right インセットで作成して初期化します。 |
|
| メソッドの概要 | |
Object |
clone()
このオブジェクトのコピーを作成します。 |
boolean |
equals(Object obj)
2 つのインセットオブジェクトが等しいかどうかを判定します。 |
int |
hashCode()
この Insets のハッシュコードを返します。 |
String |
toString()
この Insets オブジェクトの文字列表現を返します。 |
| クラス java.lang.Object から継承したメソッド |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| フィールドの詳細 |
public int top
clone()public int left
clone()public int bottom
clone()public int right
clone()| コンストラクタの詳細 |
public Insets(int top,
int left,
int bottom,
int right)
Insets オブジェクトを、指定された top、left、bottom、right インセットで作成して初期化します。top - 上部からのインセットleft - 左側からのインセットbottom - 下部からのインセットright - 右側からのインセット| メソッドの詳細 |
public boolean equals(Object obj)
Insets の 2 つのインスタンスは、top、left、bottom、および right フィールドの 4 つの整数値がすべて等しい場合に等しくなります。Object 内の equalstrue、そうでない場合は falsepublic int hashCode()
Object 内の hashCodepublic String toString()
Insets オブジェクトの文字列表現を返します。このメソッドはデバッグ専用であり、返される文字列の内容および形式は実装によって異なります。返される文字列は空の場合がありますが、null にはなりません。Object 内の toStringInsets オブジェクトの文字列表現public Object clone()
Object 内の cloneInsets オブジェクトのコピー
|
JavaTM 2 Platform Std. Ed. v1.3 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Java、Java 2D、JDBC は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.