< prev index next >
src/java.desktop/share/classes/javax/swing/plaf/nimbus/SynthPainterImpl.java
Print this page
@@ -190,15 +190,15 @@
}
}
/**
* Paints the background of an arrow button. Arrow buttons are created by
- * some components, such as <code>JScrollBar</code>.
+ * some components, such as {@code JScrollBar}.
*
- * @param context SynthContext identifying the <code>JComponent</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,15 +216,15 @@
}
}
/**
* Paints the border of an arrow button. Arrow buttons are created by
- * some components, such as <code>JScrollBar</code>.
+ * some components, such as {@code JScrollBar}.
*
- * @param context SynthContext identifying the <code>JComponent</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,15 +236,15 @@
/**
* 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>
+ * some components, such as {@code JScrollBar}
*
- * @param context SynthContext identifying the <code>JComponent</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,13 +306,13 @@
}
/**
* 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 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,13 +323,13 @@
}
/**
* 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 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,13 +340,13 @@
}
/**
* 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 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,13 +357,13 @@
}
/**
* 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 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,13 +374,13 @@
}
/**
* 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 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,13 +391,13 @@
}
/**
* 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 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,13 +408,13 @@
}
/**
* 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 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,13 +425,13 @@
}
/**
* 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 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,13 +442,13 @@
}
/**
* 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 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,13 +467,13 @@
}
/**
* 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 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,13 +484,13 @@
}
/**
* 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 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,13 +501,13 @@
}
/**
* 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 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,13 +518,13 @@
}
/**
* 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 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,13 +535,13 @@
}
/**
* 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 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,13 +552,13 @@
}
/**
* 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 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,13 +569,13 @@
}
/**
* 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 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,13 +586,13 @@
}
/**
* 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 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,13 +603,13 @@
}
/**
* 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 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,13 +620,13 @@
}
/**
* 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 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,13 +645,13 @@
}
/**
* 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 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,13 +670,13 @@
}
/**
* 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 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,13 +687,13 @@
}
/**
* 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 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,13 +704,13 @@
}
/**
* 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 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,13 +721,13 @@
}
/**
* 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 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,13 +738,13 @@
}
/**
* 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 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,13 +755,13 @@
}
/**
* 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 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,13 +772,13 @@
}
/**
* 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 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,13 +789,13 @@
}
/**
* 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 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,13 +806,13 @@
}
/**
* 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 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,13 +823,13 @@
}
/**
* 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 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,13 +840,13 @@
}
/**
* 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 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,13 +857,13 @@
}
/**
* 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 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,13 +874,13 @@
}
/**
* 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 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,13 +891,13 @@
}
/**
* 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 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,13 +908,13 @@
}
/**
* 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 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,13 +925,13 @@
}
/**
* 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 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,13 +942,13 @@
}
/**
* 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 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,13 +959,13 @@
}
/**
* 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 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,13 +976,13 @@
}
/**
* 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 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,13 +993,13 @@
}
/**
* 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 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,13 +1010,13 @@
}
/**
* 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 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,13 +1027,13 @@
}
/**
* 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 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,13 +1044,13 @@
}
/**
* 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 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,19 +1062,19 @@
/**
* 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 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</code> or
- * <code>JProgressBar.VERTICAL</code>
+ * @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,13 +1082,13 @@
}
/**
* 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 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,19 +1100,19 @@
/**
* 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 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</code> or
- * <code>JProgressBar.VERTICAL</code>
+ * @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,32 +1121,32 @@
/**
* 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 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</code> or
- * <code>JProgressBar.VERTICAL</code>
+ * @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</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,13 +1157,13 @@
}
/**
* 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 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,13 +1174,13 @@
}
/**
* 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 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,13 +1191,13 @@
}
/**
* 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 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,13 +1208,13 @@
}
/**
* 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 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,13 +1225,13 @@
}
/**
* 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 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,13 +1242,13 @@
}
/**
* 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 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,20 +1260,20 @@
/**
* 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 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</code> or
- * <code>JScrollBar.VERTICAL</code>
+ * {@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,13 +1281,13 @@
}
/**
* 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 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,20 +1299,20 @@
/**
* 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 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</code> or
- * <code>JScrollBar.VERTICAL</code>
+ * {@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,44 +1320,44 @@
}
/**
* 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>.
+ * {@code JScrollPane}.
*
- * @param context SynthContext identifying the <code>JComponent</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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</code> or
- * <code>JScrollBar.VERTICAL</code>
+ * {@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</code>.
+ * {@code JScrollPane}.
*
- * @param context SynthContext identifying the <code>JComponent</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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</code> or
- * <code>JScrollBar.VERTICAL</code>
+ * {@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,13 +1365,13 @@
/**
* 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 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,20 +1384,20 @@
/**
* 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 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</code> or
- * <code>JScrollBar.VERTICAL</code>
+ * {@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,13 +1406,13 @@
/**
* 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 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,20 +1425,20 @@
/**
* 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 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</code> or
- * <code>JScrollBar.VERTICAL</code>
+ * {@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,13 +1446,13 @@
}
/**
* 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 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,13 +1463,13 @@
}
/**
* 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 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,13 +1480,13 @@
}
/**
* 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 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,19 +1498,19 @@
/**
* 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 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</code> or
- * <code>JSeparator.VERTICAL</code>
+ * @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,13 +1518,13 @@
}
/**
* 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 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,19 +1536,19 @@
/**
* 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 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</code> or
- * <code>JSeparator.VERTICAL</code>
+ * @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,32 +1556,32 @@
}
/**
* 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 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</code> or
- * <code>JSeparator.VERTICAL</code>
+ * @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</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,19 +1593,19 @@
/**
* 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 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</code> or
- * <code>JSlider.VERTICAL</code>
+ * @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,13 +1613,13 @@
}
/**
* 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 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,19 +1631,19 @@
/**
* 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 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</code> or
- * <code>JSlider.VERTICAL</code>
+ * @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,19 +1651,19 @@
}
/**
* 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 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</code> or
- * <code>JSlider.VERTICAL</code>
+ * @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,32 +1680,32 @@
}
/**
* 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 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</code> or
- * <code>JSlider.VERTICAL</code>
+ * @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</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,19 +1717,19 @@
/**
* 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 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</code> or
- * <code>JSlider.VERTICAL</code>
+ * @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,13 +1737,13 @@
}
/**
* 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 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,19 +1755,19 @@
/**
* 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 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</code> or
- * <code>JSlider.VERTICAL</code>
+ * @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,13 +1775,13 @@
}
/**
* 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 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,13 +1792,13 @@
}
/**
* 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 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,13 +1809,13 @@
}
/**
* 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 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,19 +1827,19 @@
/**
* 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 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</code> or
- * <code>JSplitPane.VERTICAL_SPLIT</code>
+ * @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,19 +1854,19 @@
}
/**
* 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 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</code> or
- * <code>JSplitPane.VERTICAL_SPLIT</code>
+ * @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,32 +1874,32 @@
/**
* 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 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</code> or
- * <code>JSplitPane.VERTICAL_SPLIT</code>
+ * @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</code> and
- * <code>Region</code> to paint to
- * @param g <code>Graphics</code> to paint to
+ * @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,13 +1910,13 @@
}
/**
* 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 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,13 +1927,13 @@
}
/**
* 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 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,13 +1944,13 @@
}
/**
* 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 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,13 +1961,13 @@
}
/**
* 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 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,21 +1980,21 @@
/**
* 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 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>,
- * <code>JTabbedPane.LEFT</code>,
- * <code>JTabbedPane.BOTTOM</code>, or
- * <code>JTabbedPane.RIGHT</code>
+ * @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,13 +2020,13 @@
}
/**
* 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 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,21 +2038,21 @@
/**
* 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 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>,
- * <code>JTabbedPane.LEFT</code>,
- * <code>JTabbedPane.BOTTOM</code>, or
- * <code>JTabbedPane.RIGHT</code>
+ * @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,13 +2060,13 @@
}
/**
* 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 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,22 +2079,22 @@
/**
* 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 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>,
- * <code>JTabbedPane.LEFT</code>,
- * <code>JTabbedPane.BOTTOM</code>, or
- * <code>JTabbedPane.RIGHT</code>
+ * @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,13 +2120,13 @@
}
/**
* 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 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,22 +2139,22 @@
/**
* 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 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>,
- * <code>JTabbedPane.LEFT</code>,
- * <code>JTabbedPane.BOTTOM</code>, or
- * <code>JTabbedPane.RIGHT</code>
+ * @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,13 +2163,13 @@
/**
* 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 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,13 +2181,13 @@
/**
* 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 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,13 +2197,13 @@
}
/**
* 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 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,13 +2214,13 @@
}
/**
* 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 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,13 +2231,13 @@
}
/**
* 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 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,13 +2248,13 @@
}
/**
* 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 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,13 +2265,13 @@
}
/**
* 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 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,13 +2282,13 @@
}
/**
* 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 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,13 +2299,13 @@
}
/**
* 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 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,13 +2316,13 @@
}
/**
* 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 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,13 +2333,13 @@
}
/**
* 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 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,13 +2358,13 @@
}
/**
* 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 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,13 +2383,13 @@
}
/**
* 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 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,13 +2400,13 @@
}
/**
* 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 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,13 +2417,13 @@
}
/**
* 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 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,19 +2435,19 @@
/**
* 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 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</code> or
- * <code>JToolBar.VERTICAL</code>
+ * @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,13 +2455,13 @@
}
/**
* 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 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,19 +2473,19 @@
/**
* 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 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</code> or
- * <code>JToolBar.VERTICAL</code>
+ * @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,13 +2493,13 @@
}
/**
* 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 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,19 +2511,19 @@
/**
* 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 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</code> or
- * <code>JToolBar.VERTICAL</code>
+ * @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,13 +2531,13 @@
}
/**
* 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 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,19 +2549,19 @@
/**
* 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 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</code> or
- * <code>JToolBar.VERTICAL</code>
+ * @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,13 +2570,13 @@
/**
* 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 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,19 +2589,19 @@
/**
* 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 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</code> or
- * <code>JToolBar.VERTICAL</code>
+ * @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,13 +2610,13 @@
/**
* 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 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,19 +2629,19 @@
/**
* 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 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</code> or
- * <code>JToolBar.VERTICAL</code>
+ * @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,13 +2649,13 @@
}
/**
* 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 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,13 +2666,13 @@
}
/**
* 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 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,13 +2683,13 @@
}
/**
* 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 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,13 +2700,13 @@
}
/**
* 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 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,13 +2717,13 @@
}
/**
* 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 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,13 +2734,13 @@
}
/**
* 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 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,13 +2751,13 @@
}
/**
* 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 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,13 +2768,13 @@
}
/**
* 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 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,13 +2785,13 @@
}
/**
* 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 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 >