< prev index next >

core/JemmyCore/src/org/jemmy/image/ImageCapturer.java

Print this page

        

@@ -34,12 +34,12 @@
  */
 public interface ImageCapturer {
 
     /**
      * Obtains a screen image for the control.
-     * @param control
+     * @param control todo document
      * @param rect a control area to be captured
-     * @return
+     * @return todo document
      */
     Image capture(Wrap<?> control, Rectangle rect);
 
 }
< prev index next >