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
はペイントを行わないかぎりは 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)
ビューポートのボーダーをペイントします。
|
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.WEST のいずれかpublic 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
- ペイントされる領域の高さ バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.