/[classpath]/classpath/java/awt/image/ColorModel.java
ViewVC logotype

Diff of /classpath/java/awt/image/ColorModel.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by mkoch, Wed Sep 22 13:03:28 2004 UTC revision 1.21 by mkoch, Mon Sep 27 08:17:36 2004 UTC
# Line 542  public abstract class ColorModel impleme Line 542  public abstract class ColorModel impleme
542     * @param offset Position of the first value of the pixel in components.     * @param offset Position of the first value of the pixel in components.
543     *     *
544     * @return pixel value encoded according to the color model.     * @return pixel value encoded according to the color model.
545       * @since 1.4
546     */     */
547    public int getDataElement (float[] components, int offset)    public int getDataElement (float[] components, int offset)
548    {    {
# Line 581  public abstract class ColorModel impleme Line 582  public abstract class ColorModel impleme
582     * @return pixel value encoded according to the color model.     * @return pixel value encoded according to the color model.
583     * @throws ArrayIndexOutOfBounds     * @throws ArrayIndexOutOfBounds
584     * @throws ClassCastException     * @throws ClassCastException
585       * @since 1.4
586     */     */
587    public Object getDataElements(float[] components, int offset, Object obj)    public Object getDataElements(float[] components, int offset, Object obj)
588    {    {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26