|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.synth.SynthPainter
public abstract class SynthPainter
The abstract definition of a delegate that takes the responsibility of painting for the components. This class is defined to be abstract and all methods are no-ops.
Constructor Summary | |
---|---|
SynthPainter()
Creates a new SynthPainter object. |
Method Summary | |
---|---|
void |
paintArrowButtonBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of an arrow button. |
void |
paintArrowButtonBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of an arrow button. |
void |
paintArrowButtonForeground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int dir)
Paints the foreground of an arrow button. |
void |
paintButtonBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a button. |
void |
paintButtonBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a button. |
void |
paintCheckBoxBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a check box. |
void |
paintCheckBoxBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a check box. |
void |
paintCheckBoxMenuItemBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a check box menu item. |
void |
paintCheckBoxMenuItemBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a check box menu item. |
void |
paintColorChooserBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a color chooser. |
void |
paintColorChooserBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a color chooser. |
void |
paintComboBoxBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a combo box. |
void |
paintComboBoxBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a combo box. |
void |
paintDesktopIconBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a desktop icon. |
void |
paintDesktopIconBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a desktop icon. |
void |
paintDesktopPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a desktop pane. |
void |
paintDesktopPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a desktop pane. |
void |
paintEditorPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of an editor pane. |
void |
paintEditorPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of an editor pane. |
void |
paintFileChooserBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a file chooser. |
void |
paintFileChooserBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a file chooser. |
void |
paintFormattedTextFieldBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a formatted text field. |
void |
paintFormattedTextFieldBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a formatted text field. |
void |
paintInternalFrameBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of an internal frame. |
void |
paintInternalFrameBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of an internal frame. |
void |
paintInternalFrameTitlePaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of an internal frame's title pane. |
void |
paintInternalFrameTitlePaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of an internal frame's title pane. |
void |
paintLabelBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a label. |
void |
paintLabelBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a label. |
void |
paintListBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a list. |
void |
paintListBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a list. |
void |
paintMenuBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a menu. |
void |
paintMenuBarBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a menu bar. |
void |
paintMenuBarBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a menu bar. |
void |
paintMenuBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a menu. |
void |
paintMenuItemBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a menu item. |
void |
paintMenuItemBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a menu item. |
void |
paintOptionPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of an option pane. |
void |
paintOptionPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of an option pane. |
void |
paintPanelBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a panel. |
void |
paintPanelBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a panel. |
void |
paintPasswordFieldBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a password field. |
void |
paintPasswordFieldBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a password field. |
void |
paintPopupMenuBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a popup menu. |
void |
paintPopupMenuBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a popup menu. |
void |
paintProgressBarBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a progress bar. |
void |
paintProgressBarBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a progress bar. |
void |
paintProgressBarForeground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int dir)
Paints the foreground of a progress bar. |
void |
paintRadioButtonBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a radio button. |
void |
paintRadioButtonBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a radio button. |
void |
paintRadioButtonMenuItemBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a radio button menu item. |
void |
paintRadioButtonMenuItemBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a radio button menu item. |
void |
paintRootPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a root pane. |
void |
paintRootPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a root pane. |
void |
paintScrollBarBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a scrollbar. |
void |
paintScrollBarBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a scrollbar. |
void |
paintScrollBarThumbBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
Paints the background of a scrollbar's thumb. |
void |
paintScrollBarThumbBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
Paints the border of a scrollbar's thumb. |
void |
paintScrollBarTrackBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a scrollbar's track. |
void |
paintScrollBarTrackBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a scrollbar's track. |
void |
paintScrollPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a scroll pane. |
void |
paintScrollPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a scroll pane. |
void |
paintSeparatorBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a separator. |
void |
paintSeparatorBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a separator. |
void |
paintSeparatorForeground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int dir)
Paints the foreground of a separator. |
void |
paintSliderBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a slider. |
void |
paintSliderBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a slider. |
void |
paintSliderThumbBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
Paints the background of a slider's thumb. |
void |
paintSliderThumbBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int orientation)
Paints the border of a slider's thumb. |
void |
paintSliderTrackBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a slider's track. |
void |
paintSliderTrackBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a slider's track. |
void |
paintSpinnerBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a spinner. |
void |
paintSpinnerBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a spinner. |
void |
paintSplitPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a split pane. |
void |
paintSplitPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a split pane. |
void |
paintSplitPaneDividerBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a split pane's divider. |
void |
paintSplitPaneDividerForeground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int dir)
Paints the foreground of a split pane's divider. |
void |
paintSplitPaneDragDivider(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int dir)
Paints a split pane's divider, when it is being dragged. |
void |
paintTabbedPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a tabbed pane. |
void |
paintTabbedPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a tabbed pane. |
void |
paintTabbedPaneContentBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of the contents of a tabbed pane. |
void |
paintTabbedPaneContentBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of the contents of a tabbed pane. |
void |
paintTabbedPaneTabAreaBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of the tab area of a tabbed pane. |
void |
paintTabbedPaneTabAreaBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of the tab area of a tabbed pane. |
void |
paintTabbedPaneTabBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int index)
Paints the background of a tab of a tabbed pane. |
void |
paintTabbedPaneTabBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h,
int index)
Paints the border of a tab of a tabbed pane. |
void |
paintTableBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a table. |
void |
paintTableBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a table. |
void |
paintTableHeaderBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a table's header. |
void |
paintTableHeaderBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a table's header. |
void |
paintTextAreaBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a text area. |
void |
paintTextAreaBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a text area. |
void |
paintTextFieldBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a text field. |
void |
paintTextFieldBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a text field. |
void |
paintTextPaneBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a text pane. |
void |
paintTextPaneBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a text pane. |
void |
paintToggleButtonBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a toggle button. |
void |
paintToggleButtonBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a toggle button. |
void |
paintToolBarBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a toolbar. |
void |
paintToolBarBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a toolbar. |
void |
paintToolBarContentBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of the contents of a toolbar. |
void |
paintToolBarContentBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of the contents of a toolbar. |
void |
paintToolBarDragWindowBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of the window of a detached toolbar. |
void |
paintToolBarDragWindowBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of the window of a detached toolbar. |
void |
paintToolTipBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a tool tip. |
void |
paintToolTipBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a tool tip. |
void |
paintTreeBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a tree. |
void |
paintTreeBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a tree. |
void |
paintTreeCellBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a cell in a tree. |
void |
paintTreeCellBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a cell in a tree. |
void |
paintTreeCellFocus(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the indicator for a tree cell which has the focus. |
void |
paintViewportBackground(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the background of a viewport. |
void |
paintViewportBorder(SynthContext ctx,
Graphics g,
int x,
int y,
int w,
int h)
Paints the border of a viewport. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynthPainter()
SynthPainter
object.
Method Detail |
---|
public void paintArrowButtonForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintdir
- the orientation of the arrowpublic void paintProgressBarForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintdir
- the orientation of the progress barpublic void paintSeparatorForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintdir
- the orientation of the separatorpublic void paintSplitPaneDividerForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintdir
- the orientation of the dividerpublic void paintSplitPaneDragDivider(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintdir
- the orientation of the dividerpublic void paintTreeCellFocus(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintArrowButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintArrowButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintCheckBoxBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintCheckBoxBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintCheckBoxMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintCheckBoxMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintColorChooserBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintColorChooserBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintComboBoxBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintComboBoxBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintDesktopIconBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintDesktopIconBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintDesktopPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintDesktopPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintEditorPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintEditorPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintFileChooserBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintFileChooserBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintFormattedTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintFormattedTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintInternalFrameBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintInternalFrameBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintInternalFrameTitlePaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintInternalFrameTitlePaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintLabelBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintLabelBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintListBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintListBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintMenuBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintMenuBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintMenuBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintMenuBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintOptionPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintOptionPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintPanelBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintPanelBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintPasswordFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintPasswordFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintPopupMenuBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintPopupMenuBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintProgressBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintProgressBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintRadioButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintRadioButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintRadioButtonMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintRadioButtonMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintRootPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintRootPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintScrollBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintScrollBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintScrollBarThumbBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintorientation
- orientation of the scrollbarpublic void paintScrollBarThumbBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintorientation
- orientation of the scrollbarpublic void paintScrollBarTrackBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintScrollBarTrackBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintScrollPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintScrollPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSeparatorBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSeparatorBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSliderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSliderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSliderThumbBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintorientation
- orientation of the sliderpublic void paintSliderThumbBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintorientation
- orientation of the sliderpublic void paintSliderTrackBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSliderTrackBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSpinnerBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSpinnerBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSplitPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSplitPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintSplitPaneDividerBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneTabAreaBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneTabAreaBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTabbedPaneTabBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int index)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintindex
- the index of the tab to paintpublic void paintTabbedPaneTabBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int index)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintindex
- the index of the tab to paintpublic void paintTableBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTableBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTableHeaderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTableHeaderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTextAreaBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTextAreaBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTextPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTextPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToggleButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToggleButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolBarContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolBarContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolBarDragWindowBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolBarDragWindowBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolTipBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintToolTipBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTreeBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTreeBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTreeCellBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintTreeCellBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintViewportBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paintpublic void paintViewportBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
ctx
- the synth context identifying the component and region for
paintingg
- the graphics context to use for paintingx
- the X coordinate of the area to painty
- the Y coordinate of the area to paintw
- the width of the area to painth
- the height of the area to paint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |