Java プラットフォーム 1.2

javax.swing.plaf
クラス BorderUIResource

java.lang.Object
  |
  +--javax.swing.plaf.BorderUIResource

public class BorderUIResource
extends Object
implements Border, UIResource, Serializable

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

内部クラスの概要
static class BorderUIResource.BevelBorderUIResource
           
static class BorderUIResource.CompoundBorderUIResource
           
static class BorderUIResource.EmptyBorderUIResource
           
static class BorderUIResource.EtchedBorderUIResource
           
static class BorderUIResource.LineBorderUIResource
           
static class BorderUIResource.MatteBorderUIResource
           
static class BorderUIResource.TitledBorderUIResource
           
 
コンストラクタの概要
BorderUIResource(Border delegate)
          UIResource のボーダオブジェクトを作成します。
 
メソッドの概要
static Border getBlackLineBorderUIResource()
           
 Insets getBorderInsets(Component c)
           
static Border getEtchedBorderUIResource()
           
static Border getLoweredBevelBorderUIResource()
           
static Border getRaisedBevelBorderUIResource()
           
 boolean isBorderOpaque()
           
 void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BorderUIResource

public BorderUIResource(Border delegate)
UIResource のボーダオブジェクトを作成します。このオブジェクトは、既存の Border のインスタンスをラップします。
パラメータ:
delegate - ラップ対象のボーダ
メソッドの詳細

getEtchedBorderUIResource

public static Border getEtchedBorderUIResource()

getLoweredBevelBorderUIResource

public static Border getLoweredBevelBorderUIResource()

getRaisedBevelBorderUIResource

public static Border getRaisedBevelBorderUIResource()

getBlackLineBorderUIResource

public static Border getBlackLineBorderUIResource()

paintBorder

public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
定義:
インタフェース Border 内の paintBorder

getBorderInsets

public Insets getBorderInsets(Component c)
定義:
インタフェース Border 内の getBorderInsets

isBorderOpaque

public boolean isBorderOpaque()
定義:
インタフェース Border 内の isBorderOpaque

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.