|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CapabilitiesImmutable
Specifies an immutable set of capabilities that a window's rendering context must support, such as color depth per channel.
Capabilities
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.media.nativewindow.VisualIDHolder |
---|
VisualIDHolder.VIDComparator, VisualIDHolder.VIDType |
Field Summary |
---|
Fields inherited from interface javax.media.nativewindow.VisualIDHolder |
---|
VID_UNDEFINED |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Equality over the immutable attributes of both objects |
int |
getAlphaBits()
Returns the number of bits requested for the color buffer's alpha component. |
int |
getBlueBits()
Returns the number of bits requested for the color buffer's blue component. |
int |
getGreenBits()
Returns the number of bits requested for the color buffer's green component. |
int |
getRedBits()
Returns the number of bits requested for the color buffer's red component. |
int |
getTransparentAlphaValue()
Gets the transparent alpha value for the frame buffer configuration. |
int |
getTransparentBlueValue()
Gets the transparent blue value for the frame buffer configuration. |
int |
getTransparentGreenValue()
Gets the transparent green value for the frame buffer configuration. |
int |
getTransparentRedValue()
Gets the transparent red value for the frame buffer configuration. |
int |
hashCode()
hash code over the immutable attributes of both objects |
boolean |
isBackgroundOpaque()
Indicates whether the background of this OpenGL context should be considered opaque. |
boolean |
isOnscreen()
Indicates whether the drawable surface is onscreen. |
String |
toString()
Returns a textual representation of this object. |
StringBuilder |
toString(StringBuilder sink)
Return a textual representation of this object. |
Methods inherited from interface javax.media.nativewindow.VisualIDHolder |
---|
getVisualID |
Methods inherited from interface com.jogamp.common.type.WriteCloneable |
---|
cloneMutable |
Method Detail |
---|
int getRedBits()
int getGreenBits()
int getBlueBits()
int getAlphaBits()
boolean isBackgroundOpaque()
boolean isOnscreen()
int getTransparentRedValue()
int getTransparentGreenValue()
int getTransparentBlueValue()
int getTransparentAlphaValue()
boolean equals(Object obj)
equals
in class Object
int hashCode()
hashCode
in class Object
StringBuilder toString(StringBuilder sink)
String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |