|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.plaf.synth.SynthPainter
public abstract class SynthPainter
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
はペイントを行わないかぎりは abstract クラスであり、このクラスのメソッドはすべて空です。これらのメソッドが例外をスローするために入力されないかぎり、サブクラスは有効な引数が渡されるものとみなします。そうでない場合は、無効な引数を受けて NullPointerException
または IllegalArgumentException
をスローできます。
コンストラクタの概要 | |
---|---|
SynthPainter()
|
メソッドの概要 | |
---|---|
void |
paintArrowButtonBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
矢印ボタンのバックグラウンドをペイントします。 |
void |
paintArrowButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
矢印ボタンのボーダーをペイントします。 |
void |
paintArrowButtonForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int direction)
矢印ボタンのフォアグラウンドをペイントします。 |
void |
paintButtonBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ボタンのバックグラウンドをペイントします。 |
void |
paintButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ボタンのボーダーをペイントします。 |
void |
paintCheckBoxBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
チェックボックスのバックグラウンドをペイントします。 |
void |
paintCheckBoxBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
チェックボックスのボーダーをペイントします。 |
void |
paintCheckBoxMenuItemBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
チェックボックスのメニュー項目のバックグラウンドをペイントします。 |
void |
paintCheckBoxMenuItemBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
チェックボックスのメニュー項目のボーダーをペイントします。 |
void |
paintColorChooserBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
カラーチューザのバックグラウンドをペイントします。 |
void |
paintColorChooserBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
カラーチューザのボーダーをペイントします。 |
void |
paintComboBoxBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
コンボボックスのバックグラウンドをペイントします。 |
void |
paintComboBoxBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
コンボボックスのボーダーをペイントします。 |
void |
paintDesktopIconBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
デスクトップアイコンのバックグラウンドをペイントします。 |
void |
paintDesktopIconBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
デスクトップアイコンのボーダーをペイントします。 |
void |
paintDesktopPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
デスクトップ区画のバックグラウンドをペイントします。 |
void |
paintDesktopPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
デスクトップ区画のバックグラウンドをペイントします。 |
void |
paintEditorPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
エディタ区画のバックグラウンドをペイントします。 |
void |
paintEditorPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
エディタ区画のボーダーをペイントします。 |
void |
paintFileChooserBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ファイルチューザのバックグラウンドをペイントします。 |
void |
paintFileChooserBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ファイルチューザのボーダーをペイントします。 |
void |
paintFormattedTextFieldBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
書式付きテキストフィールドのバックグラウンドをペイントします。 |
void |
paintFormattedTextFieldBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
書式付きテキストフィールドのボーダーをペイントします。 |
void |
paintInternalFrameBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
内部フレームのバックグラウンドをペイントします。 |
void |
paintInternalFrameBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
内部フレームのボーダーをペイントします。 |
void |
paintInternalFrameTitlePaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
内部フレームのタイトル区画のバックグラウンドをペイントします。 |
void |
paintInternalFrameTitlePaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
内部フレームのタイトル区画のボーダーをペイントします。 |
void |
paintLabelBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ラベルのバックグラウンドをペイントします。 |
void |
paintLabelBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ラベルのボーダーをペイントします。 |
void |
paintListBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
リストのバックグラウンドをペイントします。 |
void |
paintListBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
リストのボーダーをペイントします。 |
void |
paintMenuBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
メニューのバックグラウンドをペイントします。 |
void |
paintMenuBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
メニューバーのバックグラウンドをペイントします。 |
void |
paintMenuBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
メニューバーのボーダーをペイントします。 |
void |
paintMenuBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
メニューのボーダーをペイントします。 |
void |
paintMenuItemBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
メニュー項目のバックグラウンドをペイントします。 |
void |
paintMenuItemBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
メニュー項目のボーダーをペイントします。 |
void |
paintOptionPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
オプション区画のバックグラウンドをペイントします。 |
void |
paintOptionPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
オプション区画のボーダーをペイントします。 |
void |
paintPanelBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
パネルのバックグラウンドをペイントします。 |
void |
paintPanelBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
パネルのボーダーをペイントします。 |
void |
paintPasswordFieldBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
パスワードフィールドのバックグラウンドをペイントします。 |
void |
paintPasswordFieldBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
パスワードフィールドのボーダーをペイントします。 |
void |
paintPopupMenuBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ポップアップメニューのバックグラウンドをペイントします。 |
void |
paintPopupMenuBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ポップアップメニューのボーダーをペイントします。 |
void |
paintProgressBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
進捗バーのバックグラウンドをペイントします。 |
void |
paintProgressBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
進捗バーのバックグラウンドをペイントします。 |
void |
paintProgressBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
進捗バーのボーダーをペイントします。 |
void |
paintProgressBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
進捗バーのボーダーをペイントします。 |
void |
paintProgressBarForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
進捗バーのフォアグラウンドをペイントします。 |
void |
paintRadioButtonBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ラジオボタンのバックグラウンドをペイントします。 |
void |
paintRadioButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ラジオボタンのボーダーをペイントします。 |
void |
paintRadioButtonMenuItemBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ラジオボタンのメニュー項目のバックグラウンドをペイントします。 |
void |
paintRadioButtonMenuItemBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ラジオボタンのメニュー項目のボーダーをペイントします。 |
void |
paintRootPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ルート区画のバックグラウンドをペイントします。 |
void |
paintRootPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ルート区画のボーダーをペイントします。 |
void |
paintScrollBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロールバーのバックグラウンドをペイントします。 |
void |
paintScrollBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スクロールバーのバックグラウンドをペイントします。 |
void |
paintScrollBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロールバーのボーダーをペイントします。 |
void |
paintScrollBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スクロールバーのボーダーをペイントします。 |
void |
paintScrollBarThumbBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スクロールバーのサムのバックグラウンドをペイントします。 |
void |
paintScrollBarThumbBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スクロールバーのサムのボーダーをペイントします。 |
void |
paintScrollBarTrackBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロールバーのトラックのバックグラウンドをペイントします。 |
void |
paintScrollBarTrackBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スクロールバーのトラックのバックグラウンドをペイントします。 |
void |
paintScrollBarTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロールバーのトラックのボーダーをペイントします。 |
void |
paintScrollBarTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スクロールバーのトラックのボーダーをペイントします。 |
void |
paintScrollPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロール区画のバックグラウンドをペイントします。 |
void |
paintScrollPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロール区画のボーダーをペイントします。 |
void |
paintSeparatorBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
セパレータのバックグラウンドをペイントします。 |
void |
paintSeparatorBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
セパレータのバックグラウンドをペイントします。 |
void |
paintSeparatorBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
セパレータのボーダーをペイントします。 |
void |
paintSeparatorBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
セパレータのボーダーをペイントします。 |
void |
paintSeparatorForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
セパレータのフォアグラウンドをペイントします。 |
void |
paintSliderBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スライダのバックグラウンドをペイントします。 |
void |
paintSliderBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スライダのバックグラウンドをペイントします。 |
void |
paintSliderBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スライダのボーダーをペイントします。 |
void |
paintSliderBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スライダのボーダーをペイントします。 |
void |
paintSliderThumbBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スライダのサムのバックグラウンドをペイントします。 |
void |
paintSliderThumbBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スライダのサムのボーダーをペイントします。 |
void |
paintSliderTrackBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スライダのトラックのバックグラウンドをペイントします。 |
void |
paintSliderTrackBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スライダのトラックのバックグラウンドをペイントします。 |
void |
paintSliderTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スライダのトラックのボーダーをペイントします。 |
void |
paintSliderTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
スライダのトラックのボーダーをペイントします。 |
void |
paintSpinnerBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スピナーのバックグラウンドをペイントします。 |
void |
paintSpinnerBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スピナーのボーダーをペイントします。 |
void |
paintSplitPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
分割区画のバックグラウンドをペイントします。 |
void |
paintSplitPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
分割区画のボーダーをペイントします。 |
void |
paintSplitPaneDividerBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
分割区画のディバイダのバックグラウンドをペイントします。 |
void |
paintSplitPaneDividerBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
分割区画のディバイダのバックグラウンドをペイントします。 |
void |
paintSplitPaneDividerForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
分割区画のディバイダのフォアグラウンドをペイントします。 |
void |
paintSplitPaneDragDivider(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ユーザーが分割区画のディバイダをドラッグしているときにディバイダをペイントします。 |
void |
paintTabbedPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
タブ区画のバックグラウンドをペイントします。 |
void |
paintTabbedPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
タブ区画のボーダーをペイントします。 |
void |
paintTabbedPaneContentBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
選択されたタブ区画のタブの内容が格納されている領域のバックグラウンドをペイントします。 |
void |
paintTabbedPaneContentBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
選択されたタブ区画のタブの内容が格納されている領域のボーダーをペイントします。 |
void |
paintTabbedPaneTabAreaBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
タブ区画のタブの背後にある領域のバックグラウンドをペイントします。 |
void |
paintTabbedPaneTabAreaBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
タブ区画のタブの背後にある領域のバックグラウンドをペイントします。 |
void |
paintTabbedPaneTabAreaBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
タブ区画のタブの背後にある領域のボーダーをペイントします。 |
void |
paintTabbedPaneTabAreaBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
タブ区画のタブの背後にある領域のボーダーをペイントします。 |
void |
paintTabbedPaneTabBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int tabIndex)
タブ区画のタブのバックグラウンドをペイントします。 |
void |
paintTabbedPaneTabBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int tabIndex,
int orientation)
タブ区画のタブのバックグラウンドをペイントします。 |
void |
paintTabbedPaneTabBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int tabIndex)
タブ区画のタブのボーダーをペイントします。 |
void |
paintTabbedPaneTabBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int tabIndex,
int orientation)
タブ区画のタブのボーダーをペイントします。 |
void |
paintTableBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テーブルのバックグラウンドをペイントします。 |
void |
paintTableBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テーブルのボーダーをペイントします。 |
void |
paintTableHeaderBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テーブルのヘッダーのバックグラウンドをペイントします。 |
void |
paintTableHeaderBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テーブルのヘッダーのボーダーをペイントします。 |
void |
paintTextAreaBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テキスト領域のバックグラウンドをペイントします。 |
void |
paintTextAreaBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テキスト領域のボーダーをペイントします。 |
void |
paintTextFieldBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テキストフィールドのバックグラウンドをペイントします。 |
void |
paintTextFieldBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テキストフィールドのボーダーをペイントします。 |
void |
paintTextPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テキスト区画のバックグラウンドをペイントします。 |
void |
paintTextPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
テキスト区画のボーダーをペイントします。 |
void |
paintToggleButtonBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
トグルボタンのバックグラウンドをペイントします。 |
void |
paintToggleButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
トグルボタンのボーダーをペイントします。 |
void |
paintToolBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーのバックグラウンドをペイントします。 |
void |
paintToolBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ツールバーのバックグラウンドをペイントします。 |
void |
paintToolBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーのボーダーをペイントします。 |
void |
paintToolBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ツールバーのボーダーをペイントします。 |
void |
paintToolBarContentBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーのコンテンツ領域のバックグラウンドをペイントします。 |
void |
paintToolBarContentBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ツールバーのコンテンツ領域のバックグラウンドをペイントします。 |
void |
paintToolBarContentBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーのコンテンツ領域のボーダーをペイントします。 |
void |
paintToolBarContentBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ツールバーのコンテンツ領域のボーダーをペイントします。 |
void |
paintToolBarDragWindowBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーがそのプライマリフレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。 |
void |
paintToolBarDragWindowBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ツールバーがそのプライマリフレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。 |
void |
paintToolBarDragWindowBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーがそのプライマリフレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダーをペイントします。 |
void |
paintToolBarDragWindowBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
ツールバーがそのプライマリフレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダーをペイントします。 |
void |
paintToolTipBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールヒントのバックグラウンドをペイントします。 |
void |
paintToolTipBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールヒントのボーダーをペイントします。 |
void |
paintTreeBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツリーのバックグラウンドをペイントします。 |
void |
paintTreeBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツリーのボーダーをペイントします。 |
void |
paintTreeCellBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツリー内のセルが格納されている行のバックグラウンドをペイントします。 |
void |
paintTreeCellBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツリー内のセルが格納されている行のボーダーをペイントします。 |
void |
paintTreeCellFocus(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツリー内のセルにフォーカスがあるときに、セルのフォーカスインジケータをペイントします。 |
void |
paintViewportBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ビューポートのバックグラウンドをペイントします。 |
void |
paintViewportBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ビューポートのボーダーをペイントします。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public SynthPainter()
メソッドの詳細 |
---|
public void paintArrowButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
JScrollBar
などのいくつかのコンポーネントによって作成されます。
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintArrowButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
JScrollBar
などのいくつかのコンポーネントによって作成されます。
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintArrowButtonForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int direction)
JScrollBar
などのいくつかのコンポーネントによって作成されます。
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さdirection
- SwingConstants.NORTH、SwingConstants.SOUTH、 SwingConstants.EAST、または SwingConstants.WESTpublic void paintButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintCheckBoxMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintCheckBoxMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintCheckBoxBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintCheckBoxBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintColorChooserBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintColorChooserBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintComboBoxBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintComboBoxBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintDesktopIconBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintDesktopIconBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintDesktopPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintDesktopPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintEditorPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintEditorPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintFileChooserBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintFileChooserBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintFormattedTextFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintFormattedTextFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintInternalFrameTitlePaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintInternalFrameTitlePaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintInternalFrameBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintInternalFrameBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintLabelBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintLabelBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintListBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintListBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintMenuBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintMenuBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintMenuBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintMenuBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintOptionPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintOptionPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintPanelBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintPanelBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintPasswordFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintPasswordFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintPopupMenuBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintPopupMenuBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JProgressBar.HORIZONTAL
または JProgressBar.VERTICAL
public void paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JProgressBar.HORIZONTAL
または JProgressBar.VERTICAL
public void paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JProgressBar.HORIZONTAL
または JProgressBar.VERTICAL
public void paintRadioButtonMenuItemBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintRadioButtonMenuItemBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintRadioButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintRadioButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintRootPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintRootPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JscrollBar の方向。 JScrollBar.HORIZONTAL
または JScrollBar.VERTICAL
public void paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JscrollBar の方向。 JScrollBar.HORIZONTAL
または JScrollBar.VERTICAL
public void paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
JScrollPane
で Component が可視状態になっている大きさをグラフィカルに示します。
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JscrollBar の方向。 JScrollBar.HORIZONTAL
または JScrollBar.VERTICAL
public void paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
JScrollPane
で Component が可視状態になっている大きさをグラフィカルに示します。
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JscrollBar の方向。 JScrollBar.HORIZONTAL
または JScrollBar.VERTICAL
public void paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JscrollBar の方向。 JScrollBar.HORIZONTAL
または JScrollBar.VERTICAL
public void paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JscrollBar の方向。 JScrollBar.HORIZONTAL
または JScrollBar.VERTICAL
public void paintScrollPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintScrollPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSeparator.HORIZONTAL
または JSeparator.VERTICAL
public void paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSeparator.HORIZONTAL
または JSeparator.VERTICAL
public void paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSeparator.HORIZONTAL
または JSeparator.VERTICAL
public void paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSlider.HORIZONTAL
または JSlider.VERTICAL
public void paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSlider.HORIZONTAL
または JSlider.VERTICAL
public void paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSlider.HORIZONTAL
または JSlider.VERTICAL
public void paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSlider.HORIZONTAL
または JSlider.VERTICAL
public void paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSlider.HORIZONTAL
または JSlider.VERTICAL
public void paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSlider.HORIZONTAL
または JSlider.VERTICAL
public void paintSpinnerBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSpinnerBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSplitPane.HORIZONTAL_SPLIT
または JSplitPane.VERTICAL_SPLIT
public void paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSplitPane.HORIZONTAL_SPLIT
または JSplitPane.VERTICAL_SPLIT
public void paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JSplitPane.HORIZONTAL_SPLIT
または JSplitPane.VERTICAL_SPLIT
public void paintSplitPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintSplitPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTabbedPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTabbedPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JTabbedPane.TOP
、 JTabbedPane.LEFT
、 JTabbedPane.BOTTOM
、または JTabbedPane.RIGHT
public void paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JTabbedPane.TOP
、 JTabbedPane.LEFT
、 JTabbedPane.BOTTOM
、または JTabbedPane.RIGHT
public void paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さtabIndex
- ペイントされるタブのインデックスpublic void paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さtabIndex
- ペイントされるタブのインデックスorientation
- JTabbedPane.TOP
、 JTabbedPane.LEFT
、 JTabbedPane.BOTTOM
、または JTabbedPane.RIGHT
public void paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さtabIndex
- ペイントされるタブのインデックスpublic void paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さtabIndex
- ペイントされるタブのインデックスorientation
- JTabbedPane.TOP
、 JTabbedPane.LEFT
、 JTabbedPane.BOTTOM
、または JTabbedPane.RIGHT
public void paintTabbedPaneContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTabbedPaneContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTableHeaderBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTableHeaderBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTableBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTableBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTextAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTextAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTextPaneBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTextPaneBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTextFieldBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTextFieldBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToggleButtonBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToggleButtonBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JToolBar.HORIZONTAL
または JToolBar.VERTICAL
public void paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JToolBar.HORIZONTAL
または JToolBar.VERTICAL
public void paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JToolBar.HORIZONTAL
または JToolBar.VERTICAL
public void paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JToolBar.HORIZONTAL
または JToolBar.VERTICAL
public void paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JToolBar.HORIZONTAL
または JToolBar.VERTICAL
public void paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さorientation
- JToolBar.HORIZONTAL
または JToolBar.VERTICAL
public void paintToolTipBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolTipBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeCellBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeCellBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeCellFocus(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintViewportBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintViewportBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さ
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。