- java.lang.Object
- 
- javax.swing.plaf.synth.SynthPainter
 
- 
 public abstract class SynthPainter extends Object SynthPainterは、JComponentの一部分をペイントするときに使用します。 各JComponentには、少なくともボーダー用とバックグラウンド用の2つのペイント・メソッドがあります。 一部のJComponentは複数のRegionを持ち、結果的にさらに多くのペイント・メソッドを備えています。SynthPainterのインスタンスは、SynthStyle.getPainter(javax.swing.plaf.synth.SynthContext)メソッドから取得されます。通常、 SynthPainterはSynthのファイル形式によって指定します。 次の例では、イメージmyImage.pngを描画するすべてのJButton用のペインタを登録します。<style id="buttonStyle"> <imagePainter path="myImage.png" sourceInsets="2 2 2 2" paintCenter="true" stretch="true"/> <insets top="2" bottom="2" left="2" right="2"/> </style> <bind style="buttonStyle" type="REGION" key="button"/>SynthPainterはペイントを行わないかぎりは抽象クラスであり、このクラスのメソッドはすべて空です。 これらのメソッドが例外をスローするために入力されないかぎり、サブクラスは有効な引数が渡されるものとみなします。そうでない場合は、無効な引数を受けてNullPointerExceptionまたはIllegalArgumentExceptionをスローできます。- 導入されたバージョン:
- 1.5
 
- 
- 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 SynthPainter()
 - 
メソッドのサマリー修飾子と型 メソッド 説明 voidpaintArrowButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)矢印ボタンのバックグラウンドをペイントします。voidpaintArrowButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)矢印ボタンのボーダーをペイントします。voidpaintArrowButtonForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int direction)矢印ボタンのフォアグラウンドをペイントします。voidpaintButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ボタンのバックグラウンドをペイントします。voidpaintButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ボタンのボーダーをペイントします。voidpaintCheckBoxBackground(SynthContext context, Graphics g, int x, int y, int w, int h)チェックボックスのバックグラウンドをペイントします。voidpaintCheckBoxBorder(SynthContext context, Graphics g, int x, int y, int w, int h)チェックボックスのボーダーをペイントします。voidpaintCheckBoxMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h)チェックボックスのメニュー項目のバックグラウンドをペイントします。voidpaintCheckBoxMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h)チェックボックスのメニュー項目のボーダーをペイントします。voidpaintColorChooserBackground(SynthContext context, Graphics g, int x, int y, int w, int h)カラー・チューザのバックグラウンドをペイントします。voidpaintColorChooserBorder(SynthContext context, Graphics g, int x, int y, int w, int h)カラー・チューザのボーダーをペイントします。voidpaintComboBoxBackground(SynthContext context, Graphics g, int x, int y, int w, int h)コンボボックスのバックグラウンドをペイントします。voidpaintComboBoxBorder(SynthContext context, Graphics g, int x, int y, int w, int h)コンボボックスのボーダーをペイントします。voidpaintDesktopIconBackground(SynthContext context, Graphics g, int x, int y, int w, int h)デスクトップ・アイコンのバックグラウンドをペイントします。voidpaintDesktopIconBorder(SynthContext context, Graphics g, int x, int y, int w, int h)デスクトップ・アイコンのボーダーをペイントします。voidpaintDesktopPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)デスクトップ・ペインのバックグラウンドをペイントします。voidpaintDesktopPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)デスクトップ・ペインのバックグラウンドをペイントします。voidpaintEditorPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)エディタ・ペインのバックグラウンドをペイントします。voidpaintEditorPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)エディタ・ペインのボーダーをペイントします。voidpaintFileChooserBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ファイル・チューザのバックグラウンドをペイントします。voidpaintFileChooserBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ファイル・チューザのボーダーをペイントします。voidpaintFormattedTextFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h)書式付きテキスト・フィールドのバックグラウンドをペイントします。voidpaintFormattedTextFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h)書式付きテキスト・フィールドのボーダーをペイントします。voidpaintInternalFrameBackground(SynthContext context, Graphics g, int x, int y, int w, int h)内部フレームのバックグラウンドをペイントします。voidpaintInternalFrameBorder(SynthContext context, Graphics g, int x, int y, int w, int h)内部フレームのボーダーをペイントします。voidpaintInternalFrameTitlePaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)内部フレームのタイトル・ペインのバックグラウンドをペイントします。voidpaintInternalFrameTitlePaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)内部フレームのタイトル・ペインのボーダーをペイントします。voidpaintLabelBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ラベルのバックグラウンドをペイントします。voidpaintLabelBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ラベルのボーダーをペイントします。voidpaintListBackground(SynthContext context, Graphics g, int x, int y, int w, int h)リストのバックグラウンドをペイントします。voidpaintListBorder(SynthContext context, Graphics g, int x, int y, int w, int h)リストのボーダーをペイントします。voidpaintMenuBackground(SynthContext context, Graphics g, int x, int y, int w, int h)メニューのバックグラウンドをペイントします。voidpaintMenuBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)メニュー・バーのバックグラウンドをペイントします。voidpaintMenuBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)メニュー・バーのボーダーをペイントします。voidpaintMenuBorder(SynthContext context, Graphics g, int x, int y, int w, int h)メニューのボーダーをペイントします。voidpaintMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h)メニュー項目のバックグラウンドをペイントします。voidpaintMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h)メニュー項目のボーダーをペイントします。voidpaintOptionPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)オプション・ペインのバックグラウンドをペイントします。voidpaintOptionPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)オプション・ペインのボーダーをペイントします。voidpaintPanelBackground(SynthContext context, Graphics g, int x, int y, int w, int h)パネルのバックグラウンドをペイントします。voidpaintPanelBorder(SynthContext context, Graphics g, int x, int y, int w, int h)パネルのボーダーをペイントします。voidpaintPasswordFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h)パスワード・フィールドのバックグラウンドをペイントします。voidpaintPasswordFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h)パスワード・フィールドのボーダーをペイントします。voidpaintPopupMenuBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ポップアップ・メニューのバックグラウンドをペイントします。voidpaintPopupMenuBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ポップアップ・メニューのボーダーをペイントします。voidpaintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)進捗バーのバックグラウンドをペイントします。voidpaintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)進捗バーのバックグラウンドをペイントします。voidpaintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)進捗バーのボーダーをペイントします。voidpaintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)進捗バーのボーダーをペイントします。voidpaintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)進捗バーのフォアグラウンドをペイントします。また、進捗バーの進捗状況を示します。voidpaintRadioButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ラジオ・ボタンのバックグラウンドをペイントします。voidpaintRadioButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ラジオ・ボタンのボーダーをペイントします。voidpaintRadioButtonMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ラジオ・ボタンのメニュー項目のバックグラウンドをペイントします。voidpaintRadioButtonMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ラジオ・ボタンのメニュー項目のボーダーをペイントします。voidpaintRootPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ルート・ペインのバックグラウンドをペイントします。voidpaintRootPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ルート・ペインのボーダーをペイントします。voidpaintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)スクロール・バーのバックグラウンドをペイントします。voidpaintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スクロール・バーのバックグラウンドをペイントします。voidpaintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)スクロール・バーのボーダーをペイントします。voidpaintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スクロール・バーのボーダーをペイントします。voidpaintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スクロール・バーのつまみのバックグラウンドをペイントします。voidpaintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スクロール・バーのつまみのボーダーをペイントします。voidpaintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h)スクロール・バーのトラックのバックグラウンドをペイントします。voidpaintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スクロール・バーのトラックのバックグラウンドをペイントします。voidpaintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h)スクロール・バーのトラックのボーダーをペイントします。voidpaintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スクロール・バーのトラックのボーダーをペイントします。voidpaintScrollPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)スクロール・ペインのバックグラウンドをペイントします。voidpaintScrollPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)スクロール・ペインのボーダーをペイントします。voidpaintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h)セパレータのバックグラウンドをペイントします。voidpaintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)セパレータのバックグラウンドをペイントします。voidpaintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h)セパレータのボーダーをペイントします。voidpaintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)セパレータのボーダーをペイントします。voidpaintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)セパレータのフォアグラウンドをペイントします。voidpaintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h)スライダのバックグラウンドをペイントします。voidpaintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スライダのバックグラウンドをペイントします。voidpaintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h)スライダのボーダーをペイントします。voidpaintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スライダのボーダーをペイントします。voidpaintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スライダのつまみのバックグラウンドをペイントします。voidpaintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スライダのつまみのボーダーをペイントします。voidpaintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h)スライダのトラックのバックグラウンドをペイントします。voidpaintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スライダのトラックのバックグラウンドをペイントします。voidpaintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h)スライダのトラックのボーダーをペイントします。voidpaintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)スライダのトラックのボーダーをペイントします。voidpaintSpinnerBackground(SynthContext context, Graphics g, int x, int y, int w, int h)スピナーのバックグラウンドをペイントします。voidpaintSpinnerBorder(SynthContext context, Graphics g, int x, int y, int w, int h)スピナーのボーダーをペイントします。voidpaintSplitPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)分割ペインのバックグラウンドをペイントします。voidpaintSplitPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)分割ペインのボーダーをペイントします。voidpaintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h)分割ペインのディバイダのバックグラウンドをペイントします。voidpaintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)分割ペインのディバイダのバックグラウンドをペイントします。voidpaintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)分割ペインのディバイダのフォアグラウンドをペイントします。voidpaintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ユーザーが分割ペインのディバイダをドラッグしているときにディバイダをペイントします。voidpaintTabbedPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)タブ・ペインのバックグラウンドをペイントします。voidpaintTabbedPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)タブ・ペインのボーダーをペイントします。voidpaintTabbedPaneContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h)選択されたタブ・ペインのタブの内容が格納されている領域のバックグラウンドをペイントします。voidpaintTabbedPaneContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h)選択されたタブ・ペインのタブの内容が格納されている領域のボーダーをペイントします。voidpaintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h)タブ・ペインのタブの背後にある領域のバックグラウンドをペイントします。voidpaintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)タブ・ペインのタブの背後にある領域のバックグラウンドをペイントします。voidpaintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h)タブ・ペインのタブの背後にある領域のボーダーをペイントします。voidpaintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)タブ・ペインのタブの背後にある領域のボーダーをペイントします。voidpaintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex)タブ・ペインのタブのバックグラウンドをペイントします。voidpaintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation)タブ・ペインのタブのバックグラウンドをペイントします。voidpaintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex)タブ・ペインのタブのボーダーをペイントします。voidpaintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation)タブ・ペインのタブのボーダーをペイントします。voidpaintTableBackground(SynthContext context, Graphics g, int x, int y, int w, int h)テーブルのバックグラウンドをペイントします。voidpaintTableBorder(SynthContext context, Graphics g, int x, int y, int w, int h)テーブルのボーダーをペイントします。voidpaintTableHeaderBackground(SynthContext context, Graphics g, int x, int y, int w, int h)テーブルのヘッダーのバックグラウンドをペイントします。voidpaintTableHeaderBorder(SynthContext context, Graphics g, int x, int y, int w, int h)テーブルのヘッダーのボーダーをペイントします。voidpaintTextAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h)テキスト領域のバックグラウンドをペイントします。voidpaintTextAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h)テキスト領域のボーダーをペイントします。voidpaintTextFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h)テキスト・フィールドのバックグラウンドをペイントします。voidpaintTextFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h)テキスト・フィールドのボーダーをペイントします。voidpaintTextPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)テキスト・ペインのバックグラウンドをペイントします。voidpaintTextPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)テキスト・ペインのボーダーをペイントします。voidpaintToggleButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)トグル・ボタンのバックグラウンドをペイントします。voidpaintToggleButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)トグル・ボタンのボーダーをペイントします。voidpaintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ツールバーのバックグラウンドをペイントします。voidpaintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ツールバーのバックグラウンドをペイントします。voidpaintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ツールバーのボーダーをペイントします。voidpaintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ツールバーのボーダーをペイントします。voidpaintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ツールバーの内容領域のバックグラウンドをペイントします。voidpaintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ツールバーの内容領域のバックグラウンドをペイントします。voidpaintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ツールバーの内容領域のボーダーをペイントします。voidpaintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ツールバーの内容領域のボーダーをペイントします。voidpaintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。voidpaintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。voidpaintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダーをペイントします。voidpaintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダーをペイントします。voidpaintToolTipBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ツールヒントのバックグラウンドをペイントします。voidpaintToolTipBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ツールヒントのボーダーをペイントします。voidpaintTreeBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ツリーのバックグラウンドをペイントします。voidpaintTreeBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ツリーのボーダーをペイントします。voidpaintTreeCellBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ツリー内のセルが格納されている行のバックグラウンドをペイントします。voidpaintTreeCellBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ツリー内のセルが格納されている行のボーダーをペイントします。voidpaintTreeCellFocus(SynthContext context, Graphics g, int x, int y, int w, int h)ツリー内のセルにフォーカスがあるときに、セルのフォーカス・インジケータをペイントします。voidpaintViewportBackground(SynthContext context, Graphics g, int x, int y, int w, int h)ビュー・ポートのバックグラウンドをペイントします。voidpaintViewportBorder(SynthContext context, Graphics g, int x, int y, int w, int h)ビュー・ポートのボーダーをペイントします。
 
