Package org.apache.harmony.awt.gl

Examples of org.apache.harmony.awt.gl.ImageSurface


    public int getHeight() {
        return raster.getHeight();
    }

    private ImageSurface createImageSurface(int type) {
        return new ImageSurface(getColorModel(), getRaster(), type);
    }
View Full Code Here

TOP

Related Classes of org.apache.harmony.awt.gl.ImageSurface

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.