public abstract class SynthPainter extends Object
SynthPainter is used for painting portions of
JComponents. At a minimum each
JComponent has two paint methods: one for the border and one for the background. Some
JComponents have more than one
Region, and as a consequence more paint methods.
Instances of SynthPainter are obtained from the SynthStyle method.
You typically supply a SynthPainter by way of Synth's file format. The following example registers a painter for all JButtons that will render the image myImage.png:
<style id="buttonStyle">
<imagePainter path="myImage.png" sourceInsets="2 2 2 2"
paintCenter="true" stretch="true"/>
<insets top="2" bottom="2" left="2" right="2"/>
</style>
<bind style="buttonStyle" type="REGION" key="button"/>
SynthPainter is abstract in so far as it does no painting, all the methods are empty. While none of these methods are typed to throw an exception, subclasses can assume that valid arguments are passed in, and if not they can throw a NullPointerException or IllegalArgumentException in response to invalid arguments.
| Constructor and Description |
|---|
SynthPainter()
|
| Modifier and Type | Method and Description |
|---|---|
void |
paintArrowButtonBackground(SynthContext
Paints the background of an arrow button.
|
void |
paintArrowButtonBorder(SynthContext
Paints the border of an arrow button.
|
void |
paintArrowButtonForeground(SynthContext
Paints the foreground of an arrow button.
|
void |
paintButtonBackground(SynthContext
Paints the background of a button.
|
void |
paintButtonBorder(SynthContext
Paints the border of a button.
|
void |
paintCheckBoxBackground(SynthContext
Paints the background of a check box.
|
void |
paintCheckBoxBorder(SynthContext
Paints the border of a check box.
|
void |
paintCheckBoxMenuItemBackground(SynthContext
Paints the background of a check box menu item.
|
void |
paintCheckBoxMenuItemBorder(SynthContext
Paints the border of a check box menu item.
|
void |
paintColorChooserBackground(SynthContext
Paints the background of a color chooser.
|
void |
paintColorChooserBorder(SynthContext
Paints the border of a color chooser.
|
void |
paintComboBoxBackground(SynthContext
Paints the background of a combo box.
|
void |
paintComboBoxBorder(SynthContext
Paints the border of a combo box.
|
void |
paintDesktopIconBackground(SynthContext
Paints the background of a desktop icon.
|
void |
paintDesktopIconBorder(SynthContext
Paints the border of a desktop icon.
|
void |
paintDesktopPaneBackground(SynthContext
Paints the background of a desktop pane.
|
void |
paintDesktopPaneBorder(SynthContext
Paints the background of a desktop pane.
|
void |
paintEditorPaneBackground(SynthContext
Paints the background of an editor pane.
|
void |
paintEditorPaneBorder(SynthContext
Paints the border of an editor pane.
|
void |
paintFileChooserBackground(SynthContext
Paints the background of a file chooser.
|
void |
paintFileChooserBorder(SynthContext
Paints the border of a file chooser.
|
void |
paintFormattedTextFieldBackground(SynthContext
Paints the background of a formatted text field.
|
void |
paintFormattedTextFieldBorder(SynthContext
Paints the border of a formatted text field.
|
void |
paintInternalFrameBackground(SynthContext
Paints the background of an internal frame.
|
void |
paintInternalFrameBorder(SynthContext
Paints the border of an internal frame.
|
void |
paintInternalFrameTitlePaneBackground(SynthContext
Paints the background of an internal frame title pane.
|
void |
paintInternalFrameTitlePaneBorder(SynthContext
Paints the border of an internal frame title pane.
|
void |
paintLabelBackground(SynthContext
Paints the background of a label.
|
void |
paintLabelBorder(SynthContext
Paints the border of a label.
|
void |
paintListBackground(SynthContext
Paints the background of a list.
|
void |
paintListBorder(SynthContext
Paints the border of a list.
|
void |
paintMenuBackground(SynthContext
Paints the background of a menu.
|
void |
paintMenuBarBackground(SynthContext
Paints the background of a menu bar.
|
void |
paintMenuBarBorder(SynthContext
Paints the border of a menu bar.
|
void |
paintMenuBorder(SynthContext
Paints the border of a menu.
|
void |
paintMenuItemBackground(SynthContext
Paints the background of a menu item.
|
void |
paintMenuItemBorder(SynthContext
Paints the border of a menu item.
|
void |
paintOptionPaneBackground(SynthContext
Paints the background of an option pane.
|
void |
paintOptionPaneBorder(SynthContext
Paints the border of an option pane.
|
void |
paintPanelBackground(SynthContext
Paints the background of a panel.
|
void |
paintPanelBorder(SynthContext
Paints the border of a panel.
|
void |
paintPasswordFieldBackground(SynthContext
Paints the background of a password field.
|
void |
paintPasswordFieldBorder(SynthContext
Paints the border of a password field.
|
void |
paintPopupMenuBackground(SynthContext
Paints the background of a popup menu.
|
void |
paintPopupMenuBorder(SynthContext
Paints the border of a popup menu.
|
void |
paintProgressBarBackground(SynthContext
Paints the background of a progress bar.
|
void |
paintProgressBarBackground(SynthContext
Paints the background of a progress bar.
|
void |
paintProgressBarBorder(SynthContext
Paints the border of a progress bar.
|
void |
paintProgressBarBorder(SynthContext
Paints the border of a progress bar.
|
void |
paintProgressBarForeground(SynthContext
Paints the foreground of a progress bar.
|
void |
paintRadioButtonBackground(SynthContext
Paints the background of a radio button.
|
void |
paintRadioButtonBorder(SynthContext
Paints the border of a radio button.
|
void |
paintRadioButtonMenuItemBackground(SynthContext
Paints the background of a radio button menu item.
|
void |
paintRadioButtonMenuItemBorder(SynthContext
Paints the border of a radio button menu item.
|
void |
paintRootPaneBackground(SynthContext
Paints the background of a root pane.
|
void |
paintRootPaneBorder(SynthContext
Paints the border of a root pane.
|
void |
paintScrollBarBackground(SynthContext
Paints the background of a scrollbar.
|
void |
paintScrollBarBackground(SynthContext
Paints the background of a scrollbar.
|
void |
paintScrollBarBorder(SynthContext
Paints the border of a scrollbar.
|
void |
paintScrollBarBorder(SynthContext
Paints the border of a scrollbar.
|
void |
paintScrollBarThumbBackground(SynthContext
Paints the background of the thumb of a scrollbar.
|
void |
paintScrollBarThumbBorder(SynthContext
Paints the border of the thumb of a scrollbar.
|
void |
paintScrollBarTrackBackground(SynthContext
Paints the background of the track of a scrollbar.
|
void |
paintScrollBarTrackBackground(SynthContext
Paints the background of the track of a scrollbar.
|
void |
paintScrollBarTrackBorder(SynthContext
Paints the border of the track of a scrollbar.
|
void |
paintScrollBarTrackBorder(SynthContext
Paints the border of the track of a scrollbar.
|
void |
paintScrollPaneBackground(SynthContext
Paints the background of a scroll pane.
|
void |
paintScrollPaneBorder(SynthContext
Paints the border of a scroll pane.
|
void |
paintSeparatorBackground(SynthContext
Paints the background of a separator.
|
void |
paintSeparatorBackground(SynthContext
Paints the background of a separator.
|
void |
paintSeparatorBorder(SynthContext
Paints the border of a separator.
|
void |
paintSeparatorBorder(SynthContext
Paints the border of a separator.
|
void |
paintSeparatorForeground(SynthContext
Paints the foreground of a separator.
|
void |
paintSliderBackground(SynthContext
Paints the background of a slider.
|
void |
paintSliderBackground(SynthContext
Paints the background of a slider.
|
void |
paintSliderBorder(SynthContext
Paints the border of a slider.
|
void |
paintSliderBorder(SynthContext
Paints the border of a slider.
|
void |
paintSliderThumbBackground(SynthContext
Paints the background of the thumb of a slider.
|
void |
paintSliderThumbBorder(SynthContext
Paints the border of the thumb of a slider.
|
void |
paintSliderTrackBackground(SynthContext
Paints the background of the track of a slider.
|
void |
paintSliderTrackBackground(SynthContext
Paints the background of the track of a slider.
|
void |
paintSliderTrackBorder(SynthContext
Paints the border of the track of a slider.
|
void |
paintSliderTrackBorder(SynthContext
Paints the border of the track of a slider.
|
void |
paintSpinnerBackground(SynthContext
Paints the background of a spinner.
|
void |
paintSpinnerBorder(SynthContext
Paints the border of a spinner.
|
void |
paintSplitPaneBackground(SynthContext
Paints the background of a split pane.
|
void |
paintSplitPaneBorder(SynthContext
Paints the border of a split pane.
|
void |
paintSplitPaneDividerBackground(SynthContext
Paints the background of the divider of a split pane.
|
void |
paintSplitPaneDividerBackground(SynthContext
Paints the background of the divider of a split pane.
|
void |
paintSplitPaneDividerForeground(SynthContext
Paints the foreground of the divider of a split pane.
|
void |
paintSplitPaneDragDivider(SynthContext
Paints the divider, when the user is dragging the divider, of a split pane.
|
void |
paintTabbedPaneBackground(SynthContext
Paints the background of a tabbed pane.
|
void |
paintTabbedPaneBorder(SynthContext
Paints the border of a tabbed pane.
|
void |
paintTabbedPaneContentBackground(SynthContext
Paints the background of the area that contains the content of the selected tab of a tabbed pane.
|
void |
paintTabbedPaneContentBorder(SynthContext
Paints the border of the area that contains the content of the selected tab of a tabbed pane.
|
void |
paintTabbedPaneTabAreaBackground(SynthContext
Paints the background of the area behind the tabs of a tabbed pane.
|
void |
paintTabbedPaneTabAreaBackground(SynthContext
Paints the background of the area behind the tabs of a tabbed pane.
|
void |
paintTabbedPaneTabAreaBorder(SynthContext
Paints the border of the area behind the tabs of a tabbed pane.
|
void |
paintTabbedPaneTabAreaBorder(SynthContext
Paints the border of the area behind the tabs of a tabbed pane.
|
void |
paintTabbedPaneTabBackground(SynthContext
Paints the background of a tab of a tabbed pane.
|
void |
paintTabbedPaneTabBackground(SynthContext
Paints the background of a tab of a tabbed pane.
|
void |
paintTabbedPaneTabBorder(SynthContext
Paints the border of a tab of a tabbed pane.
|
void |
paintTabbedPaneTabBorder(SynthContext
Paints the border of a tab of a tabbed pane.
|
void |
paintTableBackground(SynthContext
Paints the background of a table.
|
void |
paintTableBorder(SynthContext
Paints the border of a table.
|
void |
paintTableHeaderBackground(SynthContext
Paints the background of the header of a table.
|
void |
paintTableHeaderBorder(SynthContext
Paints the border of the header of a table.
|
void |
paintTextAreaBackground(SynthContext
Paints the background of a text area.
|
void |
paintTextAreaBorder(SynthContext
Paints the border of a text area.
|
void |
paintTextFieldBackground(SynthContext
Paints the background of a text field.
|
void |
paintTextFieldBorder(SynthContext
Paints the border of a text field.
|
void |
paintTextPaneBackground(SynthContext
Paints the background of a text pane.
|
void |
paintTextPaneBorder(SynthContext
Paints the border of a text pane.
|
void |
paintToggleButtonBackground(SynthContext
Paints the background of a toggle button.
|
void |
paintToggleButtonBorder(SynthContext
Paints the border of a toggle button.
|
void |
paintToolBarBackground(SynthContext
Paints the background of a tool bar.
|
void |
paintToolBarBackground(SynthContext
Paints the background of a tool bar.
|
void |
paintToolBarBorder(SynthContext
Paints the border of a tool bar.
|
void |
paintToolBarBorder(SynthContext
Paints the border of a tool bar.
|
void |
paintToolBarContentBackground(SynthContext
Paints the background of the tool bar's content area.
|
void |
paintToolBarContentBackground(SynthContext
Paints the background of the tool bar's content area.
|
void |
paintToolBarContentBorder(SynthContext
Paints the border of the content area of a tool bar.
|
void |
paintToolBarContentBorder(SynthContext
Paints the border of the content area of a tool bar.
|
void |
paintToolBarDragWindowBackground(SynthContext
Paints the background of the window containing the tool bar when it has been detached from its primary frame.
|
void |
paintToolBarDragWindowBackground(SynthContext
Paints the background of the window containing the tool bar when it has been detached from its primary frame.
|
void |
paintToolBarDragWindowBorder(SynthContext
Paints the border of the window containing the tool bar when it has been detached from it's primary frame.
|
void |
paintToolBarDragWindowBorder(SynthContext
Paints the border of the window containing the tool bar when it has been detached from it's primary frame.
|
void |
paintToolTipBackground(SynthContext
Paints the background of a tool tip.
|
void |
paintToolTipBorder(SynthContext
Paints the border of a tool tip.
|
void |
paintTreeBackground(SynthContext
Paints the background of a tree.
|
void |
paintTreeBorder(SynthContext
Paints the border of a tree.
|
void |
paintTreeCellBackground(SynthContext
Paints the background of the row containing a cell in a tree.
|
void |
paintTreeCellBorder(SynthContext
Paints the border of the row containing a cell in a tree.
|
void |
paintTreeCellFocus(SynthContext
Paints the focus indicator for a cell in a tree when it has focus.
|
void |
paintViewportBackground(SynthContext
Paints the background of the viewport.
|
void |
paintViewportBorder(SynthContext
Paints the border of a viewport.
|
public void paintArrowButtonBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
JScrollBar.
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintArrowButtonBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
JScrollBar.
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintArrowButtonForeground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int direction)
JScrollBar
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
direction - One of SwingConstants.NORTH, SwingConstants.SOUTH SwingConstants.EAST or SwingConstants.WEST
public void paintButtonBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintButtonBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintCheckBoxMenuItemBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintCheckBoxMenuItemBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintCheckBoxBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintCheckBoxBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintColorChooserBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintColorChooserBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintComboBoxBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintComboBoxBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintDesktopIconBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintDesktopIconBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintDesktopPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintDesktopPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintEditorPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintEditorPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintFileChooserBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintFileChooserBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintFormattedTextFieldBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintFormattedTextFieldBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintInternalFrameTitlePaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintInternalFrameTitlePaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintInternalFrameBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintInternalFrameBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintLabelBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintLabelBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintListBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintListBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintMenuBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintMenuBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintMenuItemBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintMenuItemBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintMenuBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintMenuBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintOptionPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintOptionPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintPanelBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintPanelBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintPasswordFieldBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintPasswordFieldBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintPopupMenuBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintPopupMenuBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintProgressBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintProgressBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - one of
JProgressBar.HORIZONTAL or
JProgressBar.VERTICAL
public void paintProgressBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintProgressBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - one of
JProgressBar.HORIZONTAL or
JProgressBar.VERTICAL
public void paintProgressBarForeground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - one of
JProgressBar.HORIZONTAL or
JProgressBar.VERTICAL
public void paintRadioButtonMenuItemBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintRadioButtonMenuItemBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintRadioButtonBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintRadioButtonBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintRootPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintRootPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintScrollBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintScrollBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - Orientation of the JScrollBar, one of
JScrollBar.HORIZONTAL or
JScrollBar.VERTICAL
public void paintScrollBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintScrollBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - Orientation of the JScrollBar, one of
JScrollBar.HORIZONTAL or
JScrollBar.VERTICAL
public void paintScrollBarThumbBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
JScrollPane.
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - Orientation of the JScrollBar, one of
JScrollBar.HORIZONTAL or
JScrollBar.VERTICAL
public void paintScrollBarThumbBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
JScrollPane.
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - Orientation of the JScrollBar, one of
JScrollBar.HORIZONTAL or
JScrollBar.VERTICAL
public void paintScrollBarTrackBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintScrollBarTrackBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - Orientation of the JScrollBar, one of
JScrollBar.HORIZONTAL or
JScrollBar.VERTICAL
public void paintScrollBarTrackBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintScrollBarTrackBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - Orientation of the JScrollBar, one of
JScrollBar.HORIZONTAL or
JScrollBar.VERTICAL
public void paintScrollPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintScrollPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSeparatorBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSeparatorBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSeparator.HORIZONTAL or
JSeparator.VERTICAL
public void paintSeparatorBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSeparatorBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSeparator.HORIZONTAL or
JSeparator.VERTICAL
public void paintSeparatorForeground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSeparator.HORIZONTAL or
JSeparator.VERTICAL
public void paintSliderBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSliderBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSlider.HORIZONTAL or
JSlider.VERTICAL
public void paintSliderBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSliderBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSlider.HORIZONTAL or
JSlider.VERTICAL
public void paintSliderThumbBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSlider.HORIZONTAL or
JSlider.VERTICAL
public void paintSliderThumbBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSlider.HORIZONTAL or
JSlider.VERTICAL
public void paintSliderTrackBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSliderTrackBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSlider.HORIZONTAL or
JSlider.VERTICAL
public void paintSliderTrackBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSliderTrackBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSlider.HORIZONTAL or
JSlider.VERTICAL
public void paintSpinnerBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSpinnerBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSplitPaneDividerBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSplitPaneDividerBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSplitPane.HORIZONTAL_SPLIT or
JSplitPane.VERTICAL_SPLIT
public void paintSplitPaneDividerForeground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSplitPane.HORIZONTAL_SPLIT or
JSplitPane.VERTICAL_SPLIT
public void paintSplitPaneDragDivider(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JSplitPane.HORIZONTAL_SPLIT or
JSplitPane.VERTICAL_SPLIT
public void paintSplitPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintSplitPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTabbedPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTabbedPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTabbedPaneTabAreaBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTabbedPaneTabAreaBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JTabbedPane.TOP,
JTabbedPane.LEFT,
JTabbedPane.BOTTOM, or
JTabbedPane.RIGHT
public void paintTabbedPaneTabAreaBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTabbedPaneTabAreaBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JTabbedPane.TOP,
JTabbedPane.LEFT,
JTabbedPane.BOTTOM, or
JTabbedPane.RIGHT
public void paintTabbedPaneTabBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int tabIndex)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
tabIndex - Index of tab being painted.
public void paintTabbedPaneTabBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
tabIndex - Index of tab being painted.
orientation - One of
JTabbedPane.TOP,
JTabbedPane.LEFT,
JTabbedPane.BOTTOM, or
JTabbedPane.RIGHT
public void paintTabbedPaneTabBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int tabIndex)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
tabIndex - Index of tab being painted.
public void paintTabbedPaneTabBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
tabIndex - Index of tab being painted.
orientation - One of
JTabbedPane.TOP,
JTabbedPane.LEFT,
JTabbedPane.BOTTOM, or
JTabbedPane.RIGHT
public void paintTabbedPaneContentBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTabbedPaneContentBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTableHeaderBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTableHeaderBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTableBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTableBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTextAreaBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTextAreaBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTextPaneBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTextPaneBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTextFieldBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTextFieldBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToggleButtonBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToggleButtonBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JToolBar.HORIZONTAL or
JToolBar.VERTICAL
public void paintToolBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JToolBar.HORIZONTAL or
JToolBar.VERTICAL
public void paintToolBarContentBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarContentBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JToolBar.HORIZONTAL or
JToolBar.VERTICAL
public void paintToolBarContentBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarContentBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JToolBar.HORIZONTAL or
JToolBar.VERTICAL
public void paintToolBarDragWindowBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarDragWindowBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JToolBar.HORIZONTAL or
JToolBar.VERTICAL
public void paintToolBarDragWindowBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolBarDragWindowBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h, int orientation)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
orientation - One of
JToolBar.HORIZONTAL or
JToolBar.VERTICAL
public void paintToolTipBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintToolTipBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTreeBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTreeBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTreeCellBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTreeCellBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintTreeCellFocus(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintViewportBackground(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to
public void paintViewportBorder(SynthContextcontext, Graphics g, int x, int y, int w, int h)
context - SynthContext identifying the
JComponent and
Region to paint to
g -
Graphics to paint to
x - X coordinate of the area to paint to
y - Y coordinate of the area to paint to
w - Width of the area to paint to
h - Height of the area to paint to