- 
- 
- 
メソッドの詳細- 
paintArrowButtonBackgroundpublic void paintArrowButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 矢印ボタンのバックグラウンドをペイントします。 矢印ボタンは、JScrollBarなどのいくつかのコンポーネントによって作成されます。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintArrowButtonBorderpublic void paintArrowButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 矢印ボタンのボーダーをペイントします。 矢印ボタンは、JScrollBarなどのいくつかのコンポーネントによって作成されます。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintArrowButtonForegroundpublic void paintArrowButtonForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int direction) 矢印ボタンのフォアグラウンドをペイントします。 このメソッドは、方向(通常は矢印)のグラフィカルな表現を描画します。 矢印ボタンは、JScrollBarなどのいくつかのコンポーネントによって作成されます- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- direction- SwingConstants.NORTH、SwingConstants.SOUTH、SwingConstants.EAST、またはSwingConstants.WESTのいずれか
 
 - 
paintButtonBackgroundpublic void paintButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ボタンのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintButtonBorderpublic void paintButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ボタンのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintCheckBoxMenuItemBackgroundpublic void paintCheckBoxMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h) チェックボックスのメニュー項目のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintCheckBoxMenuItemBorderpublic void paintCheckBoxMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h) チェックボックスのメニュー項目のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintCheckBoxBackgroundpublic void paintCheckBoxBackground(SynthContext context, Graphics g, int x, int y, int w, int h) チェックボックスのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintCheckBoxBorderpublic void paintCheckBoxBorder(SynthContext context, Graphics g, int x, int y, int w, int h) チェックボックスのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintColorChooserBackgroundpublic void paintColorChooserBackground(SynthContext context, Graphics g, int x, int y, int w, int h) カラー・チューザのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintColorChooserBorderpublic void paintColorChooserBorder(SynthContext context, Graphics g, int x, int y, int w, int h) カラー・チューザのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintComboBoxBackgroundpublic void paintComboBoxBackground(SynthContext context, Graphics g, int x, int y, int w, int h) コンボボックスのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintComboBoxBorderpublic void paintComboBoxBorder(SynthContext context, Graphics g, int x, int y, int w, int h) コンボボックスのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintDesktopIconBackgroundpublic void paintDesktopIconBackground(SynthContext context, Graphics g, int x, int y, int w, int h) デスクトップ・アイコンのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintDesktopIconBorderpublic void paintDesktopIconBorder(SynthContext context, Graphics g, int x, int y, int w, int h) デスクトップ・アイコンのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintDesktopPaneBackgroundpublic void paintDesktopPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) デスクトップ・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintDesktopPaneBorderpublic void paintDesktopPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) デスクトップ・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintEditorPaneBackgroundpublic void paintEditorPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) エディタ・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintEditorPaneBorderpublic void paintEditorPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) エディタ・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintFileChooserBackgroundpublic void paintFileChooserBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ファイル・チューザのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintFileChooserBorderpublic void paintFileChooserBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ファイル・チューザのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintFormattedTextFieldBackgroundpublic void paintFormattedTextFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 書式付きテキスト・フィールドのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintFormattedTextFieldBorderpublic void paintFormattedTextFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 書式付きテキスト・フィールドのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintInternalFrameTitlePaneBackgroundpublic void paintInternalFrameTitlePaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 内部フレームのタイトル・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintInternalFrameTitlePaneBorderpublic void paintInternalFrameTitlePaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 内部フレームのタイトル・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintInternalFrameBackgroundpublic void paintInternalFrameBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 内部フレームのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintInternalFrameBorderpublic void paintInternalFrameBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 内部フレームのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintLabelBackgroundpublic void paintLabelBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ラベルのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintLabelBorderpublic void paintLabelBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ラベルのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintListBackgroundpublic void paintListBackground(SynthContext context, Graphics g, int x, int y, int w, int h) リストのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintListBorderpublic void paintListBorder(SynthContext context, Graphics g, int x, int y, int w, int h) リストのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintMenuBarBackgroundpublic void paintMenuBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h) メニュー・バーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintMenuBarBorderpublic void paintMenuBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h) メニュー・バーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintMenuItemBackgroundpublic void paintMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h) メニュー項目のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintMenuItemBorderpublic void paintMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h) メニュー項目のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintMenuBackgroundpublic void paintMenuBackground(SynthContext context, Graphics g, int x, int y, int w, int h) メニューのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintMenuBorderpublic void paintMenuBorder(SynthContext context, Graphics g, int x, int y, int w, int h) メニューのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintOptionPaneBackgroundpublic void paintOptionPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) オプション・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintOptionPaneBorderpublic void paintOptionPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) オプション・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintPanelBackgroundpublic void paintPanelBackground(SynthContext context, Graphics g, int x, int y, int w, int h) パネルのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintPanelBorderpublic void paintPanelBorder(SynthContext context, Graphics g, int x, int y, int w, int h) パネルのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintPasswordFieldBackgroundpublic void paintPasswordFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h) パスワード・フィールドのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintPasswordFieldBorderpublic void paintPasswordFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h) パスワード・フィールドのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintPopupMenuBackgroundpublic void paintPopupMenuBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ポップアップ・メニューのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintPopupMenuBorderpublic void paintPopupMenuBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ポップアップ・メニューのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintProgressBarBackgroundpublic void paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 進捗バーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintProgressBarBackgroundpublic void paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) 進捗バーのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JProgressBar.HORIZONTALまたは- JProgressBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintProgressBarBorderpublic void paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 進捗バーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintProgressBarBorderpublic void paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) 進捗バーのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JProgressBar.HORIZONTALまたは- JProgressBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintProgressBarForegroundpublic void paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) 進捗バーのフォアグラウンドをペイントします。また、進捗バーの進捗状況を示します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JProgressBar.HORIZONTALまたは- JProgressBar.VERTICALのいずれか
 
 - 
