com.sun.opengl.impl

Class GLDrawableImpl

Implemented Interfaces:
GLDrawable
Known Direct Subclasses:
X11GLDrawable

public abstract class GLDrawableImpl
extends Object
implements GLDrawable

Method Summary

abstract void
destroy()
For offscreen GLDrawables (pbuffers and "pixmap" drawables), indicates that native resources should be reclaimed.
static String
toHexString(long hex)

Method Details

destroy

public abstract void destroy()
            throws GLException
For offscreen GLDrawables (pbuffers and "pixmap" drawables), indicates that native resources should be reclaimed.

toHexString

public static String toHexString(long hex)

Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.