|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.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 はペイントを行わない限りは抽象クラスであり、このクラスのメソッドはすべて空です。これらのメソッドが例外をスローするために入力されない限り、サブクラスは有効な引数が渡されるものとみなします。そうでない場合は、無効な引数を受けて 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 |
paintProgressBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
進捗バーのボーダをペイントします。 |
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 |
paintScrollBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロールバーのボーダをペイントします。 |
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 |
paintScrollBarTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スクロールバーのトラックのボーダをペイントします。 |
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 |
paintSeparatorBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
セパレータのボーダをペイントします。 |
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 |
paintSliderBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スライダのボーダをペイントします。 |
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 |
paintSliderTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
スライダのトラックのボーダをペイントします。 |
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 |
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 |
paintTabbedPaneTabAreaBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
タブ区画のタブの背後にある領域のボーダをペイントします。 |
void |
paintTabbedPaneTabBackground(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)
タブ区画のタブのボーダをペイントします。 |
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 |
paintToolBarBorder(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)
ツールバーのコンテンツ領域のバックグラウンドをペイントします。 |
void |
paintToolBarContentBorder(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)
ツールバーがそのプライマリフレームから切り離されたときに、ツールバーが格納されているウィンドウのバックグラウンドをペイントします。 |
void |
paintToolBarDragWindowBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
ツールバーがそのプライマリフレームから切り離されたときに、ツールバーが格納されているウィンドウのボーダをペイントします。 |
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 - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintCheckBoxMenuItemBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintCheckBoxMenuItemBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintCheckBoxBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintCheckBoxBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintColorChooserBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintColorChooserBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintComboBoxBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintComboBoxBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintDesktopIconBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintDesktopIconBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintDesktopPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintDesktopPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintEditorPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintEditorPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintFileChooserBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintFileChooserBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintFormattedTextFieldBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintFormattedTextFieldBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintInternalFrameTitlePaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintInternalFrameTitlePaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintInternalFrameBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintInternalFrameBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintLabelBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintLabelBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintListBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintListBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintMenuBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintMenuBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintMenuItemBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintMenuItemBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintMenuBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintMenuBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintOptionPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintOptionPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintPanelBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintPanelBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintPasswordFieldBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintPasswordFieldBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintPopupMenuBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintPopupMenuBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintProgressBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintProgressBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintProgressBarForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintRadioButtonMenuItemBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintRadioButtonBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintRadioButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintRootPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintRootPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintScrollBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintScrollBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintScrollBarThumbBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
JScrollPane で Component が可視状態になっている大きさをグラフィカルに示します。
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintScrollBarTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintScrollPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintScrollPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSeparatorBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSeparatorBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSeparatorForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSliderBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSliderThumbBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSliderTrackBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSpinnerBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSpinnerBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSplitPaneDividerBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSplitPaneDividerForeground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の 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 - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintSplitPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTabbedPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTabbedPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTabbedPaneTabAreaBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTabbedPaneTabAreaBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTabbedPaneTabBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int tabIndex)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さtabIndex - ペイントされるタブのインデックス
public void paintTabbedPaneTabBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h,
int tabIndex)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さtabIndex - ペイントされるタブのインデックス
public void paintTabbedPaneContentBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTabbedPaneContentBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTableHeaderBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTableHeaderBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTableBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTableBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTextAreaBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTextAreaBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTextPaneBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTextPaneBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTextFieldBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTextFieldBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToggleButtonBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToggleButtonBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolBarBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolBarBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolBarContentBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolBarContentBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolBarDragWindowBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolBarDragWindowBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolTipBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintToolTipBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTreeBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTreeBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTreeCellBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTreeCellBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintTreeCellFocus(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintViewportBackground(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
public void paintViewportBorder(SynthContext context,
Graphics g,
int x,
int y,
int w,
int h)
context - ペイントされる JComponent と Region を識別する SynthContextg - ペイントされる Graphicsx - ペイントされる領域の X 座標y - ペイントされる領域の Y 座標w - ペイントされる領域の幅h - ペイントされる領域の高さ
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。