paintRadioButtonMenuItemBackgroundpublic void paintRadioButtonMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ラジオ・ボタンのメニュー項目のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintRadioButtonMenuItemBorderpublic void paintRadioButtonMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ラジオ・ボタンのメニュー項目のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintRadioButtonBackgroundpublic void paintRadioButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ラジオ・ボタンのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintRadioButtonBorderpublic void paintRadioButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ラジオ・ボタンのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintRootPaneBackgroundpublic void paintRootPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ルート・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintRootPaneBorderpublic void paintRootPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ルート・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintScrollBarBackgroundpublic void paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h) スクロール・バーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintScrollBarBackgroundpublic void paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スクロール・バーのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation- JscrollBarの方向で、- JScrollBar.HORIZONTALまたは- JScrollBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintScrollBarBorderpublic void paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h) スクロール・バーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintScrollBarBorderpublic void paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スクロール・バーのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation- JscrollBarの方向で、- JScrollBar.HORIZONTALまたは- JScrollBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintScrollBarThumbBackgroundpublic void paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スクロール・バーのつまみのバックグラウンドをペイントします。 サムは、JScrollPaneでComponentが可視状態になっている大きさをグラフィカルに示します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation- JscrollBarの方向で、- JScrollBar.HORIZONTALまたは- JScrollBar.VERTICALのいずれか
 
 - 
