< prev index next >

src/java.desktop/share/classes/javax/swing/plaf/nimbus/SynthPainterImpl.java

Print this page

        

*** 190,204 **** } } /** * Paints the background of an arrow button. Arrow buttons are created by ! * some components, such as <code>JScrollBar</code>. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 190,204 ---- } } /** * Paints the background of an arrow button. Arrow buttons are created by ! * some components, such as {@code JScrollBar}. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 216,230 **** } } /** * Paints the border of an arrow button. Arrow buttons are created by ! * some components, such as <code>JScrollBar</code>. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 216,230 ---- } } /** * Paints the border of an arrow button. Arrow buttons are created by ! * some components, such as {@code JScrollBar}. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 236,250 **** /** * 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 <code>JScrollBar</code> * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param direction One of SwingConstants.NORTH, SwingConstants.SOUTH --- 236,250 ---- /** * 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 {@code JScrollBar} * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param direction One of SwingConstants.NORTH, SwingConstants.SOUTH
*** 306,318 **** } /** * Paints the background of a button. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 306,318 ---- } /** * Paints the background of a button. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 323,335 **** } /** * Paints the border of a button. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 323,335 ---- } /** * Paints the border of a button. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 340,352 **** } /** * Paints the background of a check box menu item. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 340,352 ---- } /** * Paints the background of a check box menu item. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 357,369 **** } /** * Paints the border of a check box menu item. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 357,369 ---- } /** * Paints the border of a check box menu item. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 374,386 **** } /** * Paints the background of a check box. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 374,386 ---- } /** * Paints the background of a check box. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 391,403 **** } /** * Paints the border of a check box. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 391,403 ---- } /** * Paints the border of a check box. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 408,420 **** } /** * Paints the background of a color chooser. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 408,420 ---- } /** * Paints the background of a color chooser. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 425,437 **** } /** * Paints the border of a color chooser. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 425,437 ---- } /** * Paints the border of a color chooser. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 442,454 **** } /** * Paints the background of a combo box. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 442,454 ---- } /** * Paints the background of a combo box. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 467,479 **** } /** * Paints the border of a combo box. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 467,479 ---- } /** * Paints the border of a combo box. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 484,496 **** } /** * Paints the background of a desktop icon. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 484,496 ---- } /** * Paints the background of a desktop icon. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 501,513 **** } /** * Paints the border of a desktop icon. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 501,513 ---- } /** * Paints the border of a desktop icon. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 518,530 **** } /** * Paints the background of a desktop pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 518,530 ---- } /** * Paints the background of a desktop pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 535,547 **** } /** * Paints the background of a desktop pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 535,547 ---- } /** * Paints the background of a desktop pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 552,564 **** } /** * Paints the background of an editor pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 552,564 ---- } /** * Paints the background of an editor pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 569,581 **** } /** * Paints the border of an editor pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 569,581 ---- } /** * Paints the border of an editor pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 586,598 **** } /** * Paints the background of a file chooser. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 586,598 ---- } /** * Paints the background of a file chooser. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 603,615 **** } /** * Paints the border of a file chooser. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 603,615 ---- } /** * Paints the border of a file chooser. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 620,632 **** } /** * Paints the background of a formatted text field. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 620,632 ---- } /** * Paints the background of a formatted text field. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 645,657 **** } /** * Paints the border of a formatted text field. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 645,657 ---- } /** * Paints the border of a formatted text field. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 670,682 **** } /** * Paints the background of an internal frame title pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 670,682 ---- } /** * Paints the background of an internal frame title pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 687,699 **** } /** * Paints the border of an internal frame title pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 687,699 ---- } /** * Paints the border of an internal frame title pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 704,716 **** } /** * Paints the background of an internal frame. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 704,716 ---- } /** * Paints the background of an internal frame. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 721,733 **** } /** * Paints the border of an internal frame. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 721,733 ---- } /** * Paints the border of an internal frame. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 738,750 **** } /** * Paints the background of a label. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 738,750 ---- } /** * Paints the background of a label. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 755,767 **** } /** * Paints the border of a label. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 755,767 ---- } /** * Paints the border of a label. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 772,784 **** } /** * Paints the background of a list. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 772,784 ---- } /** * Paints the background of a list. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 789,801 **** } /** * Paints the border of a list. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 789,801 ---- } /** * Paints the border of a list. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 806,818 **** } /** * Paints the background of a menu bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 806,818 ---- } /** * Paints the background of a menu bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 823,835 **** } /** * Paints the border of a menu bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 823,835 ---- } /** * Paints the border of a menu bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 840,852 **** } /** * Paints the background of a menu item. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 840,852 ---- } /** * Paints the background of a menu item. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 857,869 **** } /** * Paints the border of a menu item. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 857,869 ---- } /** * Paints the border of a menu item. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 874,886 **** } /** * Paints the background of a menu. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 874,886 ---- } /** * Paints the background of a menu. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 891,903 **** } /** * Paints the border of a menu. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 891,903 ---- } /** * Paints the border of a menu. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 908,920 **** } /** * Paints the background of an option pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 908,920 ---- } /** * Paints the background of an option pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 925,937 **** } /** * Paints the border of an option pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 925,937 ---- } /** * Paints the border of an option pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 942,954 **** } /** * Paints the background of a panel. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 942,954 ---- } /** * Paints the background of a panel. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 959,971 **** } /** * Paints the border of a panel. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 959,971 ---- } /** * Paints the border of a panel. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 976,988 **** } /** * Paints the background of a password field. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 976,988 ---- } /** * Paints the background of a password field. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 993,1005 **** } /** * Paints the border of a password field. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 993,1005 ---- } /** * Paints the border of a password field. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1010,1022 **** } /** * Paints the background of a popup menu. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1010,1022 ---- } /** * Paints the background of a popup menu. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1027,1039 **** } /** * Paints the border of a popup menu. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1027,1039 ---- } /** * Paints the border of a popup menu. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1044,1056 **** } /** * Paints the background of a progress bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1044,1056 ---- } /** * Paints the background of a progress bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1062,1080 **** /** * Paints the background of a progress bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation one of <code>JProgressBar.HORIZONTAL</code> or ! * <code>JProgressBar.VERTICAL</code> * @since 1.6 */ public void paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1062,1080 ---- /** * Paints the background of a progress bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation one of {@code JProgressBar.HORIZONTAL} or ! * {@code JProgressBar.VERTICAL} * @since 1.6 */ public void paintProgressBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1082,1094 **** } /** * Paints the border of a progress bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1082,1094 ---- } /** * Paints the border of a progress bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1100,1118 **** /** * Paints the border of a progress bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation one of <code>JProgressBar.HORIZONTAL</code> or ! * <code>JProgressBar.VERTICAL</code> * @since 1.6 */ public void paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1100,1118 ---- /** * Paints the border of a progress bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation one of {@code JProgressBar.HORIZONTAL} or ! * {@code JProgressBar.VERTICAL} * @since 1.6 */ public void paintProgressBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1121,1152 **** /** * Paints the foreground of a progress bar. is responsible for * providing an indication of the progress of the progress bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation one of <code>JProgressBar.HORIZONTAL</code> or ! * <code>JProgressBar.VERTICAL</code> */ public void paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintForeground(context, g, x, y, w, h, orientation); } /** * Paints the background of a radio button menu item. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1121,1152 ---- /** * Paints the foreground of a progress bar. is responsible for * providing an indication of the progress of the progress bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation one of {@code JProgressBar.HORIZONTAL} or ! * {@code JProgressBar.VERTICAL} */ public void paintProgressBarForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintForeground(context, g, x, y, w, h, orientation); } /** * Paints the background of a radio button menu item. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1157,1169 **** } /** * Paints the border of a radio button menu item. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1157,1169 ---- } /** * Paints the border of a radio button menu item. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1174,1186 **** } /** * Paints the background of a radio button. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1174,1186 ---- } /** * Paints the background of a radio button. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1191,1203 **** } /** * Paints the border of a radio button. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1191,1203 ---- } /** * Paints the border of a radio button. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1208,1220 **** } /** * Paints the background of a root pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1208,1220 ---- } /** * Paints the background of a root pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1225,1237 **** } /** * Paints the border of a root pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1225,1237 ---- } /** * Paints the border of a root pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1242,1254 **** } /** * Paints the background of a scrollbar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1242,1254 ---- } /** * Paints the background of a scrollbar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1260,1279 **** /** * Paints the background of a scrollbar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * <code>JScrollBar.HORIZONTAL</code> or ! * <code>JScrollBar.VERTICAL</code> * @since 1.6 */ public void paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1260,1279 ---- /** * Paints the background of a scrollbar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * {@code JScrollBar.HORIZONTAL} or ! * {@code JScrollBar.VERTICAL} * @since 1.6 */ public void paintScrollBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1281,1293 **** } /** * Paints the border of a scrollbar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1281,1293 ---- } /** * Paints the border of a scrollbar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1299,1318 **** /** * Paints the border of a scrollbar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * <code>JScrollBar.HORIZONTAL</code> or ! * <code>JScrollBar.VERTICAL</code> * @since 1.6 */ public void paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1299,1318 ---- /** * Paints the border of a scrollbar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * {@code JScrollBar.HORIZONTAL} or ! * {@code JScrollBar.VERTICAL} * @since 1.6 */ public void paintScrollBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1320,1363 **** } /** * 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 ! * <code>JScrollPane</code>. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * <code>JScrollBar.HORIZONTAL</code> or ! * <code>JScrollBar.VERTICAL</code> */ public void paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBackground(context, g, x, y, w, h, orientation); } /** * 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 ! * <code>JScrollPane</code>. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * <code>JScrollBar.HORIZONTAL</code> or ! * <code>JScrollBar.VERTICAL</code> */ public void paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBorder(context, g, x, y, w, h, orientation); --- 1320,1363 ---- } /** * 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 ! * {@code JScrollPane}. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * {@code JScrollBar.HORIZONTAL} or ! * {@code JScrollBar.VERTICAL} */ public void paintScrollBarThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBackground(context, g, x, y, w, h, orientation); } /** * 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 ! * {@code JScrollPane}. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * {@code JScrollBar.HORIZONTAL} or ! * {@code JScrollBar.VERTICAL} */ public void paintScrollBarThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBorder(context, g, x, y, w, h, orientation);
*** 1365,1377 **** /** * Paints the background of the track of a scrollbar. The track contains * the thumb. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1365,1377 ---- /** * Paints the background of the track of a scrollbar. The track contains * the thumb. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1384,1403 **** /** * 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. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * <code>JScrollBar.HORIZONTAL</code> or ! * <code>JScrollBar.VERTICAL</code> * @since 1.6 */ public void paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1384,1403 ---- /** * 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. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * {@code JScrollBar.HORIZONTAL} or ! * {@code JScrollBar.VERTICAL} * @since 1.6 */ public void paintScrollBarTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1406,1418 **** /** * Paints the border of the track of a scrollbar. The track contains * the thumb. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1406,1418 ---- /** * Paints the border of the track of a scrollbar. The track contains * the thumb. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1425,1444 **** /** * 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. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * <code>JScrollBar.HORIZONTAL</code> or ! * <code>JScrollBar.VERTICAL</code> * @since 1.6 */ public void paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1425,1444 ---- /** * 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. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param orientation Orientation of the JScrollBar, one of ! * {@code JScrollBar.HORIZONTAL} or ! * {@code JScrollBar.VERTICAL} * @since 1.6 */ public void paintScrollBarTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1446,1458 **** } /** * Paints the background of a scroll pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1446,1458 ---- } /** * Paints the background of a scroll pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1463,1475 **** } /** * Paints the border of a scroll pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1463,1475 ---- } /** * Paints the border of a scroll pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1480,1492 **** } /** * Paints the background of a separator. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1480,1492 ---- } /** * Paints the background of a separator. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1498,1516 **** /** * Paints the background of a separator. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSeparator.HORIZONTAL</code> or ! * <code>JSeparator.VERTICAL</code> * @since 1.6 */ public void paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1498,1516 ---- /** * Paints the background of a separator. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSeparator.HORIZONTAL} or ! * {@code JSeparator.VERTICAL} * @since 1.6 */ public void paintSeparatorBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1518,1530 **** } /** * Paints the border of a separator. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1518,1530 ---- } /** * Paints the border of a separator. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1536,1554 **** /** * Paints the border of a separator. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSeparator.HORIZONTAL</code> or ! * <code>JSeparator.VERTICAL</code> * @since 1.6 */ public void paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1536,1554 ---- /** * Paints the border of a separator. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSeparator.HORIZONTAL} or ! * {@code JSeparator.VERTICAL} * @since 1.6 */ public void paintSeparatorBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1556,1587 **** } /** * Paints the foreground of a separator. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSeparator.HORIZONTAL</code> or ! * <code>JSeparator.VERTICAL</code> */ public void paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintForeground(context, g, x, y, w, h, orientation); } /** * Paints the background of a slider. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1556,1587 ---- } /** * Paints the foreground of a separator. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSeparator.HORIZONTAL} or ! * {@code JSeparator.VERTICAL} */ public void paintSeparatorForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintForeground(context, g, x, y, w, h, orientation); } /** * Paints the background of a slider. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1593,1611 **** /** * Paints the background of a slider. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSlider.HORIZONTAL</code> or ! * <code>JSlider.VERTICAL</code> * @since 1.6 */ public void paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1593,1611 ---- /** * Paints the background of a slider. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSlider.HORIZONTAL} or ! * {@code JSlider.VERTICAL} * @since 1.6 */ public void paintSliderBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1613,1625 **** } /** * Paints the border of a slider. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1613,1625 ---- } /** * Paints the border of a slider. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1631,1649 **** /** * Paints the border of a slider. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSlider.HORIZONTAL</code> or ! * <code>JSlider.VERTICAL</code> * @since 1.6 */ public void paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1631,1649 ---- /** * Paints the border of a slider. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSlider.HORIZONTAL} or ! * {@code JSlider.VERTICAL} * @since 1.6 */ public void paintSliderBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1651,1669 **** } /** * Paints the background of the thumb of a slider. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSlider.HORIZONTAL</code> or ! * <code>JSlider.VERTICAL</code> */ public void paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { if (context.getComponent().getClientProperty( --- 1651,1669 ---- } /** * Paints the background of the thumb of a slider. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSlider.HORIZONTAL} or ! * {@code JSlider.VERTICAL} */ public void paintSliderThumbBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { if (context.getComponent().getClientProperty(
*** 1680,1711 **** } /** * Paints the border of the thumb of a slider. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSlider.HORIZONTAL</code> or ! * <code>JSlider.VERTICAL</code> */ public void paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBorder(context, g, x, y, w, h, orientation); } /** * Paints the background of the track of a slider. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1680,1711 ---- } /** * Paints the border of the thumb of a slider. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSlider.HORIZONTAL} or ! * {@code JSlider.VERTICAL} */ public void paintSliderThumbBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBorder(context, g, x, y, w, h, orientation); } /** * Paints the background of the track of a slider. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1717,1735 **** /** * Paints the background of the track of a slider. This implementation invokes * the method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSlider.HORIZONTAL</code> or ! * <code>JSlider.VERTICAL</code> * @since 1.6 */ public void paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1717,1735 ---- /** * Paints the background of the track of a slider. This implementation invokes * the method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSlider.HORIZONTAL} or ! * {@code JSlider.VERTICAL} * @since 1.6 */ public void paintSliderTrackBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1737,1749 **** } /** * Paints the border of the track of a slider. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1737,1749 ---- } /** * Paints the border of the track of a slider. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1755,1773 **** /** * Paints the border of the track of a slider. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSlider.HORIZONTAL</code> or ! * <code>JSlider.VERTICAL</code> * @since 1.6 */ public void paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1755,1773 ---- /** * Paints the border of the track of a slider. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSlider.HORIZONTAL} or ! * {@code JSlider.VERTICAL} * @since 1.6 */ public void paintSliderTrackBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1775,1787 **** } /** * Paints the background of a spinner. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1775,1787 ---- } /** * Paints the background of a spinner. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1792,1804 **** } /** * Paints the border of a spinner. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1792,1804 ---- } /** * Paints the border of a spinner. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1809,1821 **** } /** * Paints the background of the divider of a split pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1809,1821 ---- } /** * Paints the background of the divider of a split pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1827,1845 **** /** * Paints the background of the divider of a split pane. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSplitPane.HORIZONTAL_SPLIT</code> or ! * <code>JSplitPane.VERTICAL_SPLIT</code> * @since 1.6 */ public void paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1827,1845 ---- /** * Paints the background of the divider of a split pane. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSplitPane.HORIZONTAL_SPLIT} or ! * {@code JSplitPane.VERTICAL_SPLIT} * @since 1.6 */ public void paintSplitPaneDividerBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 1854,1872 **** } /** * Paints the foreground of the divider of a split pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSplitPane.HORIZONTAL_SPLIT</code> or ! * <code>JSplitPane.VERTICAL_SPLIT</code> */ public void paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintForeground(context, g, x, y, w, h, null); --- 1854,1872 ---- } /** * Paints the foreground of the divider of a split pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSplitPane.HORIZONTAL_SPLIT} or ! * {@code JSplitPane.VERTICAL_SPLIT} */ public void paintSplitPaneDividerForeground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintForeground(context, g, x, y, w, h, null);
*** 1874,1905 **** /** * Paints the divider, when the user is dragging the divider, of a * split pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JSplitPane.HORIZONTAL_SPLIT</code> or ! * <code>JSplitPane.VERTICAL_SPLIT</code> */ public void paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBackground(context, g, x, y, w, h, null); } /** * Paints the background of a split pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1874,1905 ---- /** * Paints the divider, when the user is dragging the divider, of a * split pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JSplitPane.HORIZONTAL_SPLIT} or ! * {@code JSplitPane.VERTICAL_SPLIT} */ public void paintSplitPaneDragDivider(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { paintBackground(context, g, x, y, w, h, null); } /** * Paints the background of a split pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1910,1922 **** } /** * Paints the border of a split pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1910,1922 ---- } /** * Paints the border of a split pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1927,1939 **** } /** * Paints the background of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1927,1939 ---- } /** * Paints the background of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1944,1956 **** } /** * Paints the border of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1944,1956 ---- } /** * Paints the border of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1961,1973 **** } /** * Paints the background of the area behind the tabs of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 1961,1973 ---- } /** * Paints the background of the area behind the tabs of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 1980,2000 **** /** * 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. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JTabbedPane.TOP</code>, ! * <code>JTabbedPane.LEFT</code>, ! * <code>JTabbedPane.BOTTOM</code>, or ! * <code>JTabbedPane.RIGHT</code> * @since 1.6 */ public void paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 1980,2000 ---- /** * 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. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JTabbedPane.TOP}, ! * {@code JTabbedPane.LEFT}, ! * {@code JTabbedPane.BOTTOM}, or ! * {@code JTabbedPane.RIGHT} * @since 1.6 */ public void paintTabbedPaneTabAreaBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2020,2032 **** } /** * Paints the border of the area behind the tabs of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2020,2032 ---- } /** * Paints the border of the area behind the tabs of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2038,2058 **** /** * 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. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JTabbedPane.TOP</code>, ! * <code>JTabbedPane.LEFT</code>, ! * <code>JTabbedPane.BOTTOM</code>, or ! * <code>JTabbedPane.RIGHT</code> * @since 1.6 */ public void paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2038,2058 ---- /** * 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. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JTabbedPane.TOP}, ! * {@code JTabbedPane.LEFT}, ! * {@code JTabbedPane.BOTTOM}, or ! * {@code JTabbedPane.RIGHT} * @since 1.6 */ public void paintTabbedPaneTabAreaBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2060,2072 **** } /** * Paints the background of a tab of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted. --- 2060,2072 ---- } /** * Paints the background of a tab of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted.
*** 2079,2100 **** /** * Paints the background of a tab of a tabbed pane. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted. ! * @param orientation One of <code>JTabbedPane.TOP</code>, ! * <code>JTabbedPane.LEFT</code>, ! * <code>JTabbedPane.BOTTOM</code>, or ! * <code>JTabbedPane.RIGHT</code> * @since 1.6 */ public void paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) { --- 2079,2100 ---- /** * Paints the background of a tab of a tabbed pane. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted. ! * @param orientation One of {@code JTabbedPane.TOP}, ! * {@code JTabbedPane.LEFT}, ! * {@code JTabbedPane.BOTTOM}, or ! * {@code JTabbedPane.RIGHT} * @since 1.6 */ public void paintTabbedPaneTabBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) {
*** 2120,2132 **** } /** * Paints the border of a tab of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted. --- 2120,2132 ---- } /** * Paints the border of a tab of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted.
*** 2139,2160 **** /** * Paints the border of a tab of a tabbed pane. This implementation invokes * the method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted. ! * @param orientation One of <code>JTabbedPane.TOP</code>, ! * <code>JTabbedPane.LEFT</code>, ! * <code>JTabbedPane.BOTTOM</code>, or ! * <code>JTabbedPane.RIGHT</code> * @since 1.6 */ public void paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) { --- 2139,2160 ---- /** * Paints the border of a tab of a tabbed pane. This implementation invokes * the method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to * @param tabIndex Index of tab being painted. ! * @param orientation One of {@code JTabbedPane.TOP}, ! * {@code JTabbedPane.LEFT}, ! * {@code JTabbedPane.BOTTOM}, or ! * {@code JTabbedPane.RIGHT} * @since 1.6 */ public void paintTabbedPaneTabBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int tabIndex, int orientation) {
*** 2163,2175 **** /** * Paints the background of the area that contains the content of the * selected tab of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2163,2175 ---- /** * Paints the background of the area that contains the content of the * selected tab of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2181,2193 **** /** * Paints the border of the area that contains the content of the * selected tab of a tabbed pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2181,2193 ---- /** * Paints the border of the area that contains the content of the * selected tab of a tabbed pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2197,2209 **** } /** * Paints the background of the header of a table. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2197,2209 ---- } /** * Paints the background of the header of a table. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2214,2226 **** } /** * Paints the border of the header of a table. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2214,2226 ---- } /** * Paints the border of the header of a table. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2231,2243 **** } /** * Paints the background of a table. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2231,2243 ---- } /** * Paints the background of a table. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2248,2260 **** } /** * Paints the border of a table. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2248,2260 ---- } /** * Paints the border of a table. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2265,2277 **** } /** * Paints the background of a text area. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2265,2277 ---- } /** * Paints the background of a text area. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2282,2294 **** } /** * Paints the border of a text area. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2282,2294 ---- } /** * Paints the border of a text area. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2299,2311 **** } /** * Paints the background of a text pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2299,2311 ---- } /** * Paints the background of a text pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2316,2328 **** } /** * Paints the border of a text pane. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2316,2328 ---- } /** * Paints the border of a text pane. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2333,2345 **** } /** * Paints the background of a text field. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2333,2345 ---- } /** * Paints the background of a text field. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2358,2370 **** } /** * Paints the border of a text field. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2358,2370 ---- } /** * Paints the border of a text field. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2383,2395 **** } /** * Paints the background of a toggle button. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2383,2395 ---- } /** * Paints the background of a toggle button. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2400,2412 **** } /** * Paints the border of a toggle button. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2400,2412 ---- } /** * Paints the border of a toggle button. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2417,2429 **** } /** * Paints the background of a tool bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2417,2429 ---- } /** * Paints the background of a tool bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2435,2453 **** /** * Paints the background of a tool bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JToolBar.HORIZONTAL</code> or ! * <code>JToolBar.VERTICAL</code> * @since 1.6 */ public void paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2435,2453 ---- /** * Paints the background of a tool bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JToolBar.HORIZONTAL} or ! * {@code JToolBar.VERTICAL} * @since 1.6 */ public void paintToolBarBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2455,2467 **** } /** * Paints the border of a tool bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2455,2467 ---- } /** * Paints the border of a tool bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2473,2491 **** /** * Paints the border of a tool bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JToolBar.HORIZONTAL</code> or ! * <code>JToolBar.VERTICAL</code> * @since 1.6 */ public void paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2473,2491 ---- /** * Paints the border of a tool bar. This implementation invokes the * method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JToolBar.HORIZONTAL} or ! * {@code JToolBar.VERTICAL} * @since 1.6 */ public void paintToolBarBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2493,2505 **** } /** * Paints the background of the tool bar's content area. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2493,2505 ---- } /** * Paints the background of the tool bar's content area. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2511,2529 **** /** * Paints the background of the tool bar's content area. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JToolBar.HORIZONTAL</code> or ! * <code>JToolBar.VERTICAL</code> * @since 1.6 */ public void paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2511,2529 ---- /** * Paints the background of the tool bar's content area. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JToolBar.HORIZONTAL} or ! * {@code JToolBar.VERTICAL} * @since 1.6 */ public void paintToolBarContentBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2531,2543 **** } /** * Paints the border of the content area of a tool bar. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2531,2543 ---- } /** * Paints the border of the content area of a tool bar. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2549,2567 **** /** * Paints the border of the content area of a tool bar. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JToolBar.HORIZONTAL</code> or ! * <code>JToolBar.VERTICAL</code> * @since 1.6 */ public void paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2549,2567 ---- /** * Paints the border of the content area of a tool bar. This implementation * invokes the method of the same name without the orientation. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JToolBar.HORIZONTAL} or ! * {@code JToolBar.VERTICAL} * @since 1.6 */ public void paintToolBarContentBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2570,2582 **** /** * Paints the background of the window containing the tool bar when it * has been detached from its primary frame. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2570,2582 ---- /** * Paints the background of the window containing the tool bar when it * has been detached from its primary frame. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2589,2607 **** /** * 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. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JToolBar.HORIZONTAL</code> or ! * <code>JToolBar.VERTICAL</code> * @since 1.6 */ public void paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2589,2607 ---- /** * 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. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JToolBar.HORIZONTAL} or ! * {@code JToolBar.VERTICAL} * @since 1.6 */ public void paintToolBarDragWindowBackground(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2610,2622 **** /** * Paints the border of the window containing the tool bar when it * has been detached from it's primary frame. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2610,2622 ---- /** * Paints the border of the window containing the tool bar when it * has been detached from it's primary frame. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2629,2647 **** /** * 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. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of <code>JToolBar.HORIZONTAL</code> or ! * <code>JToolBar.VERTICAL</code> * @since 1.6 */ public void paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) { --- 2629,2647 ---- /** * 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. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to ! * @param orientation One of {@code JToolBar.HORIZONTAL} or ! * {@code JToolBar.VERTICAL} * @since 1.6 */ public void paintToolBarDragWindowBorder(SynthContext context, Graphics g, int x, int y, int w, int h, int orientation) {
*** 2649,2661 **** } /** * Paints the background of a tool tip. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2649,2661 ---- } /** * Paints the background of a tool tip. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2666,2678 **** } /** * Paints the border of a tool tip. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2666,2678 ---- } /** * Paints the border of a tool tip. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2683,2695 **** } /** * Paints the background of a tree. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2683,2695 ---- } /** * Paints the background of a tree. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2700,2712 **** } /** * Paints the border of a tree. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2700,2712 ---- } /** * Paints the border of a tree. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2717,2729 **** } /** * Paints the background of the row containing a cell in a tree. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2717,2729 ---- } /** * Paints the background of the row containing a cell in a tree. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2734,2746 **** } /** * Paints the border of the row containing a cell in a tree. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2734,2746 ---- } /** * Paints the border of the row containing a cell in a tree. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2751,2763 **** } /** * Paints the focus indicator for a cell in a tree when it has focus. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2751,2763 ---- } /** * Paints the focus indicator for a cell in a tree when it has focus. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2768,2780 **** } /** * Paints the background of the viewport. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2768,2780 ---- } /** * Paints the background of the viewport. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
*** 2785,2797 **** } /** * Paints the border of a viewport. * ! * @param context SynthContext identifying the <code>JComponent</code> and ! * <code>Region</code> to paint to ! * @param g <code>Graphics</code> to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */ --- 2785,2797 ---- } /** * Paints the border of a viewport. * ! * @param context SynthContext identifying the {@code JComponent} and ! * {@code Region} to paint to ! * @param g {@code Graphics} to paint to * @param x X coordinate of the area to paint to * @param y Y coordinate of the area to paint to * @param w Width of the area to paint to * @param h Height of the area to paint to */
< prev index next >