< prev index next >

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

Print this page

        

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