JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf
クラス BorderUIResource.EmptyBorderUIResource

java.lang.Object
  上位を拡張 javax.swing.border.AbstractBorder
      上位を拡張 javax.swing.border.EmptyBorder
          上位を拡張 javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
すべての実装されたインタフェース:
Serializable, Border, UIResource
含まれているクラス:
BorderUIResource

public static class BorderUIResource.EmptyBorderUIResource
extends EmptyBorder
implements UIResource


フィールドの概要
 
クラス javax.swing.border.EmptyBorder から継承されたフィールド
bottom, left, right, top
 
コンストラクタの概要
BorderUIResource.EmptyBorderUIResource(Insets insets)
           
BorderUIResource.EmptyBorderUIResource(int top, int left, int bottom, int right)
           
 
メソッドの概要
 
クラス javax.swing.border.EmptyBorder から継承されたメソッド
getBorderInsets, getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
 
クラス javax.swing.border.AbstractBorder から継承されたメソッド
getInteriorRectangle, getInteriorRectangle
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BorderUIResource.EmptyBorderUIResource

public BorderUIResource.EmptyBorderUIResource(int top,
                                              int left,
                                              int bottom,
                                              int right)

BorderUIResource.EmptyBorderUIResource

public BorderUIResource.EmptyBorderUIResource(Insets insets)

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。