29package com.jogamp.nativewindow;
31import com.jogamp.common.type.WriteCloneable;
Specifies an immutable set of capabilities that a window's rendering context must support,...
StringBuilder toString(StringBuilder sink)
Return a textual representation of this object.
int getAlphaBits()
Returns the number of bits for the color buffer's alpha component.
int getBlueBits()
Returns the number of bits for the color buffer's blue component.
int getTransparentAlphaValue()
Gets the transparent alpha value for the frame buffer configuration.
boolean isBitmap()
Returns whether bitmap offscreen mode is requested, available or chosen.
int getRedBits()
Returns the number of bits for the color buffer's red component.
int hashCode()
Hash code over the immutable attributes.
int getGreenBits()
Returns the number of bits for the color buffer's green component.
boolean isOnscreen()
Returns whether an on- or offscreen surface is requested, available or chosen.
int getTransparentGreenValue()
Gets the transparent green value for the frame buffer configuration.
int getTransparentRedValue()
Gets the transparent red value for the frame buffer configuration.
boolean isBackgroundOpaque()
Returns whether an opaque or translucent surface is requested, supported or chosen.
int getTransparentBlueValue()
Gets the transparent blue value for the frame buffer configuration.
boolean equals(Object obj)
Equality over the immutable attributes of both objects.
String toString()
Returns a textual representation of this object.
Visual ID holder interface.