|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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 Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。