paintScrollBarThumbBorderpublic void paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スクロール・バーのつまみのボーダーをペイントします。 サムは、JScrollPaneでComponentが可視状態になっている大きさをグラフィカルに示します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation- JscrollBarの方向で、- JScrollBar.HORIZONTALまたは- JScrollBar.VERTICALのいずれか
 
 - 
paintScrollBarTrackBackgroundpublic void paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h) スクロール・バーのトラックのバックグラウンドをペイントします。 トラックにはサムが含まれます。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintScrollBarTrackBackgroundpublic void paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スクロール・バーのトラックのバックグラウンドをペイントします。 トラックにはサムが含まれます。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation- JscrollBarの方向で、- JScrollBar.HORIZONTALまたは- JScrollBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintScrollBarTrackBorderpublic void paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h) スクロール・バーのトラックのボーダーをペイントします。 トラックにはサムが含まれます。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintScrollBarTrackBorderpublic void paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スクロール・バーのトラックのボーダーをペイントします。 トラックにはサムが含まれます。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation- JscrollBarの方向で、- JScrollBar.HORIZONTALまたは- JScrollBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintScrollPaneBackgroundpublic void paintScrollPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) スクロール・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintScrollPaneBorderpublic void paintScrollPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) スクロール・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSeparatorBackgroundpublic void paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h) セパレータのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSeparatorBackgroundpublic void paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) セパレータのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSeparator.HORIZONTALまたは- JSeparator.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSeparatorBorderpublic void paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h) セパレータのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSeparatorBorderpublic void paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) セパレータのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSeparator.HORIZONTALまたは- JSeparator.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSeparatorForegroundpublic void paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) セパレータのフォアグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSeparator.HORIZONTALまたは- JSeparator.VERTICALのいずれか
 
 - 
