|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GLCapabilitiesImmutable
Specifies an immutable set of OpenGL capabilities.
GLCapabilities,
CapabilitiesImmutable| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Equality over the immutable attributes of both objects |
int |
getAccumAlphaBits()
Returns the number of bits requested for the accumulation buffer's alpha component. |
int |
getAccumBlueBits()
Returns the number of bits requested for the accumulation buffer's blue component. |
int |
getAccumGreenBits()
Returns the number of bits requested for the accumulation buffer's green component. |
int |
getAccumRedBits()
Returns the number of bits requested for the accumulation buffer's red component. |
int |
getDepthBits()
Returns the number of bits requested for the depth buffer. |
boolean |
getDoubleBuffered()
Indicates whether double-buffering is enabled. |
GLProfile |
getGLProfile()
Returns the GL profile you desire or used by the drawable. |
boolean |
getHardwareAccelerated()
Indicates whether hardware acceleration is enabled. |
int |
getNumSamples()
Returns the number of sample buffers to be allocated if sample buffers are enabled. |
boolean |
getPbufferFloatingPointBuffers()
For pbuffers only, returns whether floating-point buffers should be used if available. |
boolean |
getPbufferRenderToTexture()
For pbuffers only, returns whether the render-to-texture extension should be used if available. |
boolean |
getPbufferRenderToTextureRectangle()
For pbuffers only, returns whether the render-to-texture extension should be used. |
boolean |
getSampleBuffers()
Returns whether sample buffers for full-scene antialiasing (FSAA) should be allocated for this drawable. |
int |
getStencilBits()
Returns the number of bits requested for the stencil buffer. |
boolean |
getStereo()
Indicates whether stereo is enabled. |
int |
hashCode()
hash code over the immutable attributes of both objects |
boolean |
isPBuffer()
Indicates whether pbuffer is used/requested. |
String |
toString()
Returns a textual representation of this object. |
| Methods inherited from interface javax.media.nativewindow.CapabilitiesImmutable |
|---|
getAlphaBits, getBlueBits, getGreenBits, getRedBits, getTransparentAlphaValue, getTransparentBlueValue, getTransparentGreenValue, getTransparentRedValue, isBackgroundOpaque, isOnscreen, toString |
| Methods inherited from interface com.jogamp.common.type.WriteCloneable |
|---|
cloneMutable |
| Method Detail |
|---|
int getAccumAlphaBits()
int getAccumBlueBits()
int getAccumGreenBits()
int getAccumRedBits()
int getDepthBits()
boolean getDoubleBuffered()
GLProfile getGLProfile()
boolean getHardwareAccelerated()
int getNumSamples()
boolean getPbufferFloatingPointBuffers()
boolean getPbufferRenderToTexture()
boolean getPbufferRenderToTextureRectangle()
boolean getSampleBuffers()
int getStencilBits()
boolean getStereo()
boolean isPBuffer()
boolean equals(Object obj)
CapabilitiesImmutable
equals in interface CapabilitiesImmutableequals in class Objectint hashCode()
CapabilitiesImmutable
hashCode in interface CapabilitiesImmutablehashCode in class ObjectString toString()
CapabilitiesImmutable
toString in interface CapabilitiesImmutabletoString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||