|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.plaf.BorderUIResource
public class BorderUIResource
入れ子のクラスの概要 | |
---|---|
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)
既存の Border インスタンスをラップする、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 |
コンストラクタの詳細 |
---|
public BorderUIResource(Border delegate)
delegate
- ラップされるボーダメソッドの詳細 |
---|
public static Border getEtchedBorderUIResource()
public static Border getLoweredBevelBorderUIResource()
public static Border getRaisedBevelBorderUIResource()
public static Border getBlackLineBorderUIResource()
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
Border
の記述:
Border
内の paintBorder
c
- このボーダがペイントされるコンポーネントg
- ペイントのグラフィックスx
- ペイントされたボーダの x 座標y
- ペイントされたボーダの y 座標width
- ペイントされたボーダの幅height
- ペイントされたボーダの高さpublic Insets getBorderInsets(Component c)
Border
の記述:
Border
内の getBorderInsets
c
- このボーダのインセットの値を適用するコンポーネント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 も参照してください。