paintSliderBackgroundpublic void paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h) スライダのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSliderBackgroundpublic void paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スライダのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSlider.HORIZONTALまたは- JSlider.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSliderBorderpublic void paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h) スライダのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSliderBorderpublic void paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スライダのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSlider.HORIZONTALまたは- JSlider.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSliderThumbBackgroundpublic void paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スライダのつまみのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSlider.HORIZONTALまたは- JSlider.VERTICALのいずれか
 
 - 
paintSliderThumbBorderpublic void paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スライダのつまみのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSlider.HORIZONTALまたは- JSlider.VERTICALのいずれか
 
 - 
paintSliderTrackBackgroundpublic void paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h) スライダのトラックのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSliderTrackBackgroundpublic void paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スライダのトラックのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSlider.HORIZONTALまたは- JSlider.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSliderTrackBorderpublic void paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h) スライダのトラックのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSliderTrackBorderpublic void paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) スライダのトラックのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSlider.HORIZONTALまたは- JSlider.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSpinnerBackgroundpublic void paintSpinnerBackground(SynthContext context, Graphics g, int x, int y, int w, int h) スピナーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSpinnerBorderpublic void paintSpinnerBorder(SynthContext context, Graphics g, int x, int y, int w, int h) スピナーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSplitPaneDividerBackgroundpublic void paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 分割ペインのディバイダのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSplitPaneDividerBackgroundpublic void paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) 分割ペインのディバイダのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSplitPane.HORIZONTAL_SPLITまたは- JSplitPane.VERTICAL_SPLITのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintSplitPaneDividerForegroundpublic void paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) 分割ペインのディバイダのフォアグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSplitPane.HORIZONTAL_SPLITまたは- JSplitPane.VERTICAL_SPLITのいずれか
 
 - 
paintSplitPaneDragDividerpublic void paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ユーザーが分割ペインのディバイダをドラッグしているときにディバイダをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JSplitPane.HORIZONTAL_SPLITまたは- JSplitPane.VERTICAL_SPLITのいずれか
 
 - 
paintSplitPaneBackgroundpublic void paintSplitPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 分割ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintSplitPaneBorderpublic void paintSplitPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 分割ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTabbedPaneBackgroundpublic void paintTabbedPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) タブ・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTabbedPaneBorderpublic void paintTabbedPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) タブ・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTabbedPaneTabAreaBackgroundpublic void paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h) タブ・ペインのタブの背後にある領域のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTabbedPaneTabAreaBackgroundpublic void paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) タブ・ペインのタブの背後にある領域のバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JTabbedPane.TOP、- JTabbedPane.LEFT、- JTabbedPane.BOTTOM、または- JTabbedPane.RIGHTのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintTabbedPaneTabAreaBorderpublic void paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h) タブ・ペインのタブの背後にある領域のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTabbedPaneTabAreaBorderpublic void paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) タブ・ペインのタブの背後にある領域のボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JTabbedPane.TOP、- JTabbedPane.LEFT、- JTabbedPane.BOTTOM、または- JTabbedPane.RIGHTのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintTabbedPaneTabBackgroundpublic void paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex) タブ・ペインのタブのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- tabIndex- ペイントされるタブのインデックス。
 
 - 
paintTabbedPaneTabBackgroundpublic void paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) タブ・ペインのタブのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- tabIndex- ペイントされるタブのインデックス。
- orientation-- JTabbedPane.TOP、- JTabbedPane.LEFT、- JTabbedPane.BOTTOM、または- JTabbedPane.RIGHTのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintTabbedPaneTabBorderpublic void paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex) タブ・ペインのタブのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- tabIndex- ペイントされるタブのインデックス。
 
 - 
