|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.opengl.GLData
public class GLData
The GLData class is a device-independent description of the pixel format attributes of a GL drawable.
GLCanvas
,
OpenGL snippets,
Sample code and further informationField Summary | |
---|---|
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. |
int |
stencilSize
The desired number of stencil bitplanes. |
boolean |
stereo
Specifies a stereo surface. |
Constructor Summary | |
---|---|
GLData()
|
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable description of the receiver. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public GLData()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |