Java プラットフォーム 1.2

javax.swing.plaf
クラス InsetsUIResource

java.lang.Object
  |
  +--java.awt.Insets
        |
        +--javax.swing.plaf.InsetsUIResource

public class InsetsUIResource
extends Insets
implements UIResource

関連項目:
直列化された形式

クラス java.awt.Insets から継承したフィールド
bottom, left, right, top
 
コンストラクタの概要
InsetsUIResource(int top, int left, int bottom, int right)
           
 
クラス java.awt.Insets から継承したメソッド
clone, equals, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

InsetsUIResource

public InsetsUIResource(int top,
                        int left,
                        int bottom,
                        int right)

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.