paintTabbedPaneTabBorderpublic void paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) タブ・ペインのタブのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- tabIndex- ペイントされるタブのインデックス。
- orientation-- JTabbedPane.TOP、- JTabbedPane.LEFT、- JTabbedPane.BOTTOM、または- JTabbedPane.RIGHTのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintTabbedPaneContentBackgroundpublic void paintTabbedPaneContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h) 選択されたタブ・ペインのタブの内容が格納されている領域のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTabbedPaneContentBorderpublic void paintTabbedPaneContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h) 選択されたタブ・ペインのタブの内容が格納されている領域のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTableHeaderBackgroundpublic void paintTableHeaderBackground(SynthContext context, Graphics g, int x, int y, int w, int h) テーブルのヘッダーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTableHeaderBorderpublic void paintTableHeaderBorder(SynthContext context, Graphics g, int x, int y, int w, int h) テーブルのヘッダーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTableBackgroundpublic void paintTableBackground(SynthContext context, Graphics g, int x, int y, int w, int h) テーブルのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTableBorderpublic void paintTableBorder(SynthContext context, Graphics g, int x, int y, int w, int h) テーブルのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTextAreaBackgroundpublic void paintTextAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h) テキスト領域のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTextAreaBorderpublic void paintTextAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h) テキスト領域のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTextPaneBackgroundpublic void paintTextPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h) テキスト・ペインのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTextPaneBorderpublic void paintTextPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h) テキスト・ペインのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTextFieldBackgroundpublic void paintTextFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h) テキスト・フィールドのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTextFieldBorderpublic void paintTextFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h) テキスト・フィールドのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToggleButtonBackgroundpublic void paintToggleButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h) トグル・ボタンのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToggleButtonBorderpublic void paintToggleButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h) トグル・ボタンのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarBackgroundpublic void paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ツールバーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarBackgroundpublic void paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ツールバーのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JToolBar.HORIZONTALまたは- JToolBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintToolBarBorderpublic void paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ツールバーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarBorderpublic void paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ツールバーのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JToolBar.HORIZONTALまたは- JToolBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintToolBarContentBackgroundpublic void paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ツールバーの内容領域のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarContentBackgroundpublic void paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ツールバーの内容領域のバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JToolBar.HORIZONTALまたは- JToolBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintToolBarContentBorderpublic void paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ツールバーの内容領域のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarContentBorderpublic void paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ツールバーの内容領域のボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JToolBar.HORIZONTALまたは- JToolBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintToolBarDragWindowBackgroundpublic void paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarDragWindowBackgroundpublic void paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JToolBar.HORIZONTALまたは- JToolBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintToolBarDragWindowBorderpublic void paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolBarDragWindowBorderpublic void paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) ツールバーがそのプライマリ・フレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダーをペイントします。 この実装は、方向を持たない同じ名前のメソッドを呼び出します。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
- orientation-- JToolBar.HORIZONTALまたは- JToolBar.VERTICALのいずれか
- 導入されたバージョン:
- 1.6
 
 - 
paintToolTipBackgroundpublic void paintToolTipBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ツールヒントのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintToolTipBorderpublic void paintToolTipBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ツールヒントのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTreeBackgroundpublic void paintTreeBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ツリーのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTreeBorderpublic void paintTreeBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ツリーのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTreeCellBackgroundpublic void paintTreeCellBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ツリー内のセルが格納されている行のバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTreeCellBorderpublic void paintTreeCellBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ツリー内のセルが格納されている行のボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintTreeCellFocuspublic void paintTreeCellFocus(SynthContext context, Graphics g, int x, int y, int w, int h) ツリー内のセルにフォーカスがあるときに、セルのフォーカス・インジケータをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintViewportBackgroundpublic void paintViewportBackground(SynthContext context, Graphics g, int x, int y, int w, int h) ビュー・ポートのバックグラウンドをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 - 
paintViewportBorderpublic void paintViewportBorder(SynthContext context, Graphics g, int x, int y, int w, int h) ビュー・ポートのボーダーをペイントします。- パラメータ:
- context- ペイントされる- JComponentと- Regionを識別するSynthContext
- g- ペイントされる- Graphics
- x- ペイントされる領域のX座標
- y- ペイントされる領域のY座標
- w- ペイントされる領域の幅
- h- ペイントされる領域の高さ
 
 
- 
 
-