Package com.google.code.appengine.awt.image

Examples of com.google.code.appengine.awt.image.Kernel


        return yOrigin;
    }

    @Override
    public Object clone() {
        return new Kernel(width, height, data);
    }
View Full Code Here

TOP

Related Classes of com.google.code.appengine.awt.image.Kernel

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.