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

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

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

revision 1.2 by mkoch, Wed Oct 13 19:08:53 2004 UTC revision 1.3 by mkoch, Tue Nov 16 09:59:11 2004 UTC
# Line 87  public class ByteLookupTable extends Loo Line 87  public class ByteLookupTable extends Loo
87      this.data = new byte[][] {data};      this.data = new byte[][] {data};
88    }    }
89    
90    /** Return the lookup tables. */    /**
91       * Return the lookup tables.
92       *
93       * @return the tables
94       */
95    public final byte[][] getTable()    public final byte[][] getTable()
96    {    {
97      return data;      return data;
# Line 107  public class ByteLookupTable extends Loo Line 111  public class ByteLookupTable extends Loo
111     * translation arrays.     * translation arrays.
112     *     *
113     * @param src Component values of a pixel.     * @param src Component values of a pixel.
114     * @param dest Destination array for values, or null.     * @param dst Destination array for values, or null.
115     * @return Translated values for the pixel.     * @return Translated values for the pixel.
116     */     */
117    public int[] lookupPixel(int[] src, int[] dst)    public int[] lookupPixel(int[] src, int[] dst)
# Line 140  public class ByteLookupTable extends Loo Line 144  public class ByteLookupTable extends Loo
144     * translation arrays.     * translation arrays.
145     *     *
146     * @param src Component values of a pixel.     * @param src Component values of a pixel.
147     * @param dest Destination array for values, or null.     * @param dst Destination array for values, or null.
148     * @return Translated values for the pixel.     * @return Translated values for the pixel.
149     */     */
150    public byte[] lookupPixel(byte[] src, byte[] dst)    public byte[] lookupPixel(byte[] src, byte[] dst)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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