commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [patch #3910] Fix bugs in IndexColorModel


From: David Gilbert
Subject: [commit-cp] [patch #3910] Fix bugs in IndexColorModel
Date: Fri, 15 Apr 2005 05:39:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050127 Firefox/1.0

Follow-up Comment #1, patch #3910 (project classpath):

Sorry, forgot to attach the ChangeLog entry:

2005-04-14  David Gilbert  <address@hidden>

        * java/awt/image/IndexColorModel.java
        (IndexColorModel(int, int, byte[], byte[], byte[]): updated API docs;
        (IndexColorModel(int, int, byte[], byte[], byte[], int): reimplemented;
        (IndexColorModel(int, int, byte[], byte[], byte[], byte[]): 
reimplemented;
        (IndexColorModel(int, int, byte[], int, boolean): updated API docs;
        (IndexColorModel(int, int, byte[], int, boolean, int): reimplemented;
        (IndexColorModel(int, int, int[], int, boolean, int, int): fix call to 
        super(), handle out of range trans argument;
        (IndexColorModel(int, int, int[], int, int, BigInteger): fix call to 
        super;
        (getMapSize): updated API docs;
        (getTransparentPixel): likewise;
        (getReds): reimplemented;
        (getGreens): reimplemented;
        (getBlues): reimplemented;
        (getAlphas): reimplemented;
        (getComponents): removed;
        (getRed): reimplemented;
        (getGreen): reimplemented;
        (getBlue): reimplemented;
        (getAlpha): reimplemented;
        (isValid()): return false for negative pixel values;
        (isValid(int)): assign interim results to allbits;
        (getValidPixels): updated API docs;
        Updated API docs all over.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?func=detailitem&item_id=3910>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]