- 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
 
- 
 
- 
- 
- 
コンストラクタの詳細- 
TitledBorderUIResourcepublic TitledBorderUIResource(String title) TitledBorderUIResourceを構築します。- パラメータ:
- title- ボーダーに表示するタイトル
 
 - 
TitledBorderUIResourcepublic TitledBorderUIResource(Border border) TitledBorderUIResourceを構築します。- パラメータ:
- border- ボーダー
 
 - 
TitledBorderUIResourcepublic TitledBorderUIResource(Border border, String title) TitledBorderUIResourceを構築します。- パラメータ:
- border- ボーダー
- title- ボーダーに表示するタイトル
 
 - 
TitledBorderUIResourcepublic TitledBorderUIResource(Border border, String title, int titleJustification, int titlePosition) TitledBorderUIResourceを構築します。- パラメータ:
- border- ボーダー
- title- ボーダーに表示するタイトル
- titleJustification- タイトルの正当性
- titlePosition- タイトルの位置
 
 - 
TitledBorderUIResourcepublic 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- タイトルのカラー
 
 
- 
 
-