src/share/classes/java/awt/color/ICC_ColorSpace.java

Print this page

        

@@ -147,11 +147,11 @@
      * color space to the CS_CIEXYZ color space, and then use the
      * <code>fromCIEXYZ</code> method of the CS_sRGB color space to
      * convert from CS_CIEXYZ to the output color space.
      * See {@link #toCIEXYZ(float[]) toCIEXYZ} and
      * {@link #fromCIEXYZ(float[]) fromCIEXYZ} for further information.
-     * <p>
+     *
      * @param colorvalue a float array with length of at least the number
      *      of components in this ColorSpace.
      * @return a float array of length 3.
      * @throws ArrayIndexOutOfBoundsException if array length is not
      * at least the number of components in this ColorSpace.

@@ -199,11 +199,11 @@
      * color space to the CS_CIEXYZ color space, and then use the
      * <code>fromCIEXYZ</code> method of this color space to
      * convert from CS_CIEXYZ to the output color space.
      * See {@link #toCIEXYZ(float[]) toCIEXYZ} and
      * {@link #fromCIEXYZ(float[]) fromCIEXYZ} for further information.
-     * <p>
+     *
      * @param rgbvalue a float array with length of at least 3.
      * @return a float array with length equal to the number of
      *       components in this ColorSpace.
      * @throws ArrayIndexOutOfBoundsException if array length is not
      * at least 3.

@@ -334,11 +334,11 @@
      * XYZ values corresponding to white displayed on the device.  For
      * example, displaying the RGB color (1.0, 1.0, 1.0) on an sRGB device
      * will result in a measured device XYZ value of D65.  This will not
      * be the same as the media white point tag XYZ value in the ICC
      * profile for an sRGB device.
-     * <p>
+     *
      * @param colorvalue a float array with length of at least the number
      *        of components in this ColorSpace.
      * @return a float array of length 3.
      * @throws ArrayIndexOutOfBoundsException if array length is not
      * at least the number of components in this ColorSpace.

@@ -478,11 +478,11 @@
      * XYZ values corresponding to white displayed on the device.  For
      * example, displaying the RGB color (1.0, 1.0, 1.0) on an sRGB device
      * will result in a measured device XYZ value of D65.  This will not
      * be the same as the media white point tag XYZ value in the ICC
      * profile for an sRGB device.
-     * <p>
+     *
      * @param colorvalue a float array with length of at least 3.
      * @return a float array with length equal to the number of
      *         components in this ColorSpace.
      * @throws ArrayIndexOutOfBoundsException if array length is not
      * at least 3.