java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.TitledBorder
javax.swing.plaf.BorderUIResource.TitledBorderUIResource
- すべての実装されたインタフェース:
Serializable
,Border
,UIResource
- 含まれているクラス:
BorderUIResource
public static class BorderUIResource.TitledBorderUIResource extends TitledBorder implements UIResource
タイトル付きボーダーUIリソース。
-
フィールドのサマリー
クラス javax.swing.border.TitledBorderで宣言されたフィールド
ABOVE_BOTTOM, ABOVE_TOP, BELOW_BOTTOM, BELOW_TOP, border, BOTTOM, CENTER, DEFAULT_JUSTIFICATION, DEFAULT_POSITION, EDGE_SPACING, LEADING, LEFT, RIGHT, TEXT_INSET_H, TEXT_SPACING, title, titleColor, titleFont, titleJustification, titlePosition, TOP, TRAILING
-
コンストラクタのサマリー
コンストラクタ説明TitledBorderUIResource
(String title) TitledBorderUIResource
を構築します。TitledBorderUIResource
(Border border) TitledBorderUIResource
を構築します。TitledBorderUIResource
(Border border, String title) TitledBorderUIResource
を構築します。TitledBorderUIResource
(Border border, String title, int titleJustification, int titlePosition) TitledBorderUIResource
を構築します。TitledBorderUIResource
(Border border, String title, int titleJustification, int titlePosition, Font titleFont) TitledBorderUIResource
を構築します。TitledBorderUIResource
(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) TitledBorderUIResource
を構築します。 -
メソッドのサマリー
クラス javax.swing.border.TitledBorderで宣言されたメソッド
getBaseline, getBaselineResizeBehavior, getBorder, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setBorder, setTitle, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition
クラス javax.swing.border.AbstractBorderで宣言されたメソッド
getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
コンストラクタの詳細
-
TitledBorderUIResource
public TitledBorderUIResource(String title) TitledBorderUIResource
を構築します。- パラメータ:
title
- ボーダーに表示するタイトル
-
TitledBorderUIResource
public TitledBorderUIResource(Border border) TitledBorderUIResource
を構築します。- パラメータ:
border
- ボーダー
-
TitledBorderUIResource
TitledBorderUIResource
を構築します。- パラメータ:
border
- ボーダーtitle
- ボーダーに表示するタイトル
-
TitledBorderUIResource
public TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) TitledBorderUIResource
を構築します。- パラメータ:
border
- ボーダーtitle
- ボーダーに表示するタイトルtitleJustification
- タイトルの正当性titlePosition
- タイトルの位置
-
TitledBorderUIResource
public TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont) TitledBorderUIResource
を構築します。- パラメータ:
border
- ボーダーtitle
- ボーダーに表示するタイトルtitleJustification
- タイトルの正当性titlePosition
- タイトルの位置titleFont
- タイトルを描画するフォント
-
TitledBorderUIResource
@ConstructorProperties({"border","title","titleJustification","titlePosition","titleFont","titleColor"}) public TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) TitledBorderUIResource
を構築します。- パラメータ:
border
- ボーダーtitle
- ボーダーに表示するタイトルtitleJustification
- タイトルの正当性titlePosition
- タイトルの位置titleFont
- タイトルを描画するフォントtitleColor
- タイトルのカラー
-