javax.swing.plaf.synth

Class SynthPainter

public abstract class SynthPainter extends Object

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.

Since: 1.5

Constructor Summary
SynthPainter()
Creates a new SynthPainter object.
Method Summary
voidpaintArrowButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an arrow button.
voidpaintArrowButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an arrow button.
voidpaintArrowButtonForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of an arrow button.
voidpaintButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a button.
voidpaintButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a button.
voidpaintCheckBoxBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a check box.
voidpaintCheckBoxBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a check box.
voidpaintCheckBoxMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a check box menu item.
voidpaintCheckBoxMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a check box menu item.
voidpaintColorChooserBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a color chooser.
voidpaintColorChooserBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a color chooser.
voidpaintComboBoxBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a combo box.
voidpaintComboBoxBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a combo box.
voidpaintDesktopIconBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a desktop icon.
voidpaintDesktopIconBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a desktop icon.
voidpaintDesktopPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a desktop pane.
voidpaintDesktopPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a desktop pane.
voidpaintEditorPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an editor pane.
voidpaintEditorPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an editor pane.
voidpaintFileChooserBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a file chooser.
voidpaintFileChooserBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a file chooser.
voidpaintFormattedTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a formatted text field.
voidpaintFormattedTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a formatted text field.
voidpaintInternalFrameBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an internal frame.
voidpaintInternalFrameBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an internal frame.
voidpaintInternalFrameTitlePaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an internal frame's title pane.
voidpaintInternalFrameTitlePaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an internal frame's title pane.
voidpaintLabelBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a label.
voidpaintLabelBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a label.
voidpaintListBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a list.
voidpaintListBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a list.
voidpaintMenuBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a menu.
voidpaintMenuBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a menu bar.
voidpaintMenuBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a menu bar.
voidpaintMenuBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a menu.
voidpaintMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a menu item.
voidpaintMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a menu item.
voidpaintOptionPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an option pane.
voidpaintOptionPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an option pane.
voidpaintPanelBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a panel.
voidpaintPanelBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a panel.
voidpaintPasswordFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a password field.
voidpaintPasswordFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a password field.
voidpaintPopupMenuBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a popup menu.
voidpaintPopupMenuBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a popup menu.
voidpaintProgressBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a progress bar.
voidpaintProgressBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a progress bar.
voidpaintProgressBarForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of a progress bar.
voidpaintRadioButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a radio button.
voidpaintRadioButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a radio button.
voidpaintRadioButtonMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a radio button menu item.
voidpaintRadioButtonMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a radio button menu item.
voidpaintRootPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a root pane.
voidpaintRootPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a root pane.
voidpaintScrollBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a scrollbar.
voidpaintScrollBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a scrollbar.
voidpaintScrollBarThumbBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the background of a scrollbar's thumb.
voidpaintScrollBarThumbBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the border of a scrollbar's thumb.
voidpaintScrollBarTrackBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a scrollbar's track.
voidpaintScrollBarTrackBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a scrollbar's track.
voidpaintScrollPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a scroll pane.
voidpaintScrollPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a scroll pane.
voidpaintSeparatorBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a separator.
voidpaintSeparatorBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a separator.
voidpaintSeparatorForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of a separator.
voidpaintSliderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a slider.
voidpaintSliderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a slider.
voidpaintSliderThumbBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the background of a slider's thumb.
voidpaintSliderThumbBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the border of a slider's thumb.
voidpaintSliderTrackBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a slider's track.
voidpaintSliderTrackBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a slider's track.
voidpaintSpinnerBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a spinner.
voidpaintSpinnerBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a spinner.
voidpaintSplitPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a split pane.
voidpaintSplitPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a split pane.
voidpaintSplitPaneDividerBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a split pane's divider.
voidpaintSplitPaneDividerForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of a split pane's divider.
voidpaintSplitPaneDragDivider(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.
voidpaintTabbedPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a tabbed pane.
voidpaintTabbedPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a tabbed pane.
voidpaintTabbedPaneContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the contents of a tabbed pane.
voidpaintTabbedPaneContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the contents of a tabbed pane.
voidpaintTabbedPaneTabAreaBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the tab area of a tabbed pane.
voidpaintTabbedPaneTabAreaBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the tab area of a tabbed pane.
voidpaintTabbedPaneTabBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int index)
Paints the background of a tab of a tabbed pane.
voidpaintTabbedPaneTabBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int index)
Paints the border of a tab of a tabbed pane.
voidpaintTableBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a table.
voidpaintTableBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a table.
voidpaintTableHeaderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a table's header.
voidpaintTableHeaderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a table's header.
voidpaintTextAreaBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a text area.
voidpaintTextAreaBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a text area.
voidpaintTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a text field.
voidpaintTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a text field.
voidpaintTextPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a text pane.
voidpaintTextPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a text pane.
voidpaintToggleButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a toggle button.
voidpaintToggleButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a toggle button.
voidpaintToolBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a toolbar.
voidpaintToolBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a toolbar.
voidpaintToolBarContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the contents of a toolbar.
voidpaintToolBarContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the contents of a toolbar.
voidpaintToolBarDragWindowBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the window of a detached toolbar.
voidpaintToolBarDragWindowBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the window of a detached toolbar.
voidpaintToolTipBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a tool tip.
voidpaintToolTipBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a tool tip.
voidpaintTreeBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a tree.
voidpaintTreeBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a tree.
voidpaintTreeCellBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a cell in a tree.
voidpaintTreeCellBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a cell in a tree.
voidpaintTreeCellFocus(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the indicator for a tree cell which has the focus.
voidpaintViewportBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a viewport.
voidpaintViewportBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a viewport.

Constructor Detail

SynthPainter

public SynthPainter()
Creates a new SynthPainter object.

Method Detail

paintArrowButtonBackground

public void paintArrowButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an arrow button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintArrowButtonBorder

public void paintArrowButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an arrow button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintArrowButtonForeground

public void paintArrowButtonForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of an arrow button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint dir the orientation of the arrow

paintButtonBackground

public void paintButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintButtonBorder

public void paintButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintCheckBoxBackground

public void paintCheckBoxBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a check box.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintCheckBoxBorder

public void paintCheckBoxBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a check box.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintCheckBoxMenuItemBackground

public void paintCheckBoxMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a check box menu item.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintCheckBoxMenuItemBorder

public void paintCheckBoxMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a check box menu item.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintColorChooserBackground

public void paintColorChooserBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a color chooser.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintColorChooserBorder

public void paintColorChooserBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a color chooser.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintComboBoxBackground

public void paintComboBoxBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a combo box.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintComboBoxBorder

public void paintComboBoxBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a combo box.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintDesktopIconBackground

public void paintDesktopIconBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a desktop icon.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintDesktopIconBorder

public void paintDesktopIconBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a desktop icon.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintDesktopPaneBackground

public void paintDesktopPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a desktop pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintDesktopPaneBorder

public void paintDesktopPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a desktop pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintEditorPaneBackground

public void paintEditorPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an editor pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintEditorPaneBorder

public void paintEditorPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an editor pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintFileChooserBackground

public void paintFileChooserBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a file chooser.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintFileChooserBorder

public void paintFileChooserBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a file chooser.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintFormattedTextFieldBackground

public void paintFormattedTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a formatted text field.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintFormattedTextFieldBorder

public void paintFormattedTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a formatted text field.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintInternalFrameBackground

public void paintInternalFrameBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an internal frame.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintInternalFrameBorder

public void paintInternalFrameBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an internal frame.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintInternalFrameTitlePaneBackground

public void paintInternalFrameTitlePaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an internal frame's title pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintInternalFrameTitlePaneBorder

public void paintInternalFrameTitlePaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an internal frame's title pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintLabelBackground

public void paintLabelBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a label.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintLabelBorder

public void paintLabelBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a label.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintListBackground

public void paintListBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a list.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintListBorder

public void paintListBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a list.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintMenuBackground

public void paintMenuBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a menu.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintMenuBarBackground

public void paintMenuBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a menu bar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintMenuBarBorder

public void paintMenuBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a menu bar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintMenuBorder

public void paintMenuBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a menu.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintMenuItemBackground

public void paintMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a menu item.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintMenuItemBorder

public void paintMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a menu item.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintOptionPaneBackground

public void paintOptionPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of an option pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintOptionPaneBorder

public void paintOptionPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of an option pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintPanelBackground

public void paintPanelBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a panel.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintPanelBorder

public void paintPanelBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a panel.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintPasswordFieldBackground

public void paintPasswordFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a password field.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintPasswordFieldBorder

public void paintPasswordFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a password field.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintPopupMenuBackground

public void paintPopupMenuBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a popup menu.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintPopupMenuBorder

public void paintPopupMenuBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a popup menu.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintProgressBarBackground

public void paintProgressBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a progress bar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintProgressBarBorder

public void paintProgressBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a progress bar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintProgressBarForeground

public void paintProgressBarForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of a progress bar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint dir the orientation of the progress bar

paintRadioButtonBackground

public void paintRadioButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a radio button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintRadioButtonBorder

public void paintRadioButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a radio button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintRadioButtonMenuItemBackground

public void paintRadioButtonMenuItemBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a radio button menu item.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintRadioButtonMenuItemBorder

public void paintRadioButtonMenuItemBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a radio button menu item.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintRootPaneBackground

public void paintRootPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a root pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintRootPaneBorder

public void paintRootPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a root pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintScrollBarBackground

public void paintScrollBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a scrollbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintScrollBarBorder

public void paintScrollBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a scrollbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintScrollBarThumbBackground

public void paintScrollBarThumbBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the background of a scrollbar's thumb.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint orientation orientation of the scrollbar

paintScrollBarThumbBorder

public void paintScrollBarThumbBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the border of a scrollbar's thumb.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint orientation orientation of the scrollbar

paintScrollBarTrackBackground

public void paintScrollBarTrackBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a scrollbar's track.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintScrollBarTrackBorder

public void paintScrollBarTrackBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a scrollbar's track.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintScrollPaneBackground

public void paintScrollPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a scroll pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintScrollPaneBorder

public void paintScrollPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a scroll pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSeparatorBackground

public void paintSeparatorBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a separator.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSeparatorBorder

public void paintSeparatorBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a separator.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSeparatorForeground

public void paintSeparatorForeground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int dir)
Paints the foreground of a separator.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint dir the orientation of the separator

