|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
GLEventListener
to this drawable.
NEWTEventListener
are mapped to more than one EventListener
,
this method is for your convenience to use this Adapter as a listener for all types.GLAutoDrawable
s to drive their display() methods in a loop.glBegin
to indicate the start of a
(triangle) primitive.
TextRenderer
into the current OpenGL drawable.
begin
callback method except that
it takes an additional reference argument.
TextRenderer
into the current OpenGL drawable, pushing the projection and
modelview matrices and some state bits and setting up a
two-dimensional orthographic projection with (0, 0) as the
lower-left coordinate and (width, height) as the upper-right
coordinate.
TextRenderer
into the current OpenGL drawable, pushing the projection and
modelview matrices and some state bits and setting up a
two-dimensional orthographic projection with (0, 0) as the
lower-left coordinate and (width, height) as the upper-right
coordinate.
GLDrawableFactory.createExternalGLDrawable()
.
Capabilities
.Capabilities
most closely matching the desired one from the
list of all supported.
Capabilities
.
combine
callback method except
that it takes an additional reference argument.
GLDrawable
implementations.Overlay.createGraphics()
was called.
makeCurrent
.
makeCurrent
.
makeCurrent
.
downstream
and optional arguments additionalArgs
for the constructor.pipelineClazzBaseName
as the class name's full basename, incl.
BufferedImage
with a pixel format compatible with the graphics
environment.
GLDrawable
object representing an existing
OpenGL drawable in an external (third-party) OpenGL-based
library.
Graphics2D
instance for
rendering into the overlay.
Graphics2D
instance for
rendering to the backing store of this renderer.
ARB_create_context
related: created via ARB_create_context
ARB_create_context
related: not flag forward compatible
ARB_create_context
related: flag debug
ARB_create_context
related: flag forward compatible
ARB_create_context
related: compatibility profile
ARB_create_context
related: core profile
ARB_create_context
related: ES profile
GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.GL
implementation,
providing error checking after each OpenGL method call.CapabilitiesChooser
interface, which provides consistent visual
selection behavior across platforms.GLCapabilitiesChooser
interface, which provides consistent visual
selection behavior across platforms.display(..)
for all
registered GLEventListener
s.
glEdgeFlag
.
edgeFlage
callback method
except that it takes an additional reference argument.
glEnd
.
TextRenderer
.
end
callback method except that it
takes an additional reference argument.
TextRenderer
.
error
callback method except that
it takes an additional reference argument.
FixedFuncImpl
, implementing the interface
GL2ES1
GLCapabilities
corresponding to the chosen
OpenGL capabilities (pixel format / visual / GLProfile) for this drawable.AbstractGraphicsDevice
interface.
GL
pipeline object this GLAutoDrawable uses.
GLProfile
for this drawable.
major.minor ([option]?[options,]*) - gl-version
options
old
refers to the non ARB_create_context created context
new
refers to the ARB_create_context created context
compatible profile
core profile
forward compatible
any
refers to the non forward compatible context
ES
refers to the GLES context variant
gl-version the GL_VERSION string
e.g.:
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |