|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.plaf.synth.SynthPainter
public abstract class SynthPainter
SynthPainter
は、JComponent
の一部分をペイントするときに使用します。各 JComponent
には、少なくともボーダ用とバックグラウンド用の 2 つのペイントメソッドがあります。一部の JComponent
は複数の Region
を持ち、結果的にさらに多くのペイントメソッドを備えています。
SynthPainter
のインスタンスは、SynthStyle.getPainter(javax.swing.plaf.synth.SynthContext)
メソッドから取得されます。
通常、SynthPainter
は Synth のファイル形式によって指定します。次の例では、イメージ myImage.png
を描画するすべての JButton
用のペインタを登録します。
<style id="buttonStyle"> <imagePainter path="myImage.png" sourceInsets="2 2 2 2" paintCenter="true" stretch="true"/> <insets top="2" bottom="2" left="2" right="2"/> </style> <bind style="buttonStyle" type="REGION" key="button"/>
SynthPainter
はペイントを行わない限りは抽象クラスであり、このクラスのメソッドはすべて空です。これらのメソッドが例外をスローするために入力されない限り、サブクラスは有効な引数が渡されるものとみなします。そうでない場合は、無効な引数を受けて 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
- ペイントされる 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 paintToolTipBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintToolTipBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeCellBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeCellBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintTreeCellFocus(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintViewportBackground(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さpublic void paintViewportBorder(SynthContext context, Graphics g, int x, int y, int w, int h)
context
- ペイントされる JComponent
と Region
を識別する SynthContextg
- ペイントされる Graphics
x
- ペイントされる領域の X 座標y
- ペイントされる領域の Y 座標w
- ペイントされる領域の幅h
- ペイントされる領域の高さ
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。