paintSliderBackground

public void paintSliderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a slider.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSliderBorder

public void paintSliderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a slider.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSliderThumbBackground

public void paintSliderThumbBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the background of a slider's thumb.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint orientation orientation of the slider

paintSliderThumbBorder

public void paintSliderThumbBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h, int orientation)
Paints the border of a slider's thumb.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint orientation orientation of the slider

paintSliderTrackBackground

public void paintSliderTrackBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a slider's track.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSliderTrackBorder

public void paintSliderTrackBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a slider's track.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSpinnerBackground

public void paintSpinnerBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a spinner.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSpinnerBorder

public void paintSpinnerBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a spinner.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSplitPaneBackground

public void paintSplitPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a split pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSplitPaneBorder

public void paintSplitPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a split pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSplitPaneDividerBackground

public void paintSplitPaneDividerBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a split pane's divider.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintSplitPaneDividerForeground

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint dir the orientation of the divider

paintSplitPaneDragDivider

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint dir the orientation of the divider

paintTabbedPaneBackground

public void paintTabbedPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a tabbed pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTabbedPaneBorder

public void paintTabbedPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a tabbed pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTabbedPaneContentBackground

public void paintTabbedPaneContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the contents of a tabbed pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTabbedPaneContentBorder

public void paintTabbedPaneContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the contents of a tabbed pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTabbedPaneTabAreaBackground

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTabbedPaneTabAreaBorder

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTabbedPaneTabBackground

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint index the index of the tab to paint

