JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
Package com.jogamp.opengl

Copyright 2012-2023 JogAmp Community. More...

Packages

package  awt
 
package  cg
 Copyright 2010 JogAmp Community.
 
package  demos
 Copyright (C) 2011 JogAmp Community.
 
package  egl
 
package  fixedfunc
 
package  glu
 
package  swt
 Copyright 2011 JogAmp Community.
 
package  util
 Copyright 2010 JogAmp Community.
 

Classes

class  DebugGL2
 
class  DebugGL3
 
class  DebugGL3bc
 
class  DebugGL4
 
class  DebugGL4bc
 
class  DebugGLES1
 
class  DebugGLES2
 
class  DebugGLES3
 
class  DefaultGLCapabilitiesChooser
 
class  FBObject
 Core utility class simplifying usage of framebuffer objects (FBO) with all GLProfiles. More...
 
interface  FPSCounter
 FPSCounter feature. More...
 
class  GenericGLCapabilitiesChooser
 Ignores windowSystemRecommendedChoice parameter, otherwise uses DefaultGLCapabilitiesChooser implementation. More...
 
interface  GL
 
interface  GL2
 
interface  GL2ES1
 
interface  GL2ES2
 
interface  GL2ES3
 
interface  GL2GL3
 
interface  GL3
 
interface  GL3bc
 
interface  GL3ES3
 
interface  GL4
 
interface  GL4bc
 
interface  GL4ES3
 
interface  GLAnimatorControl
 An animator control interface, which implementation may drive a com.jogamp.opengl.GLAutoDrawable animation. More...
 
interface  GLArrayData
 The total number of bytes hold by the referenced buffer is: getComponentSize()* getComponentNumber() * getElementNumber() More...
 
interface  GLAutoDrawable
 A higher-level abstraction than GLDrawable which supplies an event based mechanism (GLEventListener) for performing OpenGL rendering. More...
 
class  GLAutoDrawableDelegate
 Fully functional GLAutoDrawable implementation utilizing already created GLDrawable and GLContext instances. More...
 
interface  GLBase
 
class  GLBufferStorage
 OpenGL buffer storage object reflecting it's. More...
 
class  GLCapabilities
 Specifies a set of OpenGL capabilities. More...
 
interface  GLCapabilitiesChooser
 Provides a mechanism by which applications can customize the window type selection for a given GLCapabilities. More...
 
class  GLCapabilitiesFilter
 Diverse reusable GLCapabilitiesImmutable list filter. More...
 
interface  GLCapabilitiesImmutable
 Specifies an immutable set of OpenGL capabilities. More...
 
class  GLContext
 Abstraction for an OpenGL rendering context. More...
 
interface  GLDebugListener
 Listener for GLDebugMessages. More...
 
class  GLDebugMessage
 OpenGL debug message generated by the driver and delivered via GLDebugListener. More...
 
interface  GLDrawable
 An abstraction for an OpenGL rendering target. More...
 
class  GLDrawableFactory
 
interface  GLES1
 
interface  GLES2
 
interface  GLES3
 
class  GLEventAdapter
 
interface  GLEventListener
 Declares events which client code can use to manage OpenGL rendering into a GLAutoDrawable. More...
 
class  GLEventListenerState
 GLEventListenerState is holding GLAutoDrawable components crucial to relocating all its GLEventListener w/ their operating GLContext, etc. More...
 
class  GLException
 A generic exception for OpenGL errors used throughout the binding as a substitute for RuntimeException. More...
 
class  GLExtensions
 Class holding OpenGL extension strings, commonly used by JOGL's implementation. More...
 
interface  GLFBODrawable
 Platform-independent GLDrawable specialization, exposing FBObject functionality. More...
 
interface  GLOffscreenAutoDrawable
 Platform-independent GLAutoDrawable specialization, exposing offscreen functionality. More...
 
class  GLPipelineFactory
 Factory for pipelining GL instances. More...
 
class  GLProfile
 Specifies the the OpenGL profile. More...
 
class  GLRendererQuirks
 GLRendererQuirks contains information of known bugs of various GL renderer. More...
 
interface  GLRunnable
 
interface  GLRunnable2
 
interface  GLSharedContextSetter
 Adds capabilities to set a shared GLContext directly or via an GLAutoDrawable. More...
 
interface  GLStateKeeper
 Interface adding a GLEventListenerState protocol to GLAutoDrawables or other self-contained compound types combining GLDrawable, GLContext and GLEventListener. More...
 
class  GLUniformData
 GLSL uniform data wrapper encapsulating data to be uploaded to the GPU as a uniform. More...
 
class  JoglVersion
 
class  Threading
 This API provides access to the threading model for the implementation of the classes in this package. More...
 
class  TraceGL2
 
class  TraceGL3
 
class  TraceGL3bc
 
class  TraceGL4
 
class  TraceGL4bc
 
class  TraceGLES1
 
class  TraceGLES2
 
class  TraceGLES3
 

Detailed Description

Copyright 2012-2023 JogAmp Community.

Copyright 2009-2023 JogAmp Community.

Copyright 2012 - 2019 JogAmp Community.

Copyright 2013 JogAmp Community.

Copyright 2023 JogAmp Community.

Copyright (c) 2010-2023 JogAmp Community.

Copyright 2019 JogAmp Community.

Copyright 2014 JogAmp Community.

Copyright 2009 Sun Microsystems, Inc.

Copyright 2010-2023 JogAmp Community.

Copyright 2010 JogAmp Community.

Copyright 2012 JogAmp Community.

Copyright 2011 JogAmp Community.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY JogAmp Community `‘AS IS’' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JogAmp Community OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of JogAmp Community.

All Rights Reserved. Copyright 2010 JogAmp Community. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY JogAmp Community `‘AS IS’' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JogAmp Community OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of JogAmp Community.

All rights reserved. Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistribution of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistribution in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name of Sun Microsystems, Inc. or the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission.

This software is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN") AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

You acknowledge that this software is not designed or intended for use in the design, construction, operation or maintenance of any nuclear facility.