< prev index next >

core/JemmyCore/src/org/jemmy/image/pixel/WriteableRaster.java

Print this page

        

@@ -23,17 +23,11 @@
  * questions.
  */
 package org.jemmy.image.pixel;
 
 /**
- *
  * @author shura
  */
 public interface WriteableRaster extends Raster {
-    /**
-     *
-     * @param x
-     * @param y
-     * @param values
-     */
+
     public void setColors(int x, int y, double[] values);
 }
< prev index next >