|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.border.AbstractBorder javax.swing.plaf.metal.MetalBorders.Flush3DBorder
public static class MetalBorders.Flush3DBorder
コンストラクタの概要 | |
---|---|
MetalBorders.Flush3DBorder()
|
メソッドの概要 | |
---|---|
Insets |
getBorderInsets(Component c)
このデフォルト実装は、 top 、left 、bottom 、および right フィールドが 0 に設定される新規 Insets インスタンスを返します。 |
Insets |
getBorderInsets(Component c,
Insets newInsets)
インセットパラメータを、この Border の現在のインセットで初期化し直します。 |
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int w,
int h)
このデフォルト実装では、ペイントを行いません。 |
クラス javax.swing.border.AbstractBorder から継承されたメソッド |
---|
getInteriorRectangle, getInteriorRectangle, isBorderOpaque |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MetalBorders.Flush3DBorder()
メソッドの詳細 |
---|
public void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
AbstractBorder
の記述:
Border
内の paintBorder
AbstractBorder
内の paintBorder
c
- このボーダがペイントされるコンポーネントg
- ペイントのグラフィックスx
- ペイントされたボーダの x 座標y
- ペイントされたボーダの y 座標w
- ペイントされたボーダの幅h
- ペイントされたボーダの高さpublic Insets getBorderInsets(Component c)
AbstractBorder
の記述: top
、left
、bottom
、および right
フィールドが 0
に設定される新規 Insets
インスタンスを返します。
Border
内の getBorderInsets
AbstractBorder
内の getBorderInsets
c
- このボーダのインセットの値を適用するコンポーネント
Insets
オブジェクトpublic Insets getBorderInsets(Component c, Insets newInsets)
AbstractBorder
の記述:
AbstractBorder
内の getBorderInsets
c
- このボーダのインセットの値を適用するコンポーネントnewInsets
- 初期化し直されるオブジェクト
insets
オブジェクト
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。