Interface AbstractGraphicsConfiguration

    • Method Detail

      • getChosenCapabilities

        CapabilitiesImmutable getChosenCapabilities()
        Return the capabilities reflecting this graphics configuration, which may differ from the capabilities used to choose this configuration.
        Returns:
        An immutable instance of the Capabilities to avoid mutation by the user.
      • getRequestedCapabilities

        CapabilitiesImmutable getRequestedCapabilities()
        Return the capabilities used to choose this graphics configuration. These may be used to reconfigure the NativeWindow in case the device changes in a multiple screen environment.
        Returns:
        An immutable instance of the Capabilities to avoid mutation by the user.