public class GLData
extends java.lang.Object
GLCanvas
,
OpenGL snippets,
Sample code and further informationModifier and Type | Field and Description |
---|---|
int |
accumAlphaSize
The size in bits of the accumulation buffer's alpha
channel.
|
int |
accumBlueSize
The size in bits of the accumulation buffer's blue
channel.
|
int |
accumGreenSize
The size in bits of the accumulation buffer's green
channel.
|
int |
accumRedSize
The size in bits of the accumulation buffer's red
channel.
|
int |
alphaSize
The size in bits of the color buffer's alpha channel.
|
int |
blueSize
The size in bits of the color buffer's blue channel.
|
int |
depthSize
The size in bits of the depth buffer.
|
boolean |
doubleBuffer
Specifies a double-buffered surface.
|
int |
greenSize
The size in bits of the color buffer's green channel.
|
int |
redSize
The size in bits of the color buffer's red channel.
|
int |
sampleBuffers
The number of multisample buffers used by this context.
|
int |
samples
The number of samples accepted in the multisample buffer.
|
GLCanvas |
shareContext
Another GLCanvas whose texture namespace and display lists
should be shared.
|
int |
stencilSize
The desired number of stencil bitplanes.
|
boolean |
stereo
Specifies a stereo surface.
|
Constructor and Description |
---|
GLData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public boolean doubleBuffer
public boolean stereo
public int redSize
public int greenSize
public int blueSize
public int alphaSize
public int depthSize
public int stencilSize
public int accumRedSize
public int accumGreenSize
public int accumBlueSize
public int accumAlphaSize
public int sampleBuffers
public int samples
public GLCanvas shareContext