The Java™ Binding for the OpenGL® ES API v1.0.1

javax.microedition.khronos.egl
Interface EGL

All Known Subinterfaces:
EGL10, EGL11

public interface EGL

The EGL interface is the parent interface for the Java(TM) programming language bindings for EGL 1.0, 1.1, and extensions.

An EGL object is obtained by calling EGLContext.getEGL(). The returned object may implement the EGL10 interface only (if the underlying EGL implementation only supports EGL 1.0), or it may additionally implement the EGL11 interface (if the underlying implementation supports EGL 1.1).

See the EGL10 and EGL11 interfaces for more specific documentation.



Maintenance Release
May 15, 2007

This specification is protected under the JSPA version 2.6.
Copyright © 2006-2007 Sun Microsystems, Inc. 4150 Network Circle, California, 95054, U.S.A.
All Rights Reserved. Use is subject to license terms.