paintTabbedPaneTabBorder

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint index the index of the tab to paint

paintTableBackground

public void paintTableBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a table.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTableBorder

public void paintTableBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a table.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTableHeaderBackground

public void paintTableHeaderBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a table's header.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTableHeaderBorder

public void paintTableHeaderBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a table's header.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTextAreaBackground

public void paintTextAreaBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a text area.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTextAreaBorder

public void paintTextAreaBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a text area.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTextFieldBackground

public void paintTextFieldBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a text field.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTextFieldBorder

public void paintTextFieldBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a text field.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTextPaneBackground

public void paintTextPaneBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a text pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTextPaneBorder

public void paintTextPaneBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a text pane.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToggleButtonBackground

public void paintToggleButtonBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a toggle button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToggleButtonBorder

public void paintToggleButtonBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a toggle button.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolBarBackground

public void paintToolBarBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a toolbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolBarBorder

public void paintToolBarBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a toolbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolBarContentBackground

public void paintToolBarContentBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the contents of a toolbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolBarContentBorder

public void paintToolBarContentBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the contents of a toolbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolBarDragWindowBackground

public void paintToolBarDragWindowBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of the window of a detached toolbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolBarDragWindowBorder

public void paintToolBarDragWindowBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of the window of a detached toolbar.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolTipBackground

public void paintToolTipBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a tool tip.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintToolTipBorder

public void paintToolTipBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a tool tip.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTreeBackground

public void paintTreeBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a tree.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTreeBorder

public void paintTreeBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a tree.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTreeCellBackground

public void paintTreeCellBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a cell in a tree.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTreeCellBorder

public void paintTreeCellBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a cell in a tree.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintTreeCellFocus

public 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.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintViewportBackground

public void paintViewportBackground(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the background of a viewport.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint

paintViewportBorder

public void paintViewportBorder(SynthContext ctx, Graphics g, int x, int y, int w, int h)
Paints the border of a viewport.

Parameters: ctx the synth context identifying the component and region for painting g the graphics context to use for painting x the X coordinate of the area to paint y the Y coordinate of the area to paint w the width of the area to paint h the height of the area to paint