JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.plaf
クラス BorderUIResource.MatteBorderUIResource

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

public static class BorderUIResource.MatteBorderUIResource
extends MatteBorder
implements UIResource


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

コンストラクタの詳細

BorderUIResource.MatteBorderUIResource

public BorderUIResource.MatteBorderUIResource(int top,
                                              int left,
                                              int bottom,
                                              int right,
                                              Color color)

BorderUIResource.MatteBorderUIResource

public BorderUIResource.MatteBorderUIResource(int top,
                                              int left,
                                              int bottom,
                                              int right,
                                              Icon tileIcon)

BorderUIResource.MatteBorderUIResource

public BorderUIResource.MatteBorderUIResource(Icon tileIcon)

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 も参照してください。