Encapsulates a graphics configuration, or OpenGL pixel format, on X11 platforms.
More...
|
| | X11GraphicsConfiguration (final X11GraphicsScreen screen, final CapabilitiesImmutable capsChosen, final CapabilitiesImmutable capsRequested, final XVisualInfo info) |
| |
| Object | clone () |
| |
| final XVisualInfo | getXVisualInfo () |
| |
| final int | getXVisualID () |
| |
| String | toString () |
| |
| | MutableGraphicsConfiguration (final AbstractGraphicsScreen screen, final CapabilitiesImmutable capsChosen, final CapabilitiesImmutable capsRequested) |
| |
| void | setChosenCapabilities (final CapabilitiesImmutable caps) |
| | Set the capabilities to a new value. More...
|
| |
| void | setScreen (final AbstractGraphicsScreen screen) |
| | Set a new screen. More...
|
| |
| | DefaultGraphicsConfiguration (final AbstractGraphicsScreen screen, final CapabilitiesImmutable capsChosen, final CapabilitiesImmutable capsRequested) |
| |
| Object | clone () |
| |
| final AbstractGraphicsScreen | getScreen () |
| | Return the screen this graphics configuration is valid for. More...
|
| |
| final CapabilitiesImmutable | getChosenCapabilities () |
| | Return the capabilities reflecting this graphics configuration, which may differ from the capabilities used to choose this configuration. More...
|
| |
| final CapabilitiesImmutable | getRequestedCapabilities () |
| | Return the capabilities used to choose this graphics configuration. More...
|
| |
| AbstractGraphicsConfiguration | getNativeGraphicsConfiguration () |
| | In case the implementation utilizes a delegation pattern to wrap abstract toolkits, this method shall return the native AbstractGraphicsConfiguration, otherwise this instance. More...
|
| |
| final int | getVisualID (final VIDType type) throws NativeWindowException |
| | Returns the native visual ID of the given type if supported, or VID_UNDEFINED if not supported. More...
|
| |
| final boolean | isVisualIDSupported (final VIDType type) |
| | Returns true if the given VIDType is supported, otherwise false. More...
|
| |
| String | toString () |
| |
| Object | clone () |
| |
| AbstractGraphicsScreen | getScreen () |
| | Return the screen this graphics configuration is valid for. More...
|
| |
| CapabilitiesImmutable | getChosenCapabilities () |
| | Return the capabilities reflecting this graphics configuration, which may differ from the capabilities used to choose this configuration. More...
|
| |
| CapabilitiesImmutable | getRequestedCapabilities () |
| | Return the capabilities used to choose this graphics configuration. More...
|
| |
| AbstractGraphicsConfiguration | getNativeGraphicsConfiguration () |
| | In case the implementation utilizes a delegation pattern to wrap abstract toolkits, this method shall return the native AbstractGraphicsConfiguration, otherwise this instance. More...
|
| |
| int | getVisualID (VIDType type) throws NativeWindowException |
| | Returns the native visual ID of the given type if supported, or VID_UNDEFINED if not supported. More...
|
| |
| boolean | isVisualIDSupported (VIDType type) |
| | Returns true if the given VIDType is supported, otherwise false. More...
|
| |
Encapsulates a graphics configuration, or OpenGL pixel format, on X11 platforms.
Objects of this type are returned from GraphicsConfigurationFactory.chooseGraphicsConfiguration() on X11 platforms when toolkits other than the AWT are being used.
Definition at line 53 of file X11GraphicsConfiguration.java.