| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.swing.plaf.basic.BasicBorders.SplitPaneBorder
public static class BasicBorders.SplitPaneBorder
分割区画の周囲のボーダを描画します。正しく処理するために、ディバイダにもボーダをインストールする必要があります (SplitPaneDivider.border プロパティ)。
| フィールドの概要 | |
|---|---|
protected  Color | 
highlight
 | 
protected  Color | 
shadow
 | 
| コンストラクタの概要 | |
|---|---|
BasicBorders.SplitPaneBorder(Color highlight,
                             Color shadow)
 | 
|
| メソッドの概要 | |
|---|---|
 Insets | 
getBorderInsets(Component c)
ボーダのインセットの値を返します。  | 
 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 | 
| フィールドの詳細 | 
|---|
protected Color highlight
protected Color shadow
| コンストラクタの詳細 | 
|---|
public BasicBorders.SplitPaneBorder(Color highlight,
                                    Color shadow)
| メソッドの詳細 | 
|---|
public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
Border の記述: 
Border 内の paintBorderc - このボーダがペイントされるコンポーネントg - ペイントのグラフィックスx - ペイントされたボーダの x 座標y - ペイントされたボーダの y 座標width - ペイントされたボーダの幅height - ペイントされたボーダの高さpublic Insets getBorderInsets(Component c)
Border の記述: 
Border 内の getBorderInsetsc - このボーダのインセットの値を適用するコンポーネントpublic boolean isBorderOpaque()
Border の記述: 
Border 内の isBorderOpaque
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。