ImageSource.java :  » Science » JSci » JSci » instruments » Java Open Source

Java Open Source » Science » JSci 
JSci » JSci » instruments » ImageSource.java
package JSci.instruments;

/** An object that delivers frames (typically, a framegrabber) */

public interface ImageSource extends Control,Dimensions {

    /** set the object that must read the frames through receive() method.
     * @param fs the object that reads the frames
     */
    void setSink(ImageSink fs);
    
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.