< prev index next >
src/java.desktop/share/classes/java/awt/ColorPaintContext.java
Print this page
@@ -48,11 +48,11 @@
* Returns the RGB value representing the color in the default sRGB
* {@link ColorModel}.
* (Bits 24-31 are alpha, 16-23 are red, 8-15 are green, 0-7 are
* blue).
* @return the RGB value of the color in the default sRGB
- * <code>ColorModel</code>.
+ * {@code ColorModel}.
* @see java.awt.image.ColorModel#getRGBdefault
* @see #getRed
* @see #getGreen
* @see #getBlue
*/
< prev index next >