java.lang.Object | |
↳ | javax.swing.plaf.synth.SynthPainter |
SynthPainter
is used for painting portions of
JComponent
s. At a minimum each JComponent
has two paint methods: one for the border and one for the background. Some
JComponent
s have more than one Region
, and as
a consequence more paint methods.
Instances of SynthPainter
are obtained from the
getPainter(SynthContext)
method.
You typically supply a SynthPainter
by way of Synth's
file format. The following
example registers a painter for all JButton
s 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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Paints the background of an arrow button.
| |||||||||||
Paints the border of an arrow button.
| |||||||||||
Paints the foreground of an arrow button.
| |||||||||||
Paints the background of a button.
| |||||||||||
Paints the border of a button.
| |||||||||||
Paints the background of a check box.
| |||||||||||
Paints the border of a check box.
| |||||||||||
Paints the background of a check box menu item.
| |||||||||||
Paints the border of a check box menu item.
| |||||||||||
Paints the background of a color chooser.
| |||||||||||
Paints the border of a color chooser.
| |||||||||||
Paints the background of a combo box.
| |||||||||||
Paints the border of a combo box.
| |||||||||||
Paints the background of a desktop icon.
| |||||||||||
Paints the border of a desktop icon.
| |||||||||||
Paints the background of a desktop pane.
| |||||||||||
Paints the background of a desktop pane.
| |||||||||||
Paints the background of an editor pane.
| |||||||||||
Paints the border of an editor pane.
| |||||||||||
Paints the background of a file chooser.
| |||||||||||
Paints the border of a file chooser.
| |||||||||||
Paints the background of a formatted text field.
| |||||||||||
Paints the border of a formatted text field.
| |||||||||||
Paints the background of an internal frame.
| |||||||||||
Paints the border of an internal frame.
| |||||||||||
Paints the background of an internal frame title pane.
| |||||||||||
Paints the border of an internal frame title pane.
| |||||||||||
Paints the background of a label.
| |||||||||||
Paints the border of a label.
| |||||||||||
Paints the background of a list.
| |||||||||||
Paints the border of a list.
| |||||||||||
Paints the background of a menu.
| |||||||||||
Paints the background of a menu bar.
| |||||||||||
Paints the border of a menu bar.
| |||||||||||
Paints the border of a menu.
| |||||||||||
Paints the background of a menu item.
| |||||||||||
Paints the border of a menu item.
| |||||||||||
Paints the background of an option pane.
| |||||||||||
Paints the border of an option pane.
| |||||||||||
Paints the background of a panel.
| |||||||||||
Paints the border of a panel.
| |||||||||||
Paints the background of a password field.
| |||||||||||
Paints the border of a password field.
| |||||||||||
Paints the background of a popup menu.
| |||||||||||
Paints the border of a popup menu.
| |||||||||||
Paints the background of a progress bar.
| |||||||||||
Paints the background of a progress bar.
| |||||||||||
Paints the border of a progress bar.
| |||||||||||
Paints the border of a progress bar.
| |||||||||||
Paints the foreground of a progress bar.
| |||||||||||
Paints the background of a radio button.
| |||||||||||
Paints the border of a radio button.
| |||||||||||
Paints the background of a radio button menu item.
| |||||||||||
Paints the border of a radio button menu item.
| |||||||||||
Paints the background of a root pane.
| |||||||||||
Paints the border of a root pane.
| |||||||||||
Paints the background of a scrollbar.
| |||||||||||
Paints the background of a scrollbar.
| |||||||||||
Paints the border of a scrollbar.
| |||||||||||
Paints the border of a scrollbar.
| |||||||||||
Paints the background of the thumb of a scrollbar.
| |||||||||||
Paints the border of the thumb of a scrollbar.
| |||||||||||
Paints the background of the track of a scrollbar.
| |||||||||||
Paints the background of the track of a scrollbar.
| |||||||||||
Paints the border of the track of a scrollbar.
| |||||||||||
Paints the border of the track of a scrollbar.
| |||||||||||
Paints the background of a scroll pane.
| |||||||||||
Paints the border of a scroll pane.
| |||||||||||
Paints the background of a separator.
| |||||||||||
Paints the background of a separator.
| |||||||||||
Paints the border of a separator.
| |||||||||||
Paints the border of a separator.
| |||||||||||
Paints the foreground of a separator.
| |||||||||||
Paints the background of a slider.
| |||||||||||
Paints the background of a slider.
| |||||||||||
Paints the border of a slider.
| |||||||||||
Paints the border of a slider.
| |||||||||||
Paints the background of the thumb of a slider.
| |||||||||||
Paints the border of the thumb of a slider.
| |||||||||||
Paints the background of the track of a slider.
| |||||||||||
Paints the background of the track of a slider.
| |||||||||||
Paints the border of the track of a slider.
| |||||||||||
Paints the border of the track of a slider.
| |||||||||||
Paints the background of a spinner.
| |||||||||||
Paints the border of a spinner.
| |||||||||||
Paints the background of a split pane.
| |||||||||||
Paints the border of a split pane.
| |||||||||||
Paints the background of the divider of a split pane.
| |||||||||||
Paints the background of the divider of a split pane.
| |||||||||||
Paints the foreground of the divider of a split pane.
| |||||||||||
Paints the divider, when the user is dragging the divider, of a
split pane.
| |||||||||||
Paints the background of a tabbed pane.
| |||||||||||
Paints the border of a tabbed pane.
| |||||||||||
Paints the background of the area that contains the content of the
selected tab of a tabbed pane.
| |||||||||||
Paints the border of the area that contains the content of the
selected tab of a tabbed pane.
| |||||||||||
Paints the background of the area behind the tabs of a tabbed pane.
| |||||||||||
Paints the background of the area behind the tabs of a tabbed pane.
| |||||||||||
Paints the border of the area behind the tabs of a tabbed pane.
| |||||||||||
Paints the border of the area behind the tabs of a tabbed pane.
| |||||||||||
Paints the background of a tab of a tabbed pane.
| |||||||||||
Paints the background of a tab of a tabbed pane.
| |||||||||||
Paints the border of a tab of a tabbed pane.
| |||||||||||
Paints the border of a tab of a tabbed pane.
| |||||||||||
Paints the background of a table.
| |||||||||||
Paints the border of a table.
| |||||||||||
Paints the background of the header of a table.
| |||||||||||
Paints the border of the header of a table.
| |||||||||||
Paints the background of a text area.
| |||||||||||
Paints the border of a text area.
| |||||||||||
Paints the background of a text field.
| |||||||||||
Paints the border of a text field.
| |||||||||||
Paints the background of a text pane.
| |||||||||||
Paints the border of a text pane.
| |||||||||||
Paints the background of a toggle button.
| |||||||||||
Paints the border of a toggle button.
| |||||||||||
Paints the background of a tool bar.
| |||||||||||
Paints the background of a tool bar.
| |||||||||||
Paints the border of a tool bar.
| |||||||||||
Paints the border of a tool bar.
| |||||||||||
Paints the background of the tool bar's content area.
| |||||||||||
Paints the background of the tool bar's content area.
| |||||||||||
Paints the border of the content area of a tool bar.
| |||||||||||
Paints the border of the content area of a tool bar.
| |||||||||||
Paints the background of the window containing the tool bar when it
has been detached from its primary frame.
| |||||||||||
Paints the background of the window containing the tool bar when it
has been detached from its primary frame.
| |||||||||||
Paints the border of the window containing the tool bar when it
has been detached from it's primary frame.
| |||||||||||
Paints the border of the window containing the tool bar when it
has been detached from it's primary frame.
| |||||||||||
Paints the background of a tool tip.
| |||||||||||
Paints the border of a tool tip.
| |||||||||||
Paints the background of a tree.
| |||||||||||
Paints the border of a tree.
| |||||||||||
Paints the background of the row containing a cell in a tree.
| |||||||||||
Paints the border of the row containing a cell in a tree.
| |||||||||||
Paints the focus indicator for a cell in a tree when it has focus.
| |||||||||||
Paints the background of the viewport.
| |||||||||||
Paints the border of a viewport.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Paints the background of an arrow button. Arrow buttons are created by
some components, such as 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 |
Paints the border of an arrow button. Arrow buttons are created by
some components, such as 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 |
Paints the foreground of an arrow button. This method is responsible
for drawing a graphical representation of a direction, typically
an arrow. Arrow buttons are created by
some components, such as 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 |
Paints the background of a button.
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 |
Paints the border of a button.
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 |
Paints the background of a check box.
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 |
Paints the border of a check box.
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 |
Paints the background of a check box menu item.
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 |
Paints the border of a check box menu item.
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 |
Paints the background of a color chooser.
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 |
Paints the border of a color chooser.
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 |
Paints the background of a combo box.
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 |
Paints the border of a combo box.
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 |
Paints the background of a desktop icon.
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 |
Paints the border of a desktop icon.
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 |
Paints the background of a desktop pane.
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 |
Paints the background of a desktop pane.
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 |
Paints the background of an editor pane.
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 |
Paints the border of an editor pane.
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 |
Paints the background of a file chooser.
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 |
Paints the border of a file chooser.
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 |
Paints the background of a formatted text field.
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 |
Paints the border of a formatted text field.
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 |
Paints the background of an internal frame.
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 |
Paints the border of an internal frame.
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 |
Paints the background of an internal frame title pane.
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 |
Paints the border of an internal frame title pane.
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 |
Paints the background of a label.
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 |
Paints the border of a label.
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 |
Paints the background of a list.
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 |
Paints the border of a list.
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 |
Paints the background of a menu.
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 |
Paints the background of a menu bar.
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 |
Paints the border of a menu bar.
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 |
Paints the border of a menu.
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 |
Paints the background of a menu item.
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 |
Paints the border of a menu item.
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 |
Paints the background of an option pane.
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 |
Paints the border of an option pane.
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 |
Paints the background of a panel.
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 |
Paints the border of a panel.
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 |
Paints the background of a password field.
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 |
Paints the border of a password field.
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 |
Paints the background of a popup menu.
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 |
Paints the border of a popup menu.
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 |
Paints the background of a progress bar. This implementation invokes the method of the same name without the 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 |
Paints the background of a progress bar.
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 |
Paints the border of a progress bar. This implementation invokes the method of the same name without the 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 |
Paints the border of a progress bar.
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 |
Paints the foreground of a progress bar. is responsible for providing an indication of the progress of the progress bar.
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
|
Paints the background of a radio button.
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 |
Paints the border of a radio button.
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 |
Paints the background of a radio button menu item.
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 |
Paints the border of a radio button menu item.
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 |
Paints the background of a root pane.
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 |
Paints the border of a root pane.
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 |
Paints the background of a scrollbar. This implementation invokes the method of the same name without the 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 |
Paints the background of a scrollbar.
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 |
Paints the border of a scrollbar.
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 |
Paints the border of a scrollbar. This implementation invokes the method of the same name without the 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 |
Paints the background of the thumb of a scrollbar. The thumb provides
a graphical indication as to how much of the Component is visible in a
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
|
Paints the border of the thumb of a scrollbar. The thumb provides
a graphical indication as to how much of the Component is visible in a
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
|
Paints the background of the track of a scrollbar. The track contains the thumb. This implementation invokes the method of the same name without the 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 |
Paints the background of the track of a scrollbar. The track contains the thumb.
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 |
Paints the border of the track of a scrollbar. The track contains the thumb.
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 |
Paints the border of the track of a scrollbar. The track contains the thumb. This implementation invokes the method of the same name without the 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 |
Paints the background of a scroll pane.
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 |
Paints the border of a scroll pane.
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 |
Paints the background of a separator.
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 |
Paints the background of a separator. This implementation invokes the method of the same name without the 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 |
Paints the border of a separator.
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 |
Paints the border of a separator. This implementation invokes the method of the same name without the 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 |
Paints the foreground of a separator.
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
|
Paints the background of a slider.
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 |
Paints the background of a slider. This implementation invokes the method of the same name without the 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 |
Paints the border of a slider. This implementation invokes the method of the same name without the 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 |
Paints the border of a slider.
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 |
Paints the background of the thumb of a slider.
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
|
Paints the border of the thumb of a slider.
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
|
Paints the background of the track of a slider.
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 |
Paints the background of the track of a slider. This implementation invokes the method of the same name without the 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 |
Paints the border of the track of a slider.
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 |
Paints the border of the track of a slider. This implementation invokes the method of the same name without the 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 |
Paints the background of a spinner.
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 |
Paints the border of a spinner.
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 |
Paints the background of a split pane.
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 |
Paints the border of a split pane.
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 |
Paints the background of the divider of a split pane. This implementation invokes the method of the same name without the 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 |
Paints the background of the divider of a split pane.
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 |
Paints the foreground of the divider of a split pane.
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
|
Paints the divider, when the user is dragging the divider, of a split pane.
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
|
Paints the background of a tabbed pane.
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 |
Paints the border of a tabbed pane.
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 |
Paints the background of the area that contains the content of the selected tab of a tabbed pane.
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 |
Paints the border of the area that contains the content of the selected tab of a tabbed pane.
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 |
Paints the background of the area behind the tabs of a tabbed pane.
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 |
Paints the background of the area behind the tabs of a tabbed pane. This implementation invokes the method of the same name without the 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 |
Paints the border of the area behind the tabs of a tabbed pane.
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 |
Paints the border of the area behind the tabs of a tabbed pane. This implementation invokes the method of the same name without the 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 |
Paints the background of a tab of a tabbed pane.
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. |
Paints the background of a tab of a tabbed pane. This implementation invokes the method of the same name without the 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 |
Paints the border of a tab of a tabbed pane. This implementation invokes the method of the same name without the 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 |
Paints the border of a tab of a tabbed pane.
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. |
Paints the background of a table.
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 |
Paints the border of a table.
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 |
Paints the background of the header of a table.
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 |
Paints the border of the header of a table.
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 |
Paints the background of a text area.
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 |
Paints the border of a text area.
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 |
Paints the background of a text field.
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 |
Paints the border of a text field.
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 |
Paints the background of a text pane.
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 |
Paints the border of a text pane.
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 |
Paints the background of a toggle button.
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 |
Paints the border of a toggle button.
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 |
Paints the background of a tool bar.
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 |
Paints the background of a tool bar. This implementation invokes the method of the same name without the 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 |
Paints the border of a tool bar. This implementation invokes the method of the same name without the 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 |
Paints the border of a tool bar.
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 |
Paints the background of the tool bar's content area.
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 |
Paints the background of the tool bar's content area. This implementation invokes the method of the same name without the 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 |
Paints the border of the content area of a tool bar. This implementation invokes the method of the same name without the 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 |
Paints the border of the content area of a tool bar.
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 |
Paints the background of the window containing the tool bar when it has been detached from its primary frame.
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 |
Paints the background of the window containing the tool bar when it has been detached from its primary frame. This implementation invokes the method of the same name without the 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 |
Paints the border of the window containing the tool bar when it has been detached from it's primary frame.
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 |
Paints the border of the window containing the tool bar when it has been detached from it's primary frame. This implementation invokes the method of the same name without the 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 |
Paints the background of a tool tip.
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 |
Paints the border of a tool tip.
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 |
Paints the background of a tree.
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 |
Paints the border of a tree.
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 |
Paints the background of the row containing a cell in a tree.
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 |
Paints the border of the row containing a cell in a tree.
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 |
Paints the focus indicator for a cell in a tree when it has focus.
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 |
Paints the background of the viewport.
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 |
Paints the border of a viewport.
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 |