Package net.cakenet.jsaton.model

Examples of net.cakenet.jsaton.model.SimpleImage


    }

    public abstract int[] capture(int x, int y, int width, int height);

    public final SimpleImage captureImage(int x, int y, int width, int height) {
        return new SimpleImage(capture(x, y, width, height), width, height);
    }
View Full Code Here

TOP

Related Classes of net.cakenet.jsaton.model.SimpleImage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.